Skip to content

Instantly share code, notes, and snippets.

@Jimbles
Created June 28, 2016 16:20
Show Gist options
  • Save Jimbles/b2142173fa77ce40f6b1ae3e626084e4 to your computer and use it in GitHub Desktop.
Save Jimbles/b2142173fa77ce40f6b1ae3e626084e4 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