Skip to content

Instantly share code, notes, and snippets.

@chickazee4
Created September 28, 2022 22:39
Show Gist options
  • Save chickazee4/a786b470ba6677c3978d94c005f3dfd4 to your computer and use it in GitHub Desktop.
Save chickazee4/a786b470ba6677c3978d94c005f3dfd4 to your computer and use it in GitHub Desktop.
FreeBSD wpa_supplicant.conf for eduroam
# It took a ton of trial and error to get this right, but this works reliably. The information on the forums is outdated, at least at my university. I hope this helps you if you're stuck.
network={
ssid="eduroam"
scan_ssid=1
key_mgmt=WPA-EAP
eap=PEAP
phase2="auth=MSCHAPV2"
identity="<university-email>"
anonymous_identity="<university-email>"
password="<university-password>"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment