Skip to content

Instantly share code, notes, and snippets.

@freddie-freeloader
Created April 20, 2015 22:01
Show Gist options
  • Save freddie-freeloader/3b678d42eb323b797a1b to your computer and use it in GitHub Desktop.
Save freddie-freeloader/3b678d42eb323b797a1b to your computer and use it in GitHub Desktop.
Netctl configuration for eduroam (tested and working for University of Tuebingen)
Description='eduroam'
Connection='wireless'
Interface=wlp3s0
Security='wpa-configsection'
Description="eduroam network"
IP='dhcp'
TimeoutWPA=30
WPAConfigSection=(
'ssid="eduroam"'
'proto=RSN'
'key_mgmt=WPA-EAP'
'pairwise=CCMP'
'auth_alg=OPEN'
'eap=PEAP'
'identity="LOGINNAME@uni-tuebingen.de"'
'password="YOURPASSWORD"'
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment