Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 01 Jun 2010 14:23:19 -0300
From:      Paulo Fragoso <paulo@nlink.com.br>
To:        freebsd-isp@freebsd.org
Subject:   Hostapd + Radius + PEAP
Message-ID:  <4C054207.9070204@nlink.com.br>

next in thread | raw e-mail | index | archive | help
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.




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?4C054207.9070204>