3
¿Por qué dhclient todavía se está ejecutando cuando elijo IP estática?
Modifico dhcp a estático en / etc / network / interfaces (como a continuación). # The primary network interface auto eth0 iface eth0 inet static netmask 255.255.0.0 address 10.10.130.128 gateway 10.10.1.1 Luego reinicie la interfaz. $ sudo ifdown eth0; sudo ifup eth0 ... $ ifconfig eth0 Link encap:Ethernet inet addr:10.10.130.128 …
15
networking
dhcp