eth0 changed to eth1 when replacing motherboard
by wirelessmc from LinuxQuestions.org on (#54D6R)
The network interface is still eth0 in /etc/udev/rules.d/70-persistent-net.rules:
# PCI device 0x8086:0x1539 (igb)
SUBSYSTEM=="net", ACTION=="add", DRIVERS=="?*", ATTR{address}=="30:9c:23:b6:10:0c", ATTR{dev_id}=="0x0", ATTR{type}=="1", KERNEL=="eth*", NAME="eth0"
I have worked around this for now by turning on USE_DHCP[1]="yes" in /etc/rc.d/rc.inet1.conf
...but...
I'd like to know how to reset the DEVNAME back to eth0 and what/why exactly caused this when I swapped out my dead motherboard.
Thanks, wirelessmc


# PCI device 0x8086:0x1539 (igb)
SUBSYSTEM=="net", ACTION=="add", DRIVERS=="?*", ATTR{address}=="30:9c:23:b6:10:0c", ATTR{dev_id}=="0x0", ATTR{type}=="1", KERNEL=="eth*", NAME="eth0"
I have worked around this for now by turning on USE_DHCP[1]="yes" in /etc/rc.d/rc.inet1.conf
...but...
I'd like to know how to reset the DEVNAME back to eth0 and what/why exactly caused this when I swapped out my dead motherboard.
Thanks, wirelessmc