Dear Community,
Running in trouble with those new "predictable network interface names" I tried nearly everything (that I found) to get them "predictable" to my needs/understandings.
My hardware zoo did what never should even happen to the device names like swapping the onboard NIC eno1 (if I remember right) to a 10GB-plug-in-adapter. Shure things happened before in PVE4 if the MAC of the Plug-in-Card was minor to the MAC of the onboard NIC, but this was quick and easily fixed in /etc/udev/rules.d/70-persistent-net.rules ... this was controlable.
At the moment it seems "working for me" to nail it down the carpenters way via
edit /etc/default/grub and change line according to
then edit /etc/systemd/network/10-eth0.link
and further /etc/systemd/network/10-eth1.link
... and so on, to get it working for me
Besides there are sometimes even "renamed" devices on
solved by another reboot.
Courios about some of yours are handling this "innovation"
Greets,
vmanz
Running in trouble with those new "predictable network interface names" I tried nearly everything (that I found) to get them "predictable" to my needs/understandings.
My hardware zoo did what never should even happen to the device names like swapping the onboard NIC eno1 (if I remember right) to a 10GB-plug-in-adapter. Shure things happened before in PVE4 if the MAC of the Plug-in-Card was minor to the MAC of the onboard NIC, but this was quick and easily fixed in /etc/udev/rules.d/70-persistent-net.rules ... this was controlable.
At the moment it seems "working for me" to nail it down the carpenters way via
edit /etc/default/grub and change line according to
Code:
GRUB_CMDLINE_LINUX="root=ZFS=rpool/ROOT/pve-1 boot=zfs net.ifnames=0 biosdevname=0"
then edit /etc/systemd/network/10-eth0.link
Code:
[Match]
MACAddress=a1:b1:c1:d1:e1:f1
[Link]
Name=eth0
and further /etc/systemd/network/10-eth1.link
Code:
[Match]
MACAddress=a2:b2:c2:d2:e2:f2
[Link]
Name=eth1
... and so on, to get it working for me
Besides there are sometimes even "renamed" devices on
Code:
ip addr show
Courios about some of yours are handling this "innovation"
Greets,
vmanz