Dear Archlinux users at The University of Waterloo, the following is the wpa_supplicant/netcfg configuration file that will work with the eduroam network found around campus. It was a pain to figure out
CONNECTION='wireless'
INTERFACE=wlan0
SECURITY='wpa-configsection'
ESSID='eduroam'
IP='dhcp'
DHCP_TIMEOUT=40
CONFIGSECTION='
ssid="eduroam"
scan_ssid="0"
proto=RSN
key_mgmt=WPA-EAP
group=CCMP
eap=PEAP
identity="USERID@uwaterloo.ca"
password="PASSWORD"
ca_cert="/usr/share/ca-certificates/mozilla/GlobalSign_Root_CA.crt"
phase2="auth=MSCHAPV2"
'
you need to switch over to the dark side. NetworkManager!
Thanks!
You must be logged in to post a comment.