By removing the file /etc/udev/rules.d/80-net-name-slot.rules I could prevent the jumping around. But now I've got eth1 and eth2 constantly which doesn't look right. Should udev not use crazy names instead of ethX?
Here an excert of the DMESG:
Code: Select all
r8169 0000:03:00.0: eth0: RTL8168b/8111b at 0xffffc9000000c000, 00:1f:e2:5c:c7:f8, XID 18000000 IRQ 44
r8169 0000:03:00.0: eth0: jumbo features [frames: 4080 bytes, tx checksumming: ko]
r8169 0000:04:00.0: eth1: RTL8168b/8111b at 0xffffc9000000e000, 00:1f:e2:5c:c7:f9, XID 18000000 IRQ 45
r8169 0000:04:00.0: eth1: jumbo features [frames: 4080 bytes, tx checksumming: ko]
systemd-udevd[2095]: renamed network interface eth1 to eth2
systemd-udevd[2094]: renamed network interface eth0 to eth1
r8169 0000:03:00.0: eth1: link down
r8169 0000:03:00.0: eth1: link down
IPv6: ADDRCONF(NETDEV_UP): eth1: link is not ready
r8169 0000:03:00.0: eth1: link up
IPv6: ADDRCONF(NETDEV_CHANGE): eth1: link becomes ready



