Configuring Resnet 30 on Ubuntu
In this tutorial we are using Ubuntu 7.10 ("Gutsy Gibbon"). These configuration instructions also work on Ubuntu 7.04 ("Feisty Fawn") and theoretically should work earlier versions, but are untested. We cannot give you a complete overview of specific wireless hardware that is supported under Linux; however, a survey on Linux and WiFi is available. As always, Google is your friend. If you don't know what built-in wireless network card you are using, please open the Device Manager (by selecting System > Administration > Device Manager).
-
To access the wireless network, you will need to install a few additional files.
The needed packages are available through the Synaptic Package Manager or through apt-get in Terminal.
In this example, we will use the Add/Remove Applications menu.
From the "Applications" menu, select "Add/Remove..."
-
Under the "Internet" section of the Add/Remove Applications menu, select "Network Manager" and click "Apply".
(An option for KDE users might be installing knetworkmanager instead.)
Once Network Manager has been installed, reboot the computer.
For Ubuntu, you can execute the command:
sudo apt-get install network-manager-gnome
For Kubuntu (will install knetworkmanager):
sudo apt-get install network-manager-kde -
Right-click on the Network Manager applet and enable both "Networking" and "Wireless".
As soon as you have enabled wireless, the Network Manager will scan for available networks.
You can see these by simply clicking on the applet.
-
Choose "Connect to Other Wireless Network..." from the Network Manager drop down menu.
-
Enter "resnet 30" into the Network Name field and select "WPA Enterprise" from the Wireless Security field.
-
In the dialog box that follows, enter the following values:
- Network Name: resnet 30
- Wireless Security: WPA Enterprise
- EAP Method: PEAP
- Key Type: TKIP
- Phase2 Type (if present): MSCHAPV2
- Identity: Missouri State Private ID
- Password: Missouri State Password
-
If you are asked to store your login credentials in Keyring, enter the password you would like associated with the configuration.
Upon connecting to the access point in the future, you will be asked for the password provided in this step.
