Añadir auto eth0
tras el fragmento:
# The primary network interface
allow-hotplug eth0
iface eth0 inet dhcp
➜
# The primary network interface
allow-hotplug eth0
iface eth0 inet dhcp
auto eth0
Si aparece la interfaz
eth1
en lugar deeth0
, añadirauto eth1
.
nohup /etc/init.d/networking restart &
ifconfig
3. Si la interfaz sigue sin aparecer, cambiar el nombre de la interfaz a eth1
o eth0
según corresponda (hay 3 apariciones):
# The primary network interface
allow-hotplug eth1
iface eth1 inet dhcp
auto eth1
Volver a ejecutar el paso 2.