Skip to content

Instantly share code, notes, and snippets.

@afonsoguerra
Forked from Jimbles/UCL_Eduroam.md
Created March 19, 2018 12:10
Show Gist options
  • Save afonsoguerra/f5bc0d13bb003ae45c7e8249e0a066b9 to your computer and use it in GitHub Desktop.
Save afonsoguerra/f5bc0d13bb003ae45c7e8249e0a066b9 to your computer and use it in GitHub Desktop.
UCL Eduroam on Raspberry Pi

UCL Eduroam on Raspberry Pi

add this to /etc/wpa_supplicant/wpa_supplicant.conf

network = {
ssid="eduroam"
key_mgmt=WPA-EAP IEEE8021X
eap=PEAP
identity="#####@ucl.ac.uk"
anonymous_identity="anonymous@ucl.ac.uk"
password="#######"
priority=22357
proactive_key_caching=1
} 

and change line in /etc/network/interfaces for wlan0 from wpa-conf to wpa-roam.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment