Networking Forums

Networking Forums > Computer Networking > Linux Networking > How do you configure wpa-psk in FC5?

Reply
Thread Tools Display Modes

How do you configure wpa-psk in FC5?

 
 
General Schvantzkoph
Guest
Posts: n/a

 
      05-07-2006, 10:57 PM
I've been trying to get wpa-psk working in FC5. I have a Compaq R3000z
with a Broadcom 802.11g chip and a Netgear router. I'm using Ndiswrapper
with the XP driver. Everything works fine with 128 bit WEP however WEP is
nearly worthless for security so I'd like to use WPA which supposedly is
more secure.

wpa_supplicant is installed, I don't know if it's installed by default or
if it got installed when I installed the Ndiswrapper rpm but it's there.

I generated a key with wpa_passphase and added it to
/etc/wpa_supplicant/wpa_supplicant.conf,

ctrl_interface=/var/run/wpa_supplicant
ctrl_interface_group=wheel

network={
ssid="MYSSID"
key_mgmt=WPA-PSK
proto=WPA
#psk="mypassphrase"
psk=abcdef0123456789abcdef0123456789abcdef01234567 89abcdef0123456789
}

I tried putting both the phrase and the hex string in the pass phrase
box in the Netgear router, I'm not sure what it wants. I think it wants
the phrase but I'm not sure if the phrase to hex translation is standard
or if the string generated by wpa_passprase is unique to it. In any event
neither worked.

Is there something that I need to add to
/etc/sysconfig/network-scripts/ifcfg-wlan0 ?




 
Reply With Quote
 
 
 
 
Arie
Guest
Posts: n/a

 
      05-12-2006, 10:02 AM
General Schvantzkoph wrote:
> I've been trying to get wpa-psk working in FC5. I have a Compaq R3000z
> with a Broadcom 802.11g chip and a Netgear router. I'm using Ndiswrapper
> with the XP driver. Everything works fine with 128 bit WEP however WEP is
> nearly worthless for security so I'd like to use WPA which supposedly is
> more secure.
>
> wpa_supplicant is installed, I don't know if it's installed by default or
> if it got installed when I installed the Ndiswrapper rpm but it's there.
>
> I generated a key with wpa_passphase and added it to
> /etc/wpa_supplicant/wpa_supplicant.conf,
>
> ctrl_interface=/var/run/wpa_supplicant
> ctrl_interface_group=wheel
>
> network={
> ssid="MYSSID"
> key_mgmt=WPA-PSK
> proto=WPA
> #psk="mypassphrase"
> psk=abcdef0123456789abcdef0123456789abcdef01234567 89abcdef0123456789
> }
>
> I tried putting both the phrase and the hex string in the pass phrase
> box in the Netgear router, I'm not sure what it wants. I think it wants
> the phrase but I'm not sure if the phrase to hex translation is standard
> or if the string generated by wpa_passprase is unique to it. In any event
> neither worked.
>
> Is there something that I need to add to
> /etc/sysconfig/network-scripts/ifcfg-wlan0 ?
>
>
>
>


I got WPA up and running some time ago on a FC3 system. I would be
surprised very much, if the same method would not work on an FC5 system.
Anyway you might give it a try. The method I used is neatly described on
the following website:
> http://www.ces.clemson.edu/linux/auto_connect.shtml


Please check the section on WPA..

--
Arie Spieker
Bergen op Zoom
Linux? Just for fun!
 
Reply With Quote
Reply

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
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
EAP: How to configure? bob.python@yahoo.com Linux Networking 0 02-26-2006 04:24 PM
configure wap jwc Linux Networking 0 10-24-2005 03:10 PM
MN-500 Won't Configure... HMP Broadband Hardware 1 10-20-2004 12:09 AM
Configure XP and WEP Sam Wireless Networks 3 08-02-2004 12:43 PM
MN-500 can not configure Broadband Hardware 5 04-12-2004 06:21 PM



1 2 3 4 5 6 7 8 9 10 11