Latest snapsot wireless bridged as well as static not working
-
pfsense and freebsd shows my wireless card as atheros 5413 chipset whereas its a Atheros 5414, i just removed the metal shield off the card and checked and maybe because of that wireless might be having issues as 5414 isnt listed in freebsd 7.1 or 7.2 hardware list
-
Just installed snapshot from 16th , but still need to use the save button fix in lan interface setup.
-
Just installed snapshot from 16th , but still need to use the save button fix in lan interface setup.
that issue still remains but not that worse compared to the older version
-
Its not worse but still somewhat annoying :)
The thing more concerning to me is the stuck beacon issues which returned today (right before the upgrade) and actually were the reason for it.
I thought it was finally over after I had 17 days uptime but alas this problem also persists. -
For those who need to use the save button after reboot still, try this instead after a reboot:
ifconfig vr0 -txcsum
(or whatever your wired bridged interface is)
That seems to clear it up for me. I'm working out how best to patch it for good though.
For whatever reason when you set the bridge up again by clicking save, txcsum is off, but it's on at boot, and it apparently interferes with bridging.
-
For those who need to use the save button after reboot still, try this instead after a reboot:
ifconfig vr0 -txcsum
(or whatever your wired bridged interface is)
That seems to clear it up for me. I'm working out how best to patch it for good though.
For whatever reason when you set the bridge up again by clicking save, txcsum is off, but it's on at boot, and it apparently interferes with bridging.
This fixed it for me too! 8)
-
Thanks, I will check it next time I need to reboot :)
-
@spock:
ifconfig vr0 -txcsum
This fixed it for me too! 8)
What hardware are you using? ALIX? It would help to know the wireless driver and ethernet driver you are using. For me, it's ath0 and vr0.
-
@spock:
ifconfig vr0 -txcsum
This fixed it for me too! 8)
What hardware are you using? ALIX? It would help to know the wireless driver and ethernet driver you are using. For me, it's ath0 and vr0.
It's an alix2c3. bridge0 contains vr0 and ath0, just like yours.
The problem for me was that whenever I did a cold or warm reboot of the alix, wireless clients would get an IP, they could communicate with other hosts on either LAN or WLAN, but not with the alix box itself (which also meant no internet access). I solved this by going into the options of the wireless interface and pressing save after each reboot, and it would all work again.
Now I have tried with 2 reboots, and running 'ifconfig vr0 -txcsum' have had the same effect as pressing save in interface options, it all worked like a charm again!
I'm currently running pfSense-1.2.3-512mb-20090917-0347-nanobsd, but this problem has been around for quite some time for me.
-
I'm also on ALIX (2d3) and had the same symptoms.
Not the first time I've heard of checksum offloading causing issues… Apparently it's not a universal problem though, so it's hard to tell which circumstances will call for turning it off.
-
Alternately, I suppose you could also just check the "Disable Hardware Checksum Offloading" option, which would have the same effect.
Not sure how that might impact the ALIX overall, if at all, but if it is problematic it might be better to leave it off anyhow.