Skip to content

Instantly share code, notes, and snippets.

@fschrofner
Created April 14, 2016 19:54
Show Gist options
  • Save fschrofner/ddd22b8887e4aefe58787f7c7df1b67e to your computer and use it in GitHub Desktop.
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.
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