Skip to content

Instantly share code, notes, and snippets.

@RobBlackwell
Last active March 17, 2017 11:01
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save RobBlackwell/2b8f83dae711e51e02ad924867bcde66 to your computer and use it in GitHub Desktop.
Save RobBlackwell/2b8f83dae711e51e02ad924867bcde66 to your computer and use it in GitHub Desktop.
eduroam UEA on x230 arch linux
Connection='wireless'
Interface=wlp58s0
Security='wpa-configsection'
Description="eduroam network"
IP='dhcp'
TimeoutWPA=30
WPAConfigSection=(
'ssid="eduroam"'
'key_mgmt=WPA-EAP'
'eap=PEAP'
'proto=WPA2'
'pairwise=CCMP TKIP'
'group=CCMP TKIP'
'phase1="peapver=0"'
'phase2="auth=MSCHAPV2"'
'scan_ssid=1'
'identity="userid@uea.ac.uk"'
'ca_cert="/etc/ssl/certs/AddTrust_External_Root.pem"'
'password="password"'
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment