Hello. I just upgraded to 3Gbps fiber service. My WAN is getting 3Gbps data throughput but my LAN is stuck at 1Gbps. Is there a way to fix this so my LAN is also getting max speed across my network? All of my switches are 2.5Gbps and my ethernet cables are CAT7. NIC is a Intel X540-T2 dual 10Gbps. Opnsense is fully updated to 25.1.9. Running on a baremetal system, not virtualized. Here is the ifconfig output for this card. How can I get ix0 and ix1 to both autonegotiate to 10Gbase-T?
Code Select
root@OPNsense:~ # ifconfig
ix0: flags=1008843<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST,LOWER_UP> metric 0 mtu 9000
description: LAN (lan)
options=4803828<VLAN_MTU,JUMBO_MTU,WOL_UCAST,WOL_MCAST,WOL_MAGIC,HWSTATS,MEXTPG>
ether 1a:4b:24:a0:78:58
inet 192.168.1.1 netmask 0xffffff00 broadcast 192.168.1.255
media: Ethernet autoselect (1000baseT <full-duplex,rxpause,txpause>)
status: active
nd6 options=29<PERFORMNUD,IFDISABLED,AUTO_LINKLOCAL>
ix1: flags=1008843<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST,LOWER_UP> metric 0 mtu 9000
description: WAN (wan)
options=4803828<VLAN_MTU,JUMBO_MTU,WOL_UCAST,WOL_MCAST,WOL_MAGIC,HWSTATS,MEXTPG>
ether 1a:4b:24:a0:78:59
inet XXX netmask 0xffffff00 broadcast YYY
media: Ethernet autoselect (10Gbase-T <full-duplex,rxpause>)
status: active
nd6 options=29<PERFORMNUD,IFDISABLED,AUTO_LINKLOCAL>