Ubuntu Forums ubuntu.com - launchpad.net - ubuntu help  

Go Back   Ubuntu Forums > The Ubuntu Forum Community > Other Community Discussions > Tutorials & Tips
Register Reset Password Forum Help Forum Council Search Today's Posts Mark Forums Read

Tutorials & Tips
The place to find Ubuntu related Tips & Tricks.

 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
Old September 2nd, 2006   #1
UltraMathMan
Way Too Much Ubuntu
 
UltraMathMan's Avatar
 
Join Date: Jul 2006
Location: United States
Beans: 306
Ubuntu 9.10 Karmic Koala
Post HOWTO: ipw3945 connecting to a University Network (802.1x / PEAP)

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.
Code:
sudo apt-get install wpasupplicant
Now create the wpa_supplicant configuration file
Code:
sudo gedit /etc/wpa_supplicant/wpa_supplicant.conf
then paste the following, edit as needed and save.
Code:
# 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"
}
Now edit /etc/network/interfaces with
Code:
sudo gedit /etc/network/interfaces
adding
Code:
wpa-driver wext
wpa-conf /etc/wpa_supplicant/wpa_supplicant.conf
under your wireless interface.

Restart networking
Code:
sudo /etc/init.d/networking restart
and enjoy!

Hope this helps somebody

*Adapted from http://coral.ie.lehigh.edu/~asm4/howtos/wireless.html
__________________
Registered Linux User #423733 / Registered Ubuntu User #4140
UltraMathMan is offline   Reply With Quote
 

Bookmarks

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 05:39 AM.


vBulletin ©2000 - 2010, Jelsoft Enterprises Ltd. Ubuntu Logo, Ubuntu and Canonical © Canonical Ltd. Tango Icons © Tango Desktop Project. lingonberry