Posted on 24-05-2011
Filed Under (Computers) by Garoth

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"
'
(2) Comments    Read More   

Comments

Vardhan M on 30 June, 2011 at 12:37 pm #

you need to switch over to the dark side. NetworkManager!


abc on 26 January, 2012 at 4:29 pm #

Thanks!


Post a Comment

You must be logged in to post a comment.