Changes

Jump to: navigation, search

Virginia Tech Wifi

59 bytes added, 19:10, 28 June 2018
wpa_supplicant Instructions: openbsd-specific instructions
* Authentication: Protected EAP (PEAP)
* Anonymous identity: anonymous@vt.edu
* Domain: nis.vt.edu
* CA certificate: Select <code>/path/to/GlobalSign_Root_CA_-_R3.pem</code> via the file picker
* PEAP version: Automatic
* Password: YOUR_NETWORK_PASSWORD
'''NOTE[[File:''' There does not appear to be a way to set the expected server name. This means that anyone with a certificate that chains back to the same root CA can setup a rouge AP taht ouwl successfully MitM traffic from a device using this configurationNm settings.png]]
==wpa_supplicant Instructions==
$ sudo wpa_supplicant -B -i wlan0 -c /etc/wpa_supplicant/eduroam.conf
$ sudo dhcpcd wlan0
 
On [[OpenBSD]], the process is a little more complicated:
 
# ifconfig wlan0 nwid edoroam wpa wpaakms 802.1x up
# /usr/local/sbin/wpa_supplicant -B -i wlan0 -c /etc/wpa_supplicant.conf
# dhclient wlan0
# ifconfig iwm0 inet6 autoconf
Alternate config options, besides domain_match are as follows (obviously not correct):
[[Category:Howtos]]
[[Category:Campus computing resources]]
[[Category:Needs restoration]]
Anonymous user

Navigation menu