URL: https://linuxfr.org/forums/linux-debian-ubuntu/posts/pb-interface-eth0-down Title: Pb interface eth0 down Authors: Hervé Date: 2007年12月11日T11:53:35+01:00 Tags: debian Score: 0 Bonjour à tous J'ai un problème avec mon interface eth0, en effet quand je demarre ma machine je n'ai pas de souci; par contre lorsque je relance le service network (/etc/init.d/networking restart) mon interface eth0 ne se monte plus. Je suis contraint de faire un ifup eth0 manuellement Quelqu'un aurai une solution pour que cela se fasse automatiquement. Merci ! Pour info : J'utilise un debian etch sur un server IBM xSeries 305. Mon fichier /etc/network/interfaces: ------------------------------------------------------------------------- # The loopback network interface auto lo iface lo inet loopback # The primary network interface #allow-hotplug eth0 iface eth0 inet static #up ethtool -s $IFACE speed 100 duplex full autoneg off address 10.194.124.48 netmask 255.255.255.0 network 10.194.124.0 broadcast 10.194.124.255 gateway 10.194.124.1 dns-nameservers 10.194.125.2 dns-search mynetwork.fr -------------------------------------------------------------------------