Last active 1440822005

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

Steven Smith revised this gist 1430190480. Go to revision

No changes

Steven Smith revised this gist 1430190320. Go to revision

1 file changed, 15 insertions

gistfile1.txt(file created)

@@ -0,0 +1,15 @@
1 + Connection='wireless'
2 + Interface=wlp2s0 # or your wireless interface name
3 + Security='wpa-configsection'
4 + Description='tafe'
5 + IP='dhcp'
6 + TimeoutWPA=30
7 + WPAConfigSection=(
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 + )
Newer Older