Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to connect to eduroam Wi-Fi with NetworkManager on RaspberryPi LITE OS. #45

Open
mapconcierge opened this issue Jan 25, 2025 · 0 comments
Assignees

Comments

@mapconcierge
Copy link
Collaborator

  • Path: /etc/NetworkManager/system-connections
  • File Name: eduroam.nmconnection
[connection]
id=eduroam
uuid=32434bde-5c81-4305-9f25-1bc1b7075386
type=wifi
interface-name=wlan0

[wifi]
mode=infrastructure
ssid=eduroam

[wifi-security]
auth-alg=open
key-mgmt=wpa-eap

[802-1x]
ca-cert=/usr/share/ca-certificates/mozilla/Security_Communication_RootCA2.crt
eap=peap;
identity=*****@***.***
password=*****
phase2-auth=mschapv2

[ipv4]
method=auto

[ipv6]
addr-gen-mode=default
method=auto

[proxy]
@mapconcierge mapconcierge self-assigned this Jan 25, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant