Intel NIC (I225-V Rev 3) link down after switch reset

kwat

Active Member
Apr 16, 2021
42
3
28
68
My system has PVE 9.0.10 with 2 NICs. One Realtek RTL8111 and the other Intel I225-V. The Realtek is on a dedicated VLAN used for management only and the I255 for everything else. Both NICs work as expected after reboots.

My problem is when the managed switched they are connected to is disconnected or rebooted. If that happens the Realtek reconnects but the I255 does not. The I255 has status DOWN (output from ip a command). Commands ifup, “systemctl restart networking” and “ip link set” fail to bring it up. Only a system reboot resolves the problem. My interfaces file is attached. The I255 is enp4s0 on bridge vmbr1.

Any help on what is going on would be greatly appreciated.

***************************************************************************
auto lo
iface lo inet loopback

iface enp3s0 inet manual
#1GB NIC

iface enp4s0 inet manual
#2.5GB NIC

auto vmbr0
iface vmbr0 inet manual
bridge-ports enp3s0
bridge-stp off
bridge-fd 0
bridge-vlan-aware yes
bridge-vids 2-4094
#Uplink to Gateway

auto vmbr1
iface vmbr1 inet manual
bridge-ports enp4s0
bridge-stp off
bridge-fd 0
bridge-vlan-aware yes
bridge-vids 2-4094
#Virtual pfSense LAN

auto vmbr0.2
iface vmbr0.2 inet dhcp
#Management interface