Skip to content

Instantly share code, notes, and snippets.

@blha303
Last active August 29, 2015 14:20
Show Gist options
  • Save blha303/f77ab4f62ef5f9c0e8a1 to your computer and use it in GitHub Desktop.
Save blha303/f77ab4f62ef5f9c0e8a1 to your computer and use it in GitHub Desktop.
netctl config for polytechnic west (australia) wifi (needs student ID and password) | modified https://aur.archlinux.org/packages/netctl-eduroam/
Connection='wireless'
Interface=wlp2s0 # or your wireless interface name
Security='wpa-configsection'
Description='tafe'
IP='dhcp'
TimeoutWPA=30
WPAConfigSection=(
'ssid="PWAStudent"'
'key_mgmt=WPA-EAP'
'eap=PEAP'
'proto=WPA2'
'phase2="auth=PAP"'
'identity=STUDENTNUMBER'
'password="PASSWORD"'
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment