El error que de configuracion de Eth0 en Linux, en mi caso aparecia cuando el sistema empezaba a iniciar... y cuando querias configurar la red o conectarte.
Esta es la solucion que encontre en mi debian testing:
Debian: Running /etc/init.d/networking restart is deprecated because it may not enable again some interfaces... (warning).
Solucion:
Paso 1
#/etc/init.d/networking restart
Paso 2
#service networking stop
Paso 3
#service networking start
Paso 4
#service networking --full-restart
Asi quedaria el " nano /etc/network/interfaces " :
# This file describes the network interfaces available on your system
# and how to activate them. For more information, see interfaces(5).
# The loopback network interface
auto lo
iface lo inet loopback
# The primary network interface
allow-hotplug eth0
iface eth0 inet dhcp
Y algo asi era lo que mostraba al hacer un ifconfig
Con eso ya tendremos solucionado este problema.
Si conocen otros sistemas de solución escriban en la zona de comentarios para compartirlos.
Muchas Gracias Si me Funciono
ResponderEliminarDe nada. Contento que te haya servido. Saludos.
ResponderEliminarhola! no me funciona, al terminar de cargar la interface me manda filed to bring up eth0
ResponderEliminarEn esta página de la comunidad de Ubuntu encuentras las soluciones alternativas:
Eliminarhttps://askubuntu.com/questions/758594/no-networking-failed-to-bring-up-eth0
Saludos