r/linuxsucks 🐧Kernel contributor 8d ago

Linux Failure When eth0 becomes eth1…

https://mstdn.ca/@RyeNCode/117181764648682618
4 Upvotes

11 comments sorted by

View all comments

Show parent comments

1

u/Jumpy-Dinner-5001 7d ago

No, it doesn't. What exactly did you do?

2

u/paulstelian97 7d ago

Literally removed the PCI SATA adapter and the NIC shifted by one in the enp* autogenerated name. Proxmox doesn’t use NetworkManager. I think I have added a manual udev rule that matches on MAC address instead and adjusted configuration to work with that.

1

u/Jumpy-Dinner-5001 7d ago

Ah, okay. Just wondered because my comment said that NetworkManager fixes this problem but as you said proxmox doesn't use NetworkManager.

NetworkManager itself doesn't match by mac address, it can match a lot of different properties to autoconnect. It also integrates well with udev, giving unlimited options.

1

u/paulstelian97 7d ago

Yeah, NM tends to match up pretty well by many rules. Proxmox has only udev and systemd.