IMPORTANT: It is impractical (virtually impossible) to cover every distribution of Linux with every possible way of configuring wireless. The steps below should only be used by experienced Linux users and only if Network Manager is unable to connect. They should be viewed as guidelines or as a tutorial. They will not line up perfectly with all systems.
NOTE: The steps here were used to set up MSU-Secure on Ubuntu 8.04.
See the wpa_supplicant configuration for settings to use in configuring the standard GUI. If the standard GUI does not work with MSU-Secure (support WPA Enterprise), the following instructions will install and use wpa-gui.
- Verify wireless drivers are working and the interface is up — this should show an interface such as wlan0 and some configuration information.
- Make sure wpa-supplicant and wpa-gui are installed.
- Remove NetworkManager
- Create/edit your /etc/wpa_supplicant.conf file (Sample):
- Edit /etc/network/interfaces:
- Run wpa-supplicant and wpa-gui
- The GUI should open and prompt you for an Identity (username) and then a password. It should automatically get an IP address and you should be authenticated. You may need to run the following command to get an IP address.
sudo iwconfigsudo ifconfig wlan0 upsudo apt-get updatesudo apt-get install wpasupplicant wpagui
sudo apt-get remove network-manager
ctrl_interface=/var/run/wpa_supplicant network={
ssid="MSU-Secure"
scan_ssid=1
proto=WPA
key_mgmt=WPA-EAPpairwise=TKIPeap=PEAPphase2="auth=MSCHAPV2"}
sudo nano /etc/network/interfaces
sudo nano /etc/network/interfaces
sudo wpa_supplicant -Bw -Dwext -iwlan0 -c/etc/wpa_supplicant.conf
sudo wpa_gui
sudo dhclient wlan0


