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/10/29 13:29] 192.168.1.30informatica:wifi:ethernet_ip_estatica [2015/04/13 20:19] (current) – external edit 127.0.0.1
Line 1: Line 1:
 (Como root) (Como root)
  
-1. Editar /etc/network/interfaces con el siguiente contenido:+1. Editar 
 + 
 +  sudo vim /etc/network/interfaces 
 + 
 +Con el siguiente contenido:
  
 <code> <code>
 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 11: 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.1256822997.txt.gz · Last modified: 2015/04/13 20:19 (external edit)