Skip to content

Instantly share code, notes, and snippets.

@privong
Created October 25, 2017 14:40
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 privong/ec1e0835078a262870612031e3bc3ecb to your computer and use it in GitHub Desktop.
Save privong/ec1e0835078a262870612031e3bc3ecb to your computer and use it in GitHub Desktop.
eduroam netctl config for the University of Florida
Connection=wireless
Interface=your-interface-name
Security=wpa-configsection
Description="eduroam"
IP=dhcp
TimeoutWPA=10
ESSID=eduroam
WPAConfigSection=(
'ssid="eduroam"'
'proto=WPA2'
'key_mgmt=WPA-EAP'
'eap=TTLS'
'phase2="auth=MSCHAPV2"'
'identity="your-username@ufl.edu"'
'password="your-password"'
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment