Hostapd + Radius + PEAP

Paulo Fragoso paulo at nlink.com.br
Tue Jun 1 17:23:29 UTC 2010


Hi,

We trying to setup an AP using FreeBSD 8.0 and auth via PEAP and Radius:

hostapd.conf:

interface=wlan0
debug=4
ctrl_interface=/var/run/hostapd
ctrl_interface_group=wheel
ssid=freebsdap
wpa=1
wpa_key_mgmt=WPA-EAP
wpa_pairwise=CCMP
# Radius:
own_ip_addr=X.Y.Z.AP
nas_identifier=freebsdnas
auth_server_addr=A.B.C.D
auth_server_port=1812
auth_server_shared_secret=teste123
acct_server_addr=A.B.C.D
acct_server_port=1813
acct_server_shared_secret=teste123
# Logs:
logger_syslog=-1
logger_syslog_level=0
logger_stdout=-1
logger_stdout_level=0

Starting this server (X.Y.Z.AP) we can get initial traffic between 
hostapd and radius server, but there isn't traffic for PEAP when a 
station try to connect.

This same station connect using WPA+PEAP to another AP which make AAA on 
same radius server (A.B.C.D).

Looking for the sources we have noticed hosaptd is compiled without 
-DEAP_PEAP -DEAP_MSCHAPv2, how solve this?

Thanks,
Paulo Fragoso.



More information about the freebsd-isp mailing list