LAN Speed not reflecting Correctly
-
FWIW - i did a speed test from console as and getting the below so it's definately getting the faster speed at the WAN level.
Hosted by Clouvider Ltd (New York, NY) [30.16 km]: 5.337 ms
Testing download speed................................................................................
Download: 1348.46 Mbit/s
Testing upload speed......................................................................................................
Upload: 408.32 Mbit/sif it ends up being the NIC's firmware, I might just upgrade to a 10gb Switch with multi gig support and repurpose the old one and that should work as well.
-
It could well be the firmware. But also could be the driver. What pfSense version is that?
Either way it cannot report anything other than the available speeds list. Even if it's actually linked at 2.5G. Though the device it's linked to should report the correct speed if it is.
-
2.7.2-RELEASE (amd64)
built on Mon Mar 4 19:53:00 UTC 2024
FreeBSD 14.0-CURRENT -
Mmm, the driver code appears to be in that if the NIC/firmware supports it:
https://github.com/pfsense/FreeBSD-src/commit/abf774528d7e497460510b0026db85e30f054142 -
Yup. Assuming no simple way to update the firmware, and beyond the scope of my expertise. Don’t want to risk bricking it. I’ll see if the new switch allows for the full bandwidth from my ISP and maybe revisit in the future.
-
did some more digging. Looks like it's just dell crippling the card.
Is something like this possible within pfsense console?
-
Not from pfSense directly. There might be FreeBSD utils for it but I would just boot Linux to do it as shown there.
-
got it, so dual boot from the same box and make the changes in linux? assuming no remote way to do this.
-
Even if it were possible to do remotely I would want to be local to do it. You may need to power cycle the device.
But, yes, I would just boot a live Linux image from USB and try to run the firmware update from there.
-
Got it. Thanks so much for the help!