Hello all, this is a mee too (to the original bug report).
The original /etc/udev/rules.d/70-persistent-net.rules contained (only the relevant lines): SUBSYSTEM=="net", DRIVERS=="?*", ATTRS{address}=="00:02:3f:99:29:19:59:0e", NAME="eth0" SUBSYSTEM=="net", DRIVERS=="?*", ATTRS{address}=="00:1b:38:c5:a8:8a", NAME="eth1" Then after upgrading these lines were added: # PCI device 0x8086:0x1049 (e1000e) SUBSYSTEM=="net", ACTION=="add", DRIVERS=="?*", ATTR{address}=="00:1b:38:c5:a8:8a", ATTR{type}=="1", KERNEL=="eth*", NAME="eth2" Note the ATTR{address} vs. ATTRS{address} here. I added the line: SUBSYSTEM=="net", DRIVERS=="?*", ATTR{address}=="00:1b:38:c5:a8:8a", NAME="eth1" and commented out the eth2 related line and everything worked as before. Hope this helps, Michael -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org