Skip to content

Instantly share code, notes, and snippets.

@fipski
Created November 2, 2021 15:51
Show Gist options
  • Save fipski/2e733c0eb4508c206013d8b50d6831e9 to your computer and use it in GitHub Desktop.
Save fipski/2e733c0eb4508c206013d8b50d6831e9 to your computer and use it in GitHub Desktop.
Eduroam TU Darmstadt
# Assuming you have T-TeleSec_GlobalRoot_Class_2.pem in /etc/ssl/certs.
# Replace TU-ID with your ID
# replace wlan0 with your interface name
nmcli connection add type wifi con-name eduroam ifname wlan0 ssid "eduroam" -- wifi-sec.key-mgmt wpa-eap 802-1x.eap peap 802-1x.anonymous-identity [email protected] 802-1x.identity [email protected] 802-1x.phase2-auth mschapv2 802-1x.domain-suffix-match radius.hrz.tu-darmstadt.de 802-1x.ca-cert /etc/ssl/certs/T-TeleSec_GlobalRoot_Class_2.pem
nmcli connection up eduroam --ask
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment