Re: How to connect to my universities WPA2-network via nm-applet (SVN)?



On Sun, 2008-05-11 at 22:36 +0200, Felix Möller wrote:
> Hi,
> 
> I can successfully connect to my universities wlan with the following 
> config:
> 
> # cat /etc/wpa_supplicant/wpa_supplicant.conf
> ctrl_interface=/var/run/wpa_supplicant
> ctrl_interface_group=wheel
> 
> network={
>            ssid="uni-ms"
>            scan_ssid=1
>            key_mgmt=WPA-EAP
>            pairwise=TKIP
>            group=TKIP
>            eap=PEAP
>            password="***"
>            identity="***"
>            priority=5
>            phase1="peaplabel=0"

Does leaving out the peaplabel=0 work at all?  NM doesn't set the
peaplabel by default, which means it doesn't send the eqiuvalent of
phase1="peaplabel=1" to the supplicant.

Dan

>            phase2="auth=MSCHAPV2"
> }
> 
> Somehow I am not able to connect to the same network with the nm-applet 
> GUI. I think I tried all possible combination, but none works.
> 
> So which should work??
> 
> I have wpa_supplicant logs of the working and failed attempts ...
> 
> I am on openSUSE an using the following packages:
> # rpm -qa | grep NetworkM
> NetworkManager-gnome-0.7.0.r720-1
> NetworkManager-vpnc-0.7.0-52
> NetworkManager-glib-0.7.0.r3649-0
> NetworkManager-vpnc-gnome-0.7.0-52
> NetworkManager-devel-0.7.0.r3649-0
> NetworkManager-0.7.0.r3649-0
> 
> any help would be appreciated.
> 
> TIA
> Felix Möller
> _______________________________________________
> NetworkManager-list mailing list
> NetworkManager-list gnome org
> http://mail.gnome.org/mailman/listinfo/networkmanager-list



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]