wpa_supplicant and network-admin

Mazen Ghattas mazen.ghattas at gmail.com
Sun Apr 1 23:04:39 UTC 2007


Can anyone post a step-by-step howto to configure this?
I have tried wpa_supplicant to connect to the network of my university but
it didn't work, they told me it might be the drivers of my wireless card but
it's working perfect from normal networks, i'm using Wifi-Radar and it's
pretty easy to configure but for the network of my university which is
highly Secure, i can't!
any help?
Thanks

On 4/1/07, Peter Whittaker <pwwnow at gmail.com> wrote:
>
> On Fri, 2007-30-03 at 12:30 -0400, Scott Blayney wrote:
> > I have recently upgraded to 6.10 from 6.06.  Under 6.06 I was able to
> > select a wireless network from the drop-down list, but this no longer
> > works.  Has anyone been able to use wpa_supplicant successfully under
> > 6.10?
>
> I don't think I ever tried WiFi with 6.06; I did have it working with
> 6.10, using the config files below. With 7.04 (Feisty) beta, it works
> like a charm, without config files - I let Network Manager do the work,
> and all is well, and I'm using WPA2 (RSN) with AES on that network.
>
> For 6.10, my config files were the following:
>
> % cat /etc/network/interfaces
> auto lo
> iface lo inet loopback
>
> auto eth0
> iface eth0 inet dhcp
>
> auto eth1
> iface eth1 inet dhcp
> wireless-essid mySSID # I don't this was necessary
> wpa-conf /etc/wpa_supplicant/wpa_supplicant.conf
>
> % cat /etc/wpa_supplicant/wpa_supplicant.conf
> ctrl_interface=/var/run/wpa_supplicant
> ctrl_interface_group=dialout
> network={
>         ssid="mySSID"
>         key_mgmt=WPA-PSK
>         proto=WPA
>         pairwise=TKIP
>         group=TKIP
>
> psk=0f4a8f36f162d60701b4730fb484a40dce1cd85464de0ceb02d32f4b7b351903
>
> }
>
> The psk was generated using
>
> % wpa_passphrase mySSID "my very secret passphrase"
>
> You don't have to do this, you can put the passphrase in the
> wpa_supplicant.conf, just quote it:
>
>         psk="my very secret passphrase"
>
> wpa_supplicant will then generate the passphrase itself. The on-line
> pages do say this is a performance hit, though, and generating the key
> yourself is quite easy.
>
> This - quoted or not, passphrase or actual key - was the biggest
> stumbling block I had to getting WPA working under 6.10: I had to ensure
> that I used the right datum on the client and the AP. In the end, the AP
> wanted the passphrase, unquoted, but called it the key, while
> wpa_supplicant can play either way, you just need to know which datum
> gets the quotes....
>
> pww
>
>
> --
> ubuntu-ca mailing list
> ubuntu-ca at lists.ubuntu.com
> https://lists.ubuntu.com/mailman/listinfo/ubuntu-ca
>
>
>


-- 
----------------------------------------
Mazen Y. Ghattas
----------------------------------------
I love you when you bow in your mosque, kneel in your temple, pray in your
church.
For you and I are sons of one religion, and it is the spirit.
-Gibran Khalil Gibran-
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.ubuntu.com/archives/ubuntu-ca/attachments/20070401/dbbe862f/attachment.html>


More information about the ubuntu-ca mailing list