wpa encryption of wireless network how to?

Terry Polzin foxec208 at wowway.com
Tue Feb 12 20:45:40 UTC 2008


On Tuesday 12 February 2008 15:30, Jan Brosius wrote:
> Hi,
>
> I use a laptop Acer Aspire 9920G and I use Fedora 8. I have now a
> wireless connection with the internet. I would like to secure this
> connection.
> With the network gui I have created a wireless device wlan0. The
> wireless settings fo this device are
> MODE : Master
> Network Name (SSID) : Auto
>
> What is the best way to encrypt this connection. Where can I find
> information for a linux newbie? I have the impression that it is
> impossible to use the gnome gui to encrypt this wireless connection.
> Do I have to use wpa_supplicant and if so how or where can I find
> information
First of all, with encryption off does the interface work?
It's best to know that you can function on the network and can get an IP 
address before you add network encryption to the mix. 

One of the things that wpa_supplicant does is it keeps the keys for you in a 
file.  You first have to run wpa_passphrase to convert the wpa passphrase 
into hex.  The output of the command will give you a stanza which you can cut 
& paste directly into the wpa_supplicant.conf file. 


The output from wpa_passphrase looks something like this:

network={
        ssid="myessid"
        #psk="passphrase"
        psk=generated hexstring
}
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: not available
URL: <http://listman.redhat.com/archives/fedora-list/attachments/20080212/339a38fa/attachment-0001.sig>


More information about the fedora-list mailing list