
Originally Posted by
vergenzt
My question is this: Is there any way to have the Ubuntu Server 9.04 installation connect to a wireless network using WPA2 encryption?
If you want to try connecting from the commandline:
Open a terminal (Applications-Accessories-Terminal) and give the commands
Code:
sudo wpa_passphrase YOUR_SSID YOUR_WPA_KEY > /root/wpakey.conf
sudo wpa_supplicant -Dwext -iwlan0 -c/root/wpakey.conf
#at this point, you may need to switch to an alternate terminal. (Ctrl+Alt+f2..f5).
sleep 10
sudo dhclient wlan0
Replace the parts in bold with that specific to your setup. (Eg, your wireless lan maybe called ath0, or wifi0, or eth4, or so on; check with the command iwconfig)
If it doesn't work, post back the results (fudge security information) for more troubleshooting.
Bookmarks