Created
July 11, 2018 18:10
-
-
Save eslerm/8c304548f265be6c3d0ba49d0fd76667 to your computer and use it in GitHub Desktop.
University of Minnesota's (UMN) eduroam wpa_supplicant.conf
This file contains hidden or 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
# 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="[email protected]" | |
password="secret" | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment