Brand new proxmox 7.3-6 install on Supermicro MBD-M12SWA-TF.
The 10Gbt NIC stops working... sometimes.
	
		
(It's plugged into a gigabit switch while I'm building the system.  Eventually I'll move it to a 10Gb switch)
If I get that message, then the network works correctly. I can ping out to the Internet, I can access the proxmox console in a web browser, etc. If I don't get that message then the network doesn't work.
Stuff that seems to effect it:
 
	
	
	
		
				
			The 10Gbt NIC stops working... sometimes.
- At the end of BIOS post the lights on the NIC are flashing.
 - During the bootloader (where you can select which OS to boot) the lights on the NIC are flashing.
 - When proxmox starts (
EFI stub: Loaded initrd from command line option) the lights on the NIC stop flashing. - When proxmox finishes booting and reaches the login screen, sometimes I get a message that the network bridge has started, sometimes not.
- When the network bridge doesn't start, the lights don't flash.
 - When it starts, the lights flash and it displays the following message:
 
 
		Code:
	
	[48.312964] atlantic 0000:69:00.0 eth1: atlantic: link change old 0 new 1000
[48.313395] vmbr0: port 1(eth1) entered blocking state
[48.313417] vmbr0: port 1(eth1) entered forwarding state
[43.313883] IPv6:ADDRCONF(NETDEV_CHANGE): vmbr0: link becomes ready
	If I get that message, then the network works correctly. I can ping out to the Internet, I can access the proxmox console in a web browser, etc. If I don't get that message then the network doesn't work.
Stuff that seems to effect it:
- If I do a reboot then the network bridge never loads
 - If I have the other NIC (1 Gb) plugged in then the network bridge never loads
 - If I do a hard shutdown, wait a few seconds, then power on, then the network bridge starts ~50% of the time.
- Once it's loaded, I can plug in the other NIC and both work correctly. That's important because the 1Gb NIC is used for IPMI.
 
 
		Code:
	
	uname -r
5.15.85-1-pve
lspci | grep 'Ethernet'
66:00.0 Ethernet controller: Intel Corporation I210 Gigabit Network Connection (rev 03)
69:00.0 Ethernet controller: Aquantia Corp. Device 14c0 (rev 03)
tcpdump --list-interfaces
1.eth1 [Up, Running, Connected]
2.vmbr0 [Up, Running, Connected]
3.any (Pseudo-device that captures on all interfaces) [Up, Running]
4.lo [Up, Running, Loopback]
5.bluetooth-monitor (Bluetooth Linux Monitor) [Wireless]
6.nflog (Linux netfilter log (NFLOG) interface) [none]
7.nfqueue (Linux netfilter queue (NFQUEUE) interface) [none]
8.dbus-system (D-Bus system bus) [none]
9.dbus-session (D-Bus session bus) [none]
10.eno1 [none, Disconnected]
11.enxb03af2b6059f [none, Disconnected]
ethtool eth1
Settings for eth1:
        Supported ports: [ TP ]
        Supported link modes:   10baseT/Full
                                100baseT/Full
                                1000baseT/Full
                                10000baseT/Full
                                2500baseT/Full
                                5000baseT/Full
        Supported pause frame use: Symmetric Receive-only
        Supports auto-negotiation: Yes
        Supported FEC modes: Not reported
        Advertised link modes:  10baseT/Full
                                100baseT/Full
                                1000baseT/Full
                                10000baseT/Full
                                2500baseT/Full
                                5000baseT/Full
        Advertised pause frame use: Symmetric
        Advertised auto-negotiation: Yes
        Advertised FEC modes: Not reported
        Link partner advertised link modes:  10baseT/Half 10baseT/Full
                                             100baseT/Half 100baseT/Full
                                             1000baseT/Full
        Link partner advertised pause frame use: Symmetric
        Link partner advertised auto-negotiation: No
        Link partner advertised FEC modes: Not reported
        Speed: 1000Mb/s
        Duplex: Full
        Auto-negotiation: on
        Port: Twisted Pair
        PHYAD: 0
        Transceiver: internal
        MDI-X: Unknown
        Supports Wake-on: pg
        Wake-on: g
        Current message level: 0x00000005 (5)
                               drv link
        Link detected: yes
ip addr
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
       valid_lft forever preferred_lft forever
2: eno1: <BROADCAST,MULTICAST> mtu 1500 qdisc noop state DOWN group default qlen 1000
    link/ether 3c:ec:ef:d6:da:8e brd ff:ff:ff:ff:ff:ff
    altname enp102s0
3: eth1: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc mq master vmbr0 state UP group default qlen 1000
    link/ether 3c:ec:ef:d6:dc:96 brd ff:ff:ff:ff:ff:ff
    altname enp105s0
4: enxb03af2b6059f: <BROADCAST,MULTICAST> mtu 1500 qdisc noop state DOWN group default qlen 1000
    link/ether b0:3a:f2:b6:05:9f brd ff:ff:ff:ff:ff:ff
5: vmbr0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue state UP group default qlen 1000
    link/ether 3c:ec:ef:d6:dc:96 brd ff:ff:ff:ff:ff:ff
    inet 10.10.1.15/24 scope global vmbr0
       valid_lft forever preferred_lft forever
    inet6 fe80::3eec:efff:fed6:dc96/64 scope link
       valid_lft forever preferred_lft forever
	
			
				Last edited: