User Tools

Site Tools


informatica:wifi:ethernet_ip_estatica

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
informatica:wifi:ethernet_ip_estatica [2009/11/09 14:02] 192.168.1.30informatica:wifi:ethernet_ip_estatica [2015/04/13 20:19] (current) – external edit 127.0.0.1
Line 3: Line 3:
 1. Editar 1. Editar
  
-  nano /etc/network/interfaces+  sudo vim /etc/network/interfaces
  
 Con el siguiente contenido: Con el siguiente contenido:
Line 10: Line 10:
 auto lo auto lo
 iface lo inet loopback iface lo inet loopback
 +
 +auto eth0
 allow-hotplug eth0 allow-hotplug eth0
 iface eth0 inet static iface eth0 inet static
Line 15: Line 17:
 netmask 255.255.255.0 netmask 255.255.255.0
 gateway 192.168.1.1 gateway 192.168.1.1
-auto eth0+dns-search local.legido.com 
 +dns-nameservers 192.168.1.1
 </code> </code>
  
 2. Habrá otra forma de hacerlo, pero reiniciar 2. Habrá otra forma de hacerlo, pero reiniciar
 +
 +  sudo /etc/init.d/networking restart
informatica/wifi/ethernet_ip_estatica.1257775372.txt.gz · Last modified: 2015/04/13 20:19 (external edit)