Created
April 20, 2015 22:01
-
-
Save freddie-freeloader/3b678d42eb323b797a1b to your computer and use it in GitHub Desktop.
Netctl configuration for eduroam (tested and working for University of Tuebingen)
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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="[email protected]"' | |
'password="YOURPASSWORD"' | |
) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment