Just figured that havingpeter@dcerouter:/etc/udev/rules.d$ cat 70-persistent-net.rules
# This file maintains persistent names for network interfaces.
# See udev(7) for syntax.
#
# Entries are automatically added by the 75-persistent-net-generator.rules
# file; however you are also free to add your own entries.
# PCI device 0x1106:0x3106 (via-rhine)
SUBSYSTEM=="net", ACTION=="add", DRIVERS=="?*", ATTR{address}=="00:0c:76:a8:ab:5e", ATTR{type}=="1", KERNEL=="eth*", NAME="eth0"
# PCI device 0x1260:0x3890 (prism54pci)
SUBSYSTEM=="net", ACTION=="add", DRIVERS=="?*", ATTR{address}=="00:60:b3:91:c4:05", ATTR{type}=="1", KERNEL=="wlan*", NAME="wlan0"
# PCI device 0x10ec:0x8139 (8139too)
SUBSYSTEM=="net", ACTION=="add", DRIVERS=="?*", ATTR{address}=="00:40:f4:68:d3:f3", ATTR{type}=="1", KERNEL=="eth*", NAME="eth1"
# PCI device 0x10ec:0x8139 (8139too)
SUBSYSTEM=="net", ACTION=="add", DRIVERS=="?*", ATTR{address}=="00:50:fc:fa:96:9d", ATTR{type}=="1", KERNEL=="eth*", NAME="eth2"
# PCI device 0x100b:0x0020 (natsemi)
SUBSYSTEM=="net", ACTION=="add", DRIVERS=="?*", ATTR{address}=="00:09:5b:04:19:a1", ATTR{type}=="1", KERNEL=="eth*", NAME="eth3"
peter@dcerouter:/etc/udev/rules.d$
... so I thought I'd use nano and get rid of / edit the offending rules, reboot and hey-presto. Not so.
peter@dcerouter:/etc/udev/rules.d$ sudo nano 70-persistent-net.rules
[sudo] password for peter: peter
Sorry, try again.
[sudo] password for peter: <blank>
Sorry, try again.
[sudo] password for peter:
Sorry, try again.
sudo: 3 incorrect password attempts
peter@dcerouter:/etc/udev/rules.d$
What gives ... the admin portal allows me to login with peter/peter !!!