Skip to content

Instantly share code, notes, and snippets.

@Bucknalla
Last active May 15, 2020 01:42
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Bucknalla/bc04a051622a9bfe140ac38242d3b06e to your computer and use it in GitHub Desktop.
Save Bucknalla/bc04a051622a9bfe140ac38242d3b06e to your computer and use it in GitHub Desktop.
Network Manager Config for Eduroam (Raspberry Pi, BalenaOS, etc.)
[ipv6]
method=ignore
ip6-privacy=0
[connection]
id=eduroam
type=802-11-wireless
[802-11-wireless-security]
key-mgmt=wpa-eap
[802-11-wireless]
ssid=eduroam
mode=infrastructure
security=802-11-wireless-security
[802-1x]
eap=peap;
identity=YOUR-USERNAME@warwick.ac.uk
ca-cert=/etc/ssl/certs/QuoVadis_Root_CA_2.pem
phase2-auth=mschapv2
password=YOUR-PASSWORD
private-key-password-flags=1
phase2-private-key-password-flags=1
[ipv4]
method=auto
may-fail=false
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment