Last active
November 7, 2024 11:45
-
-
Save Bucknalla/bc04a051622a9bfe140ac38242d3b06e to your computer and use it in GitHub Desktop.
Network Manager Config for Eduroam (Raspberry Pi, BalenaOS, etc.)
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
[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