Problem with Collisions
-
Im having a lot of collisions in a wireless network where Pfsense acts like router. The weird thing its because i have 3 practically same topology (2 WAN 1 LAN Wireless Network), and the other two have 0 collisions, have checked with wireshark for strange packets or traffic but no luck, any idea of what can be happen?
-
Check for duplex and/or link speed mismatch. Try hard coding both sides of the interfaces to 100/FD or another setting and see if it helps.
-
Yeah I agree, that usually is the culprit… auto negotiation doesn't always work well. Set 1000Gbps Full if both NICs support it, if not 100 Full. Also, sometimes forcing either one of the other regardless of what the cards support can solve these issues.
-
Ok i will start for checking that, this can be a missmatch in any place of the net right? or you mean in the pfsense interfaces
-
The collisions are shown at those interfaces so the mismatch would be between the pfSense interface and whatever it's connected to.
However duplex mismatch is usually (always in my experience) associated with a massive reduction in throughput. Like <1Mbps.
It's still the first thing I'd check.Steve