I just installed a clean proxmox 6.0 on a machine and the network card does no longer function properly. It worked with Proxmox 5.4
Hardware: HP server with 2x gigabit on-board card + HP NC364T PCIe (4x gigabit card, with 2x Intel 82571EB chips).
The problem is, that 2 of the 4 ports get renamed on boot AND they no longer function in GUI. "Network Type" is shown as "Unkonwn" for these ports. In Proxmox 5.4. these ports showed up as ens0f0 and ens0f1
What can I do about it?
Hardware: HP server with 2x gigabit on-board card + HP NC364T PCIe (4x gigabit card, with 2x Intel 82571EB chips).
The problem is, that 2 of the 4 ports get renamed on boot AND they no longer function in GUI. "Network Type" is shown as "Unkonwn" for these ports. In Proxmox 5.4. these ports showed up as ens0f0 and ens0f1
What can I do about it?
Code:
# dmesg | grep -i eth
[ 1.465004] tg3 0000:03:00.0 eth0: Tigon3 [partno(N/A) rev 5720000] (PCI Express) MAC address 00:fd:45:fc:3e:7c
[ 1.465007] tg3 0000:03:00.0 eth0: attached PHY is 5720C (10/100/1000Base-T Ethernet) (WireSpeed[1], EEE[1])
[ 1.465009] tg3 0000:03:00.0 eth0: RXcsums[1] LinkChgREG[0] MIirq[0] ASF[1] TSOcap[1]
[ 1.465011] tg3 0000:03:00.0 eth0: dma_rwctrl[00000001] dma_mask[64-bit]
[ 1.483040] tg3 0000:03:00.1 eth1: Tigon3 [partno(N/A) rev 5720000] (PCI Express) MAC address 00:fd:45:fc:3e:7d
[ 1.483044] tg3 0000:03:00.1 eth1: attached PHY is 5720C (10/100/1000Base-T Ethernet) (WireSpeed[1], EEE[1])
[ 1.483046] tg3 0000:03:00.1 eth1: RXcsums[1] LinkChgREG[0] MIirq[0] ASF[1] TSOcap[1]
[ 1.483047] tg3 0000:03:00.1 eth1: dma_rwctrl[00000001] dma_mask[64-bit]
[ 1.522370] tg3 0000:03:00.0 eno1: renamed from eth0
[ 1.531903] tg3 0000:03:00.1 eno2: renamed from eth1
[ 1.603848] e1000e 0000:09:00.0 eth0: (PCI Express:2.5GT/s:Width x4) 00:1c:c4:47:0e:b1
[ 1.603851] e1000e 0000:09:00.0 eth0: Intel(R) PRO/1000 Network Connection
[ 1.603931] e1000e 0000:09:00.0 eth0: MAC: 0, PHY: 4, PBA No: D90972-004
[ 1.767870] e1000e 0000:09:00.1 eth1: (PCI Express:2.5GT/s:Width x4) 00:1c:c4:47:0e:b0
[ 1.767873] e1000e 0000:09:00.1 eth1: Intel(R) PRO/1000 Network Connection
[ 1.767966] e1000e 0000:09:00.1 eth1: MAC: 0, PHY: 4, PBA No: D90972-004
[ 1.931836] e1000e 0000:0a:00.0 eth2: (PCI Express:2.5GT/s:Width x4) 00:1c:c4:47:0e:b3
[ 1.931839] e1000e 0000:0a:00.0 eth2: Intel(R) PRO/1000 Network Connection
[ 1.931919] e1000e 0000:0a:00.0 eth2: MAC: 0, PHY: 4, PBA No: D90972-004
[ 2.091845] e1000e 0000:0a:00.1 eth3: (PCI Express:2.5GT/s:Width x4) 00:1c:c4:47:0e:b2
[ 2.091847] e1000e 0000:0a:00.1 eth3: Intel(R) PRO/1000 Network Connection
[ 2.091927] e1000e 0000:0a:00.1 eth3: MAC: 0, PHY: 4, PBA No: D90972-004
[ 2.093805] e1000e 0000:0a:00.0 ens1f0: renamed from eth2
[ 2.131583] e1000e 0000:0a:00.1 ens1f1: renamed from eth3
[ 2.155876] e1000e 0000:09:00.1 rename5: renamed from eth1
[ 2.175893] e1000e 0000:09:00.0 rename4: renamed from eth0
Code:
# ip link
1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN mode DEFAULT group default qlen 1000
link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
2: eno1: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc mq master vmbr0 state UP mode DEFAULT group default qlen 1000
link/ether 00:fd:45:fc:3e:7c brd ff:ff:ff:ff:ff:ff
3: eno2: <BROADCAST,MULTICAST> mtu 1500 qdisc noop state DOWN mode DEFAULT group default qlen 1000
link/ether 00:fd:45:fc:3e:7d brd ff:ff:ff:ff:ff:ff
4: rename4: <BROADCAST,MULTICAST> mtu 1500 qdisc noop state DOWN mode DEFAULT group default qlen 1000
link/ether 00:1c:c4:47:0e:b1 brd ff:ff:ff:ff:ff:ff
5: rename5: <BROADCAST,MULTICAST> mtu 1500 qdisc noop state DOWN mode DEFAULT group default qlen 1000
link/ether 00:1c:c4:47:0e:b0 brd ff:ff:ff:ff:ff:ff
6: ens1f0: <BROADCAST,MULTICAST> mtu 1500 qdisc noop state DOWN mode DEFAULT group default qlen 1000
link/ether 00:1c:c4:47:0e:b3 brd ff:ff:ff:ff:ff:ff
7: ens1f1: <BROADCAST,MULTICAST> mtu 1500 qdisc noop state DOWN mode DEFAULT group default qlen 1000
link/ether 00:1c:c4:47:0e:b2 brd ff:ff:ff:ff:ff:ff