sudo vi /etc/network/interfaces
y añadimos la configuración estática:
auto eth0
iface eth0 inet static
address xxx.xxx.xxx.xxx
netmask xxx.xxx.xxx.xxx
gateway xxx.xxx.xxx.xxx
y reiniciamos los servicios de red:
/etc/init.d/networking restart
Desarrollo y rentabilización de proyectos en Internet
sudo vi /etc/network/interfaces
auto eth0
iface eth0 inet static
address xxx.xxx.xxx.xxx
netmask xxx.xxx.xxx.xxx
gateway xxx.xxx.xxx.xxx
/etc/init.d/networking restart



0 comentarios:
Publicar un comentario en la entrada