Skip to content

Instantly share code, notes, and snippets.

@frbl
Created June 5, 2018 07:02
Show Gist options
  • Save frbl/5a4884fa4cdb83b931f1348f51232687 to your computer and use it in GitHub Desktop.
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
[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: sXXXXXX@rug.nl or pXXXXXXX@rug.nl>
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