Kernel Update - Pin/override network interface name

David G.

New Member
Aug 16, 2023
20
2
3
Hallo,

ich habe jetzt schon ein paar mal in den Changelogs von Proxmox folgenden gelesen:

Code:
Upgrading kernels always carries the risk of network interface names changing, which can lead to invalid network configurations after a reboot. In this case, you must either update the network configuration to reflect the name changes, or pin the network interface to its name beforehand.
 
See the reference documentation on how to pin the interface names based on MAC Addresses.

Bisher ist immer alles gut gegangen, jedoch wollte ich Thema mal angehen.
Ist es wirklich so leicht wie ich denke?

Möchte mir nichts zerschißen...

So sehen meine Interfaces aus:


Code:
ip a
1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN group default qlen 1000
    link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
    inet 127.0.0.1/8 scope host lo
       valid_lft forever preferred_lft forever
    inet6 ::1/128 scope host noprefixroute
       valid_lft forever preferred_lft forever
2: enp0s31f6: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc pfifo_fast master vmbr0 state UP group default qlen 1000
    link/ether a8:a1:59:ed:29:9e brd ff:ff:ff:ff:ff:ff
3: vmbr0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue state UP group default qlen 1000
    link/ether a8:a1:59:ed:29:9e brd ff:ff:ff:ff:ff:ff
    inet 192.168.99.58/24 scope global vmbr0
       valid_lft forever preferred_lft forever
    inet6 fe80::aaa1:59ff:feed:299e/64 scope link
       valid_lft forever preferred_lft forever
4: tap103i0: <BROADCAST,MULTICAST,PROMISC,UP,LOWER_UP> mtu 1500 qdisc pfifo_fast master fwbr103i0 state UNKNOWN group default qlen 1000
    link/ether b2:72:3c:d9:d8:32 brd ff:ff:ff:ff:ff:ff
...........

Muss ich jetzt wirklich nur folgende Datei

Code:
/etc/systemd/network/10-enp0s31f6.link

mit folgendem Inhalt anlegen:

Code:
[Match]
MACAddress=a8:a1:59:ed:29:9e

[Link]
Name=enp0s31f6
?

Habe mich nach der Anleitung von Proxmox gerichtet.
https://pve.proxmox.com/pve-docs/pve-admin-guide.html#network_override_device_names
 
Ich würde lieber einen eigenen Namen nutzen wie z.B. eth0 oder lan0 etc. Ich weiß nicht wie das System reagiert, wenn du einen Namen nutzt, der auch genau so generiert wird.
 
Okay,

das restliche Vorgehen stimmt aber so?
Die rausgesuchte Mac ist korrekt?

Nur dann überall (Dateiname und der Link in der Datei) das enp0s31f6 zB mit einem eth0 ersetzen?

Selbiges dann in der Interfaces

Code:
auto lo
iface lo inet loopback

iface enp0s31f6 --> eth0 inet manual

auto vmbr0
iface vmbr0 inet static
    address 192.168.99.58/24
    gateway 192.168.99.1
    bridge-ports enp0s31f6 --> eth0
    bridge-stp off
    bridge-fd 0
 
Last edited:
  • Like
Reactions: Falk R.

About

The Proxmox community has been around for many years and offers help and support for Proxmox VE, Proxmox Backup Server, and Proxmox Mail Gateway.
We think our community is one of the best thanks to people like you!

Get your subscription!

The Proxmox team works very hard to make sure you are running the best software and getting stable updates and security enhancements, as well as quick enterprise support. Tens of thousands of happy customers have a Proxmox subscription. Get yours easily in our online shop.

Buy now!