View Single Post
Old October 21st, 2005   #7
Quirky
A Carafe of Ubuntu
 
Join Date: Sep 2005
Beans: 86
Re: Setting Up WPA for Ralink RT2500

Quote:
Originally Posted by jhong
Here's what i have in /etc/network/interfaces

Code:
iface ra0 inet dhcp
    pre-up iwconfig ra0 essid YOUR-SSID
    pre-up iwconfig ra0 mode managed
    pre-up iwpriv ra0 set Channel=11
    pre-up iwpriv ra0 set AuthMode=WPAPSK
    pre-up iwpriv ra0 set EncrypType=AES
    pre-up iwpriv ra0 set WPAPSK="YOUR-WPA-PSK"
    pre-up iwpriv ra0 set TxRate=0
THANK YOU! This finally did the trick for me With TKIP instead of AES.

I have been trying to get WPA working for a week or so now, and this did it. Excellent stuff. The difference seems to be to use pre-up for everything, not set encryption with iwconfig and perhaps TxRate set to 0 (?). If only it was in the wiki... RaConfig and Gnome Network Manager just didn't work for me and seemed to mess each other up as well.

Woo hoo. Now the neighbours can get their own WLAN
Quirky is offline   Reply With Quote