reinicio de redes en gnu/linux debian
Debian: Running /etc/init.d/networking restart is deprecated because it may not enable again some interfaces... (warning).
problemas con la configuracion de Eth0....
PASO 1
#service networking stop
PASO 2
#service networking start
PASO 3
#service networking --full-restart
PASO 4
#reboot
este error es normal tengo entendido... asi lo solucione yo y el : nano /etc/network/interfaces me quedo asi :
# The loopback network interface
auto lo
iface lo inet loopback
# The primary network interface
allow-hotplug eth0
iface eth0 inet dhcp

Debian: Running /etc/init.d/networking restart is deprecated because it may not enable again some interfaces... (warning).
problemas con la configuracion de Eth0....
PASO 1
#service networking stop
PASO 2
#service networking start
PASO 3
#service networking --full-restart
PASO 4
#reboot
este error es normal tengo entendido... asi lo solucione yo y el : nano /etc/network/interfaces me quedo asi :
# The loopback network interface
auto lo
iface lo inet loopback
# The primary network interface
allow-hotplug eth0
iface eth0 inet dhcp
