QLE3242 Errors preventing interfaces from working.
-
Does the switch show it's linked at 10G though?
I was unsure from your description exactly how you have it connected.Do you still see those same logs if you are not using PPPoE?
Steve
-
"ql0" has a ethernet adapter, the cable is connected and there is activity on the switch ligths and not on the NIC, also the connection appears as "no carrier" on pfsense, on my switch the link appears as Gigabit.
The logs i attached on the original post shows errors on "ql0" that is the ethernet sfp with standard DHCP/static IP configurations.
The port with PPPoE is "ql1" that has the fiber sfp.
Both ports give the same long list of errors wen configured, i did not try the fiber port connection yet, becasue i have to replace my current router and i have some services running that i dont want to interrupt.
-
@lucassvt said in QLE3242 Errors preventing interfaces from working.:
"ql0" has a ethernet adapter
You mean an RJ-45 1G-baseT port there? Or a 1G RJ-45 SFP module?
You often have to set 1G fixed to link at 1G against a 10G port. Does it have that available as link speed?
What doesifconfig -vm ql0
show?Steve
-
Okay, a small summary of my device ports:
re0 - motherboard RJ-45 1G
ql0 - SFP RJ-45 1G
ql1 - SFP fiber monochanelthe output of the command is:
ql0: flags=8803<UP,BROADCAST,SIMPLEX,MULTICAST> metric 0 mtu 1500 description: OPT1 options=8003b<RXCSUM,TXCSUM,VLAN_MTU,VLAN_HWTAGGING,JUMBO_MTU,LINKSTATE> capabilities=8013b<RXCSUM,TXCSUM,VLAN_MTU,VLAN_HWTAGGING,JUMBO_MTU,TSO4,LINKSTATE> ether d8:9d:67:34:28:68 inet6 fe80::da9d:67ff:fe34:2868%ql0 prefixlen 64 tentative scopeid 0x1 media: Ethernet autoselect status: no carrier supported media: media autoselect media 10Gbase-SR mediaopt full-duplex nd6 options=21<PERFORMNUD,AUTO_LINKLOCAL>
-
Ok, then that 1G SFP/RJ-45 module is unlikely to work there. It can only autoselect to 1G and 10G ports often cannot do that. Especially for RJ-45 modules like that.
Are you able to test connecting to something else at 10Gbase-SR directly?
Steve
-
Umm, okay, the thing is that i get exactly the same set of errors during boot without any of the SFP modules installed, so i think that the errors that i see on the logs come straight from the NIC and not the modules.
-
Yes, I agree those errors look to be a higher level than the SFP module. But also those are probably not preventing it linking.
If you look here: https://community.spiceworks.com/topic/2308795-what-is-going-on-with-my-vmware-storage-cannot-communicate-with-freenas#entry-9110423
That's pretty much exactly what you are seeing and although it would not pass traffic without the mtu being set it was linking at 10G just fine.
Steve
-
@stephenw10 Okay, many thnaks, I will try to get my hands on other SFP modules and try again.
-
If you don't have a 10G switch you can always try simply linking the two ports directly. That will at least they are functional under pfSense. They can get a link at all.
-
@stephenw10 Thanks for te tip, i do have a 10G switch, what i dont have is a monochannel fiber device to test, i will have to experiment staright with the fiber that the ISP provides ;)