Created
June 5, 2018 07:02
-
-
Save frbl/5a4884fa4cdb83b931f1348f51232687 to your computer and use it in GitHub Desktop.
RUG / University of Groningen - Eduroam configuration for Linux /etc/NetworkManager/system-connections/eduroam
This file contains hidden or 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] | |
id=eduroam | |
uuid=<THIS_CAN_BE_AUTOGENERATED> | |
type=wifi | |
permissions=user:<PC_USERNAME>:; | |
[wifi] | |
mac-address=<MACADDRESS_OF_YOUR_WLAN_CARD> | |
mac-address-blacklist= | |
mode=infrastructure | |
ssid=eduroam | |
[wifi-security] | |
auth-alg=open | |
key-mgmt=wpa-eap | |
[802-1x] | |
eap=peap; | |
identity=<username: [email protected] or [email protected]> | |
phase2-auth=mschapv2 | |
password=<THE_PASSWORD> | |
[ipv4] | |
dns-search= | |
method=auto | |
[ipv6] | |
addr-gen-mode=stable-privacy | |
dns-search= | |
method=auto |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment