Running /etc/init.d/networking restart is deprecated because it may not re-enable some interfaces ... (warning).
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
y con eso ya tendremos solucionado este problemaaa... asi lo solucione yo... luego de buscar y buscar... salu2
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
y con eso ya tendremos solucionado este problemaaa... asi lo solucione yo... luego de buscar y buscar... salu2