Skip to content

Instantly share code, notes, and snippets.

@primeos
Forked from freddie-freeloader/eduroam_tuebingen
Last active April 17, 2018 16:53
Show Gist options
  • Save primeos/c5c6ae31667fba2cb2aa to your computer and use it in GitHub Desktop.
Save primeos/c5c6ae31667fba2cb2aa to your computer and use it in GitHub Desktop.
netctl configuration for eduroam (tested and working for University of Tübingen)
Description='eduroam'
Connection='wireless'
Interface=<Interface e.g. wlp3s0 (see "ip a" or "ifconfig")>
Security='wpa-configsection'
IP='dhcp'
TimeoutWPA=30
WPAConfigSection=(
'ssid="eduroam"'
'proto=RSN'
'key_mgmt=WPA-EAP'
'auth_alg=OPEN'
'pairwise=CCMP'
'group=CCMP TKIP'
'ca_cert="/etc/ssl/certs/T-TeleSec_GlobalRoot_Class_2.pem"'
'altsubject_match="DNS:u-002-sias01.uni-tuebingen.de;DNS:u-002-sias02.uni-tuebingen.de"'
'eap=PEAP'
'phase1="peapver=0"'
'phase2="auth=MSCHAPV2"'
'identity="LOGINNAME@uni-tuebingen.de"'
'password="YOURPASSWORD"'
)
@primeos
Copy link
Author

primeos commented Jan 23, 2018

Update (2018-04-17): Should be fixed now. But I didn't test if the configuration is still valid, as I'm not using netctl ATM.
TODO: This configuration doesn't verify the domain (but https://gist.github.com/primeos/e592e97757908ab7d087 + https://gist.github.com/primeos/ad216f5835092c1d8f27 should work)!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment