Cannot get 10Gbase-T on LAN (only 1000baseT)
-
One other thing, normally there's no need to set the bandwidth on an interface. NICs use auto-negotiation to automagically determine the best possible bandwidth. In fact, manually setting it can cause problems, if you mismatch the interfaces.
-
@jknott Thanks JKnott, I will put WAN and LAN back on auto negotiate. But my interfaces on the monitor on the main page still says 1000Gbase-T. WAN is correct, since my modem is only 1Gigabit but for my LAN everything on both ends and inbetween are 10Gigabit hardware.
I'm probably just going to re-build the firewall from scratch over the weekend. I'll let ya'll know how it goes.
-
@techgeek055 said in Cannot get 10Gbase-T on LAN (only 1000baseT):
WAN is correct, since my modem is only 1Gigabit but for my LAN everything on both ends and inbetween are 10Gigabit hardware.
What's on the other side of the switch is irrelevant. Each link will auto-negotiate independent of what other links on your LAN are doing. So, for you to get 10Gb, both the device and the switch need to support 10 GB. Does your switch really support 10G? Switches that do tend to be a bit on the expensive side.
-
@jknott Yes sir! My switch is 10 gigabit as well. Model: Netgear ProSAFE 16-Port 10-Gigabit Ethernet Smart Managed Switch (XS716T-100NES). My computer and VMs all say 10 gigabit without any tinkering.
-
How long is the cable?
Double-check that the switch port is set to Auto. If it is, try with another cable. The cable could be damaged.
I've had no problems with the similar Netgear XS712T. It have negotiated properly with Intel X550-T2, QNAP QXG-10G1T and even low quality Startech ST10000SPEX but always only with short (2-5 m) cables.
-
@p3r said in Cannot get 10Gbase-T on LAN (only 1000baseT):
Double-check that the switch port is set to Auto. If it is, try with another cable. The cable could be damaged.
As mentioned earlier, he was trying to get 10 Gb from a Gb NIC. That tends not to work that well. Also, handshaking takes place at 10 Mb, so if the cable is good at that rate, the NICs will try to connect at the best speed, not knowing the cable may be defective.
-
@p3r Hi P3R, my cable going from LAN port to my netgear switch is very short too, 2-4 ft. I turned the LAN port to auto negotiate in my pfsense gui. I'll try swapping out the cable!
-
@jknott said in Cannot get 10Gbase-T on LAN (only 1000baseT):
As mentioned earlier, he was trying to get 10 Gb from a Gb NIC.
I'm sorry but I can't find that in the thread but Intel X540-T2 (as reported in the first post) is a 10 GbE NIC.
-
@techgeek055 said in Cannot get 10Gbase-T on LAN (only 1000baseT):
I turned the LAN port to auto negotiate in my pfsense gui.
Yes but I asked you to double-check that also the switch port is set to Auto negotiation:
-
@techgeek055 said in [Cannot get 10Gbase-T on LAN (only 1000baseT)]
I'm probably just going to re-build the firewall from scratch over the weekend. I'll let ya'll know how it goes.
Well first of all make sure 10Giga nics works in p2p mode, I think some like linux live distro loaded on pfsense box and watch it shows about auto configured ethernet link!, Best simply pratice to remove iOperating system and driver issue
So go to load your favourite linux distro on it! Yeah, it's a way to figure it out for "ensure" it is OK at full speed or NOK right now.
Bye -
I "think" (i'm not 100% sure) I know what happened now. I was using a dual port 10 gigabit nic (intel x540-t2). 1 port was the WAN and one port was the LAN. I installed another 10 gigabit nic card to use as the LAN and it is detected as 10Gbase-T on LAN now. Maybe both ports on the 10 gigabit intel x540-t2 cannot run 10 gigabit simultaneously?
-
@techgeek055 said in Cannot get 10Gbase-T on LAN (only 1000baseT):
intel x540-t2
From Datasheet :Product Overview
"The X540 is a derivative of the 82599, the Intel 10 GbE Network Interface Controller
(NIC) targeted for blade servers. Many features of its predecessor remain intact;
however, some have been removed or modified as well as new features introduced.
The X540 includes two integrated 10GBASE-T copper Physical Layer Transceivers (PHYs).
A standard MDIO interface, accessible to software via MAC control registers, is used to
configure and monitor each PHY operation.
The X540 also supports a single port configuration."So, if "single" configuration is "supported", maybe better check defaults intel bsd driver variable, with sysctl...
And reading datasheet of hardware is also good pratice. Look at "Network Features" you can see X540 NOT support of non Auto-Negotiation Partner
and others useful info, under good Intell product datasheet
Oh and when I reading datasheet and is very full of hints about how X540 chipset work.
Last advice, move your nic to other next 8X PCIexpress slot and check PCIe bandwidth will help, I mean, you need to "reserve" almost 20 Gbits of bandwidth from PCIe bus, for allowing proper work of this chipset with high load
. Server motherboard must do it if enough resoures is available, so handle this resouce with a motherboard full of dual 10Gbe nic's (just kidding) may lower overall performance.
Or I'm just go to bananas -
@p3r said in Cannot get 10Gbase-T on LAN (only 1000baseT):
@jknott said in Cannot get 10Gbase-T on LAN (only 1000baseT):
As mentioned earlier, he was trying to get 10 Gb from a Gb NIC.
I'm sorry but I can't find that in the thread but Intel X540-T2 (as reported in the first post) is a 10 GbE NIC.
He said it in the line "If I try to pick 10Gbase-T on my WAN connection which is using a 1000base-T nic, the option of 10Gbase-T is not there.", about 6 months ago.
-
@jknott said in Cannot get 10Gbase-T on LAN (only 1000baseT):
He said it in the line "If I try to pick 10Gbase-T on my WAN connection which is using a 1000base-T nic, the option of 10Gbase-T is not there.", about 6 months ago.
If you read it together with the sentence following it, you'll understand that was mentioned only to show that his pfSense does detect the difference between that gigabit NIC compared to the 10 GbE Intel X540-T2 NIC.
Unless I've misunderstood everything the WAN connection mentioned there isn't what he's having problems with (as that's connected to a gigabit modem), it's the LAN connected to the Netgear 10 GbE switch that doesn't give him 10 Gbps.
-
I would certainly expect to see 10G on both ports of that card. It looks like there may be some low level incompatibility there if you have tried swapping everything.
What is the other card you have installed that can link at 10G?Steve