view conf/supauth3.eap.testbed.aaa/hostapd/hostapd.conf @ 11:44f87917c579

Added a RADIUS proxy using freeradius in the eap testbed
author Sebastien Decugis <sdecugis@nict.go.jp>
date Thu, 16 Sep 2010 14:23:42 +0900
parents 7b569c198c7c
children
line wrap: on
line source

interface=wlan0
driver=nl80211

logger_stdout=-1
logger_stdout_level=2
dump_file=/tmp/hostapd.dump

ctrl_interface=/var/run/hostapd

hw_mode=g
channel=1
ssid=mac80211 test3

wpa=2
wpa_key_mgmt=WPA-EAP
wpa_pairwise=CCMP

ieee8021x=1
eapol_version=2
eap_message=hello

# Configuration for external RADIUS server, actually a proxy
own_ip_addr=192.168.105.70
nas_identifier=supauth3.eap.testbed.aaa
auth_server_addr=192.168.105.60
auth_server_port=1812
auth_server_shared_secret=radiusecret3.1
acct_server_addr=192.168.105.60
acct_server_port=1813
acct_server_shared_secret=radiusecret3.1
"Welcome to our mercurial repository"