[PVE-User] network interfaces renamed after update to proxmox6

Roland @web.de devzero at web.de
Tue Jul 23 12:53:08 CEST 2019


hello,

the following network interfaces  got lost after update to proxmox6

enp4s0f0
enp4s0f1
enp5s0f0
enp5s0f1

apparently , they got renamed to

ens7f0
ens7f1
rename2
rename7

Does anybody know the reason for that or how to fix it or to get to 
"stable ethernet interface naming scheme" ?

roland


network config, configured with proxmox 5.4 - still existant with proxmox6

root at pve1-knju:/etc/network# cat interfaces
# network interface settings; autogenerated
# Please do NOT modify this file directly, unless you know what
# you're doing.
#
# If you want to manage parts of the network configuration manually,
# please utilize the 'source' or 'source-directory' directives to do
# so.
# PVE will preserve these directives, but will NOT read its network
# configuration from sourced files, so do not attempt to move any of
# the PVE managed interfaces into external files!

auto lo
iface lo inet loopback

iface enp11s0f0 inet manual

auto enp4s0f0
iface enp4s0f0 inet manual

auto enp4s0f1
iface enp4s0f1 inet manual

iface enp11s0f1 inet manual

auto enp5s0f0
iface enp5s0f0 inet manual

auto enp5s0f1
iface enp5s0f1 inet manual

auto bond0
iface bond0 inet manual
     bond-slaves enp4s0f0 enp4s0f1 enp5s0f0 enp5s0f1
     bond-miimon 100
     bond-mode balance-rr
     post-up ip link set enp4s0f0 mtu 9000 && ip link set enp4s0f1 mtu 
9000 && ip link set enp5s0f0 mtu 9000 && ip link set enp5s0f1 mtu 9000
     post-up ip link set bond0 mtu 9000

auto vmbr0
iface vmbr0 inet static
     address  172.16.37.101
     netmask  255.255.255.0
     gateway  172.16.37.1
     bridge-ports enp11s0f0
     bridge-stp off
     bridge-fd 0

auto vmbr1
iface vmbr1 inet static
     address  10.0.0.1
     netmask  24
     bridge-ports bond0
     bridge-stp off
     bridge-fd 0
         post-up ip link set vmbr1 mtu 9000


real network interfaces:

root at pve1-knju:~# ifconfig -a
bond0: flags=5123<UP,BROADCAST,MASTER,MULTICAST>  mtu 1500
         ether aa:7a:96:ed:b2:be  txqueuelen 1000  (Ethernet)
         RX packets 0  bytes 0 (0.0 B)
         RX errors 0  dropped 0  overruns 0  frame 0
         TX packets 0  bytes 0 (0.0 B)
         TX errors 0  dropped 0 overruns 0  carrier 0  collisions 0

enp11s0f0: flags=4163<UP,BROADCAST,RUNNING,MULTICAST>  mtu 1500
         ether 00:19:99:83:71:e6  txqueuelen 1000  (Ethernet)
         RX packets 5245  bytes 1131420 (1.0 MiB)
         RX errors 0  dropped 62  overruns 0  frame 0
         TX packets 1995  bytes 1000577 (977.1 KiB)
         TX errors 0  dropped 0 overruns 0  carrier 0  collisions 0
         device memory 0xce460000-ce47ffff

enp11s0f1: flags=4098<BROADCAST,MULTICAST>  mtu 1500
         ether 00:19:99:83:71:e7  txqueuelen 1000  (Ethernet)
         RX packets 0  bytes 0 (0.0 B)
         RX errors 0  dropped 0  overruns 0  frame 0
         TX packets 0  bytes 0 (0.0 B)
         TX errors 0  dropped 0 overruns 0  carrier 0  collisions 0
         device memory 0xce4c0000-ce4dffff

ens7f0: flags=4098<BROADCAST,MULTICAST>  mtu 1500
         ether 00:1b:21:67:d9:77  txqueuelen 1000  (Ethernet)
         RX packets 0  bytes 0 (0.0 B)
         RX errors 0  dropped 0  overruns 0  frame 0
         TX packets 0  bytes 0 (0.0 B)
         TX errors 0  dropped 0 overruns 0  carrier 0  collisions 0
         device interrupt 54  memory 0xce340000-ce360000

ens7f1: flags=4098<BROADCAST,MULTICAST>  mtu 1500
         ether 00:1b:21:67:d9:74  txqueuelen 1000  (Ethernet)
         RX packets 0  bytes 0 (0.0 B)
         RX errors 0  dropped 0  overruns 0  frame 0
         TX packets 0  bytes 0 (0.0 B)
         TX errors 0  dropped 0 overruns 0  carrier 0  collisions 0
         device interrupt 43  memory 0xce2a0000-ce2c0000

lo: flags=73<UP,LOOPBACK,RUNNING>  mtu 65536
         inet 127.0.0.1  netmask 255.0.0.0
         inet6 ::1  prefixlen 128  scopeid 0x10<host>
         loop  txqueuelen 1000  (Local Loopback)
         RX packets 1184  bytes 322642 (315.0 KiB)
         RX errors 0  dropped 0  overruns 0  frame 0
         TX packets 1184  bytes 322642 (315.0 KiB)
         TX errors 0  dropped 0 overruns 0  carrier 0  collisions 0

rename2: flags=4098<BROADCAST,MULTICAST>  mtu 1500
         ether 00:1b:21:67:d9:75  txqueuelen 1000  (Ethernet)
         RX packets 0  bytes 0 (0.0 B)
         RX errors 0  dropped 0  overruns 0  frame 0
         TX packets 0  bytes 0 (0.0 B)
         TX errors 0  dropped 0 overruns 0  carrier 0  collisions 0
         device interrupt 31  memory 0xce240000-ce260000

rename7: flags=4098<BROADCAST,MULTICAST>  mtu 1500
         ether 00:1b:21:67:d9:76  txqueuelen 1000  (Ethernet)
         RX packets 0  bytes 0 (0.0 B)
         RX errors 0  dropped 0  overruns 0  frame 0
         TX packets 0  bytes 0 (0.0 B)
         TX errors 0  dropped 0 overruns 0  carrier 0  collisions 0
         device interrupt 25  memory 0xce3a0000-ce3c0000

vmbr0: flags=4163<UP,BROADCAST,RUNNING,MULTICAST>  mtu 1500
         inet 172.16.37.101  netmask 255.255.255.0  broadcast 172.16.37.255
         inet6 fe80::219:99ff:fe83:71e6  prefixlen 64  scopeid 0x20<link>
         ether 00:19:99:83:71:e6  txqueuelen 1000  (Ethernet)
         RX packets 5178  bytes 1042478 (1018.0 KiB)
         RX errors 0  dropped 0  overruns 0  frame 0
         TX packets 1925  bytes 995957 (972.6 KiB)
         TX errors 0  dropped 0 overruns 0  carrier 0  collisions 0

vmbr1: flags=4099<UP,BROADCAST,MULTICAST>  mtu 9000
         inet 10.0.0.1  netmask 255.255.255.0  broadcast 10.0.0.255
         ether aa:7a:96:ed:b2:be  txqueuelen 1000  (Ethernet)
         RX packets 0  bytes 0 (0.0 B)
         RX errors 0  dropped 0  overruns 0  frame 0
         TX packets 0  bytes 0 (0.0 B)
         TX errors 0  dropped 0 overruns 0  carrier 0  collisions 0



More information about the pve-user mailing list