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/27 18:57] – editor externo 127.0.0.1informatica: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
  
-  auto lo +  sudo vim /etc/network/interfaces
-  iface lo inet loopback +
-   +
-  allow-hotplug eth0 +
-  iface eth0 inet static +
-  address 192.168.1.2 +
-  netmask 255.255.255.0 +
-  gateway 192.168.1.1+
  
-  auto eth0+Con el siguiente contenido: 
 + 
 +<code> 
 +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 
 +</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.1256669852.txt.gz · Last modified: 2015/04/13 20:19 (external edit)