SOLVED Network bridge is not running the same speed as the NIC

jwong858

Dabbler
Joined
Nov 25, 2022
Messages
28
Hi,

My NIC is running at 2.5Gb/s and I'm using a bridge, but my bridge is only running at 1Gb/s.

root@truenas[~]# ethtool enp7s0
Settings for enp7s0:
Supported ports: [ TP MII ]
Supported link modes: 10baseT/Half 10baseT/Full
100baseT/Half 100baseT/Full
1000baseT/Full
2500baseT/Full
Supported pause frame use: Symmetric Receive-only
Supports auto-negotiation: Yes
Supported FEC modes: Not reported
Advertised link modes: 10baseT/Half 10baseT/Full
100baseT/Half 100baseT/Full
1000baseT/Full
2500baseT/Full
Advertised pause frame use: Symmetric Receive-only
Advertised auto-negotiation: Yes
Advertised FEC modes: Not reported
Link partner advertised link modes: 100baseT/Full
1000baseT/Full
2500baseT/Full
Link partner advertised pause frame use: No
Link partner advertised auto-negotiation: Yes
Link partner advertised FEC modes: Not reported
Speed: 2500Mb/s
Duplex: Full
Auto-negotiation: on
master-slave cfg: preferred slave
master-slave status: slave
Port: Twisted Pair
PHYAD: 0
Transceiver: external
MDI-X: Unknown
Supports Wake-on: pumbg
Wake-on: d
Link detected: yes

root@truenas[~]# ethtool br0
Settings for br0:
Supported ports: [ ]
Supported link modes: Not reported
Supported pause frame use: No
Supports auto-negotiation: No
Supported FEC modes: Not reported
Advertised link modes: Not reported
Advertised pause frame use: No
Advertised auto-negotiation: No
Advertised FEC modes: Not reported
Speed: 1000Mb/s
Duplex: Unknown! (255)
Auto-negotiation: off
Port: Other
PHYAD: 0
Transceiver: internal
Link detected: yes

I tried to force it to 2.5Gb/s, but it is not working.

root@truenas[~]# ethtool -s br0 autoneg on speed 5000 duplex full
netlink error: Operation not supported

Please help?

Thanks,

James
 

jwong858

Dabbler
Joined
Nov 25, 2022
Messages
28
Never mind. I applied the network settings and now speed of br0 is the same as the NIC.
 
Top