26.7.3_11->26.7.4_1 frequent network link state to down and up (E810-XXVDA4)

Started by gaben22, Today at 05:33:31 AM

Previous topic - Next topic
Hi everyone,

Updated OPNSense (running on Proxmox) 1 day ago from 26.7.3_11 to 26.7.4_1 and now I noticed my network link looks keeps getting down and up very frequently. My network card is an Intel E810-XXVDA4 with PCIE passtrough from Proxmox to OPNSense VM, the ice0 below is my WAN using a 10 Gbps media converter connected to my internet modem, checked the modem and uptime is expected, no restarts there. Had not have this issue before. As you see below the logs are not really saying much, at least dmesg. Would you advice where to look for more logs or how to troubleshoot this? Thank you for helping. I also checked Proxmox journalctl and nothing in the logs.


Versions
OPNsense 26.7.4_1-amd64
FreeBSD 15.1-RELEASE-p3
OpenSSL 3.5.8


dmesg:
....
[96216] ice0: Link is up, 10 Gbps Full Duplex, Requested FEC: None, Negotiated FEC: None, Autoneg: False, Flow Control: None
[96216] ice0: link state changed to UP
[97248] ice0: link state changed to DOWN
[97252] ice0: Link is up, 10 Gbps Full Duplex, Requested FEC: None, Negotiated FEC: None, Autoneg: False, Flow Control: None
[97252] ice0: link state changed to UP
[97253] ice0: link state changed to DOWN
[97257] ice0: Link is up, 10 Gbps Full Duplex, Requested FEC: None, Negotiated FEC: None, Autoneg: False, Flow Control: None
[97257] ice0: link state changed to UP
[97260] ice0: link state changed to DOWN
[97264] ice0: Link is up, 10 Gbps Full Duplex, Requested FEC: None, Negotiated FEC: None, Autoneg: False, Flow Control: None
[97264] ice0: link state changed to UP
[97267] ice0: link state changed to DOWN
[97272] ice0: Link is up, 10 Gbps Full Duplex, Requested FEC: None, Negotiated FEC: None, Autoneg: False, Flow Control: None
[97272] ice0: link state changed to UP
[97295] ice0: link state changed to DOWN
[97299] ice0: Link is up, 10 Gbps Full Duplex, Requested FEC: None, Negotiated FEC: None, Autoneg: False, Flow Control: None
[97299] ice0: link state changed to UP
[97321] ice0: link state changed to DOWN
[97325] ice0: Link is up, 10 Gbps Full Duplex, Requested FEC: None, Negotiated FEC: None, Autoneg: False, Flow Control: None
[97325] ice0: link state changed to UP
[97344] ice0: link state changed to DOWN
[97348] ice0: Link is up, 10 Gbps Full Duplex, Requested FEC: None, Negotiated FEC: None, Autoneg: False, Flow Control: None
[97348] ice0: link state changed to UP
[97414] ice0: link state changed to DOWN
[97418] ice0: Link is up, 10 Gbps Full Duplex, Requested FEC: None, Negotiated FEC: None, Autoneg: False, Flow Control: None
[97418] ice0: link state changed to UP
[97486] ice0: link state changed to DOWN
[97491] ice0: Link is up, 10 Gbps Full Duplex, Requested FEC: None, Negotiated FEC: None, Autoneg: False, Flow Control: None
[97491] ice0: link state changed to UP
[97985] ice0: link state changed to DOWN
[97989] ice0: Link is up, 10 Gbps Full Duplex, Requested FEC: None, Negotiated FEC: None, Autoneg: False, Flow Control: None
[97989] ice0: link state changed to UP
[98316] ice0: link state changed to DOWN
[98320] ice0: Link is up, 10 Gbps Full Duplex, Requested FEC: None, Negotiated FEC: None, Autoneg: False, Flow Control: None
[98320] ice0: link state changed to UP
...

Quote from: gaben22 on Today at 05:33:31 AMMy network card is an IntelĀ® E810-XXVDA4 with PCIE passtrough from Proxmox to OPNSense VM
Maybe convert it to a regular Virtual NIC and see what happens ?

The reason I suggest this : Recent topics like these =>
- https://forum.opnsense.org/index.php?topic=52405.0
- https://forum.opnsense.org/index.php?topic=52881.0

Maybe the driver used by Linux will avoid certain issues FreeBSD seems to have ?!
Weird guy who likes everything Linux and *BSD on PC/Laptop/Tablet/Mobile and funny little ARM based boards :)

Thank you for the answer, apologies for not mentioning above but I upgraded from 26.7.3_11 to this version and previously not seen this happening. I have that backuped, will restore that later, try out and see.