Here is a small working netctl
configuration file for eduroam – tested with Cambridge credentials, but in principle this should work for any institution.
The identity
field is your e-mail (crsid@cam.ac.uk
), and password
is the 16-character access token. Change Interface
if your wireless interface has a different name.
Description='Cambridge eduroam'
Interface=wlp4s0
Connection=wireless
Security=wpa-configsection
IP=dhcp
WPAConfigSection=(
'ssid="eduroam"'
'key_mgmt=WPA-EAP'
'eap=PEAP'
'identity="crsid@cam.ac.uk"'
'password="aaaassssddddffff"'
'priority=1'
'phase2="auth=MSCHAPV2"'
)