Created
August 24, 2016 10:08
-
-
Save atmoz/73833bda2a6158aa02f2cf4f4bcd61bf to your computer and use it in GitHub Desktop.
Working netctl profile for eduroam on the University of Bergen
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
Connection='wireless' | |
Interface=wlp3s0 | |
Security='wpa-configsection' | |
Description="eduroam network" | |
IP='dhcp' | |
TimeoutWPA=30 | |
WPAConfigSection=( | |
'ssid="eduroam"' | |
'key_mgmt=WPA-EAP' | |
'eap=PEAP' | |
'proto=WPA2' | |
'phase2="auth=MSCHAPV2"' | |
'identity="<user>@student.uib.no"' | |
'password="<pass>"' | |
) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment