View difference between Paste ID: xarSXpDb and bFM3S6sM
SHOW: | | - or go back to the newest paste.
1
2
ArchLinux has rearranged most of its PKI certs into a small number of aggregate files as of January 2015. This netctl template is updated to work with the new system. Make sure to fill in your $USERNAME and $PASSWORD. If you are not at @uwaterloo.ca, you should be able to just change that to the site of your school and have it work as well, though other schools might use different phase2 systems, I'm not sure.
3
4-
[sudo] password for kousu: 
4+
5
[sudo] password for $USERNAME: 
6
Description='A wireless connection using a custom network block configuration'
7
Interface=wlp3s0
8
Connection=wireless
9
Security=wpa-configsection
10
IP=dhcp
11
WPAConfigSection=(
12
    'ssid="eduroam"'
13
    'scan_ssid=1'
14
    'proto=RSN'
15
    'key_mgmt=WPA-EAP'
16
    'pairwise=CCMP'
17
    'group=CCMP'
18-
    'identity="nguenthe@uwaterloo.ca"'
18+
19-
    'password="xxxxxxxx"'
19+
    'identity="$USERNAME@uwaterloo.ca"'
20-
    'ca_cert="/usr/share/ca-certificates/mozilla/GlobalSign_Root_CA.crt"'
20+
    'password="$PASSWORD"'
21
    'ca_cert="/usr/share/ca-certificates/trust-source/mozilla.trust.crt"'
22
    'phase2="auth=MSCHAPV2"'
23
)
24
25-
$ netctl start wlp3s0-eduroam
25+
26
$ netctl switch-to wlp3s0-eduroam