Skip to content

Instantly share code, notes, and snippets.

@eslerm
Created July 11, 2018 18:10
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 eslerm/8c304548f265be6c3d0ba49d0fd76667 to your computer and use it in GitHub Desktop.
Save eslerm/8c304548f265be6c3d0ba49d0fd76667 to your computer and use it in GitHub Desktop.
University of Minnesota's (UMN) eduroam wpa_supplicant.conf
# commands for OpenBSD:
# ifconfig iwn0 scan
# ifconfig iwn0 nwid eduroam chan x bssid xx:xx:xx:xx:xx:xx wpa wpaakms 802.1x up
# wpa_supplicant -D openbsd -B -i iwn0 -c /etc/wpa_supplicant.conf
# dhclient iwn0
ctrl_interface=/var/run/wpa_supplicant
ctrl_interface_group=wheel
network={
ssid="eduroam"
scan_ssid=1
key_mgmt=WPA-EAP
proto=WPA2
eap=PEAP
phase2="auth=MSCHAPV2"
identity="username@umn.edu"
password="secret"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment