Skip to content

Instantly share code, notes, and snippets.

@tobiasweede
Created September 3, 2021 21:52
Show Gist options
  • Save tobiasweede/9458dbafa0f7a96562eb616ab7314261 to your computer and use it in GitHub Desktop.
Save tobiasweede/9458dbafa0f7a96562eb616ab7314261 to your computer and use it in GitHub Desktop.
Uni Jena Eduroam 2.4GHz Config for netctl
Description='2.4GHz eduroam'
Connection='wireless'
Interface=wlan0
Security='wpa-configsection'
IP='dhcp'
NETCTL_DEBUG=no
WPAConfigSection=(
'ssid="2.4GHz eduroam"'
'key_mgmt=WPA-EAP'
'eap=TTLS'
'proto=WPA2'
'phase2="auth=PAP"'
'anonymous_identity="eduroam@uni-jena.de"'
'identity="XXXXXXX@uni-jena.de"'
'ca_cert="/etc/ssl/certs/T-TeleSec_GlobalRoot_Class_2.pem"'
'password="XXXXXXXXXXXXXXXXXXXX"'
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment