Hi, 

I'm trying to configure an Attitude Adjustment OpenWrt AP with two SSIDs : 

 - a public one, with radius mac auth, with email self-registration 
 - a secure wpa2 with 802.1x radius ldap auth.

Everything works perfectly when I configure just one of the two SSiDs, but when 
I configure both, I get this error : 

root@OpenWrt-r21:~# wifi
Configuration file: /var/run/hostapd-phy0.conf
Using interface wlan0 with hwaddr 00:60:b3:d0:96:fa and ssid "diderot-secure"
socket[PF_INET6,SOCK_DGRAM]: Address family not supported by protocol
wlan0: RADIUS Authentication server 172.16.3.55:1812
socket[PF_INET6,SOCK_DGRAM]: Address family not supported by protocol
wlan0: RADIUS Accounting server 172.16.3.55:1813
Using interface wlan0-1 with hwaddr 02:60:b3:d0:96:fb and ssid "diderot-public"
socket[PF_INET6,SOCK_DGRAM]: Address family not supported by protocol
wlan0-1: RADIUS Authentication server 172.16.3.55:1812
bind: Address already in use
Failed to open UDP socket for RADIUS DAS
RADIUS DAS initialization failed.
Interface initialization failed
wlan0: Unable to setup interface.
nl80211: Failed to remove interface wlan0-1 from bridge br-lan: No such device
Failed to start hostapd for phy0


If I remove radius_das options from one of the two wifi-iface statement, 
hostapd starts and both SSIDs are active, stations can connect on both SSIDs, 
but when deconnecting, hostapd stops working, and the only way to recover wifi 
is to restart with "wifi down" and "wifi" commands.

So I'm suspecting something wrong in the way deauth is made with multiples 
SSID. 

Thanks, 

Denis 


------------------------------------------------------------------------------
HPCC Systems Open Source Big Data Platform from LexisNexis Risk Solutions
Find What Matters Most in Your Big Data with HPCC Systems
Open Source. Fast. Scalable. Simple. Ideal for Dirty Data.
Leverages Graph Analysis for Fast Processing & Easy Data Exploration
http://p.sf.net/sfu/hpccsystems
_______________________________________________
PacketFence-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/packetfence-users

Reply via email to