First of all this is my first HOWTO and it details how I got connected to Lehigh University's wireless network with wpa_supplicant. I decided to post this as I was having trouble finding info on this subject [of connecting to a University 802.1x network] and figured this might serve as a springboard to help others connect to their own 802.1x University networks.
**I recommend backing up all config files before editing them and take no responsibility for any damage this may cause**
Ok, that said let's get started, first make sure you have the wpa_supplicant installed.Now create the wpa_supplicant configuration fileCode:sudo apt-get install wpasupplicantthen paste the following, edit as needed and save.Code:sudo gedit /etc/wpa_supplicant/wpa_supplicant.conf
Now edit /etc/network/interfaces withCode:# for lehigh university network={ ssid="lu" scan_ssid=1 key_mgmt=IEEE8021X eap=PEAP phase2="auth=MSCHAPV2" identity="your university login name" password="your password" }addingCode:sudo gedit /etc/network/interfacesunder your wireless interface.Code:wpa-driver wext wpa-conf /etc/wpa_supplicant/wpa_supplicant.conf
Restart networkingand enjoy!Code:sudo /etc/init.d/networking restart
Hope this helps somebody
*Adapted from http://coral.ie.lehigh.edu/~asm4/howtos/wireless.html





Bookmarks