-
Notifications
You must be signed in to change notification settings - Fork 759
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
WLAN: AP with two SSID's not fully working #1145
Comments
|
Hey Mike, On first glance it looks ok according to: https://lists.freebsd.org/pipermail/freebsd-wireless/2015-January/005345.html Does the second WiFi work when the first one is deactivated? Cheers, |
|
Hi, but only one hostapd: Still no go. And one hostapd. But this time I can connect, authenticate on the second SSID (WL2). Hmm. BTW: one difference to the referenced email: opnsense uses two hostapd instances instead of one: Greetings |
|
Starting with 16.7.7, it'll be possible to try FreeBSD 11.0, but it's not supported until we release 17.1. One issue is that wireless was reworked and isn't going to work anymore (parent interface does no longer register in ifconfig output). When this is resolved, you will have more luck there I think. |
Hi,
I'm currently using opnsense 16.7 on a APU.2C4 and a Ubiquiti SR71-E (atheros CS) WLAN Card.
Implementing one (ath0_wlan1) interface is working fine.
Now I want to achieve two or three different SSID's (Normal, Kids and guest net) with different
network segments for different ip-filter-rules...
So I started implementing two WLAN interfaces (ath0_wlan1 and ath0_wlan2) and still only the first is
fully working. The second SSID is visible to the clients but any authentication fails.
Both interfaces are configured exactly the same (except the IP-config and the SSID)
Any clues why ath0_wlan1 is fully working and ath0_wlan2 not?
Greetings
...
mike
The text was updated successfully, but these errors were encountered: