Hi, The bug still exists and the added "ifup -a" helps, but if the interface has not been set up before you need to set the link up manually :
# ip link set eth1 up I added this to my /etc/network/interfaces to fix this at boot : auto eth1 iface eth1 inet manual pre-up ip link set eth1 up Regards, -- Jonathan Dupart -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org