Created
December 13, 2019 13:28
-
-
Save ppartarr/6a9680647639994287eaab6c113c9ddc to your computer and use it in GitHub Desktop.
Eduroam netctl config
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Description='Eduroam' | |
Interface=wlp58s0 | |
Connection=wireless | |
Security=wpa-configsection | |
ESSID=eduroam | |
IP=dhcp | |
TimeoutWPA=60 | |
TimeoutUp=300 | |
TimeoutCarrer=300 | |
WPAConfigSection=( | |
'ssid="eduroam"' | |
'key_mgmt=WPA-EAP' | |
'eap=PEAP' | |
'identity="studentNumber"' | |
'anonymous_identity="anon"' | |
'password="password"' | |
'phase2="auth=MSCHAPV2"' | |
) | |
~ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment