2.5 Gig NICs and OPNsense

Started by spetrillo, July 25, 2021, 09:22:22 PM

Previous topic - Next topic
Hello all,

Has anyone started playing with the 2.5 gig NICs and are there ones that work with OPNsense? I do not see an Intel variant that is out on a PCI card but do see some Realtek versions.

Thanks,
Steve

July 26, 2021, 07:31:56 PM #1 Last Edit: July 27, 2021, 01:17:32 PM by lilsense
Generally, 2.5 is for desktops and workstations... I'd recommend sticking with 10G...

to add to this: it's best to get a 2.5Gig switch with a 10G interface and connect the OPNsense to it.

I just installed an Intel 550-T2 which supports 2.5gbe.

My cable modem status light indicates a 2.5gbe link (Secomm ES2251 - Spectrum)

However, Opnsense (21.7.1) reports link state of - Unknown <rxpause,txpause>

It seems to be working fine but it would be nice to get the link state reporting correctly


Quote from: etaggart65 on August 06, 2021, 03:59:42 AM
However, Opnsense (21.7.1) reports link state of - Unknown <rxpause,txpause>

It seems to be working fine but it would be nice to get the link state reporting correctly

Please keep in mind that this is the responsibility of the underlying driver correctly hooking into the kernel and specifying the current media type, this has little to do with OPNsense.

Cheers,

Stephan

I realise that.

The bsd-hardware.info site does list the x550-T2 as supported, however it doesn't seem to report the link speed and duplex 2.5GBASE-T

https://bsd-hardware.info/?id=pci:8086-1563-8086-0001


I'm using RTL8125B on an Odroid H2+, they work fine on opnsense. I have a 1gbit WAN connection and I can saturate it.

It reports the 10Gbe link correctly, just not the 2.5Gbe.


It reads the "media:" tag of your ifconfig... I suppose it's empty for the 2.5G:

# ifconfig | grep media:


Cheers,
Franco