Skip to content

Instantly share code, notes, and snippets.

@bag-man
Created May 2, 2015 23:29
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save bag-man/7eddb15a01ff30baae88 to your computer and use it in GitHub Desktop.
Save bag-man/7eddb15a01ff30baae88 to your computer and use it in GitHub Desktop.
Aber Eduroam
# /etc/wpa_supplicant/eduroam.conf
ctrl_interface=/var/run/wpa_supplicant
ctrl_interface_group=root
network={
ssid="eduroam"
scan_ssid=1
key_mgmt=WPA-EAP
eap=TTLS
identity="abc@aber.ac.uk"
password="password"
phase1="peaplabel=0"
phase2="auth=MSCHAPV2"
}
# wpa_supplicant -c /etc/wpa_supplicant/eduroam.conf -d -i wlp1s0 -D wext -B &
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment