Last active 1440822005

netctl config for polytechnic west (australia) wifi (needs student ID and password) | modified https://aur.archlinux.org/packages/netctl-eduroam/

Revision 49435150ebd8d550c68d4c665b98d2feb38abbff

gistfile1.txt Raw
1Connection='wireless'
2Interface=wlp2s0 # or your wireless interface name
3Security='wpa-configsection'
4Description='tafe'
5IP='dhcp'
6TimeoutWPA=30
7WPAConfigSection=(
8 'ssid="PWAStudent"'
9 'key_mgmt=WPA-EAP'
10 'eap=PEAP'
11 'proto=WPA2'
12 'phase2="auth=PAP"'
13 'identity=STUDENTNUMBER'
14 'password="PASSWORD"'
15)