Created
April 14, 2016 19:54
-
-
Save fschrofner/ddd22b8887e4aefe58787f7c7df1b67e to your computer and use it in GitHub Desktop.
A netctl profile for eduroam wireless networks. Seems to work fine for universities in Austria and the United States, but no guarantees.
This file contains hidden or 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' | |
Interface=wlo1 | |
Connection=wireless | |
Security=wpa-configsection | |
IP=dhcp | |
ESSID=eduroam | |
WPAConfigSection=( | |
'ssid="eduroam"' | |
'key_mgmt=WPA-EAP' | |
'eap=TTLS' | |
'group=TKIP' | |
'identity="USERNAME"' | |
'password="PASSWORD"' | |
'phase2="auth=MSCHAPv2"' | |
) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment