Created
October 19, 2021 20:21
-
-
Save sieste/f55a7166ab397f15e9cc84239ce35cd0 to your computer and use it in GitHub Desktop.
netctl profile for eduroam
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=wlp0s20f3 | |
Connection=wireless | |
IP=dhcp | |
Security=wpa-configsection | |
ESSID=eduroam | |
WPAConfigSection=( | |
'ssid="eduroam"' | |
'key_mgmt=WPA-EAP' | |
'pairwise=CCMP TKIP' | |
'group=CCMP TKIP' | |
'eap=PEAP' | |
'proto=RSN' | |
'identity="*******@*****.**"' | |
'password="**************"' | |
'phase2="auth=MSCHAPV2"' | |
) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment