Last active
August 29, 2015 14:20
-
-
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/
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
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