Skip to content

Instantly share code, notes, and snippets.

@louisswarren
Last active October 14, 2016 13:16
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 louisswarren/fdec9b75be582a6569732b57d2cd2cda to your computer and use it in GitHub Desktop.
Save louisswarren/fdec9b75be582a6569732b57d2cd2cda to your computer and use it in GitHub Desktop.
Config for netctl for eduroam wifi
# Write to /etc/netctl/eduroam and start with netctl start eduroam
# Replace <wireless device> <username> and <password> below
Description='Eduroam'
Interface=<wireless device>
Connection=wireless
Security=wpa-configsection
IP=dhcp
ESSID=eduroam
WPAConfigSection=(
'ssid="eduroam"'
'proto=RSN WPA2'
'key_mgmt=WPA-EAP'
'eap=TTLS'
'identity="<username>@canterbury.ac.nz"'
'password="<password>"'
'phase2="auth=PAP"'
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment