User Tools

Site Tools


informatica:wifi:ethernet_ip_estatica

(Como root)

1. Editar

sudo vim /etc/network/interfaces

Con el siguiente contenido:

auto lo
iface lo inet loopback

auto eth0
allow-hotplug eth0
iface eth0 inet static
address 192.168.1.2
netmask 255.255.255.0
gateway 192.168.1.1
dns-search local.legido.com
dns-nameservers 192.168.1.1

2. Habrá otra forma de hacerlo, pero reiniciar

sudo /etc/init.d/networking restart
informatica/wifi/ethernet_ip_estatica.txt · Last modified: 2015/04/13 20:19 by 127.0.0.1