Fixed by downgrading to udev_172-1 and libudev0_172-1 (amd64), which were the previously installed version here.

-->sudo dpkg -i /var/cache/apt/archives/udev_172-1_amd64.deb /var/cache/apt/archives/libudev0_172-1_amd64.deb

Sample config being used:

-->egrep -v "^#" /etc/udev/rules.d/70-persistent-net.rules

SUBSYSTEM=="net", ACTION=="add", DRIVERS=="?*", ATTR{address}=="00:1f:d0:54:fc:09", KERNEL=="eth*", NAME="eth0" SUBSYSTEM=="net", ACTION=="add", DRIVERS=="?*", ATTR{address}=="00:0a:5e:5c:6a:2f", KERNEL=="eth*", NAME="lan999"



On 172-1:

-->ifconfig -a | grep Ether
eth0      Link encap:Ethernet  HWaddr 00:1f:d0:54:fc:09
lan999    Link encap:Ethernet  HWaddr 00:0a:5e:5c:6a:2f



On 175-2:

-->ifconfig -a | grep Ether
eth0      Link encap:Ethernet  HWaddr 00:1f:d0:54:fc:09
eth1      Link encap:Ethernet  HWaddr 00:0a:5e:5c:6a:2f




--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to