Hello. On Sun, 2007-01-28 at 22:49, Volker Braun wrote: > http://carrot.hep.upenn.edu/~vbraun/phase2-v2.patch > > Now doesn't break libnm-util abi.
Today I found the time to test your recent patch.
Unfortunately I get neither Dynamic WEP / EAP-TTLS / PAP nor WPA{1,2}
Enterprise / EAP-TTLS / PAP running. :( Both etups works fine wth
wpa_supplicant only.
Let me get a bit more into details.
Dynamic WEP / EAP-TTLS / PAP
----------------------------
A normal selection of the network in nm-applet would not recognize that
the network uses dynamic WEP keys. I choosed 'Connect to other wireless
network.' Entered SSID and the needed stuff from my wpa_supplicant file.
Wireless security: WPA enterprise / WPA2 enterprise
EAP method: TTLS
Key type: Dynamic WEP
Phase2 auth: PAP
I tried both enterprise variants.
network={
# The network name to authenticate to
ssid="802.1X"
# We're using IEEE 802.1X with EAP-TTLS and PAP authentication
# in phase2
key_mgmt=IEEE8021X
eap=TTLS
phase2="auth=PAP"
anonymous_identity="[EMAIL PROTECTED]"
# Insert your user name here
identity="[EMAIL PROTECTED]"
password="******"
#ca_cert="/etc/cert/tubs.pem"
}
After pressing the connect button nm-applet asks me for a WEP key for
this network. Nothing of the stuff I entered appears in the NetworkManager
log and get transmitted to wpa_supplicant.
You can find a log here:
http://www.datenfreihafen.org/~stefan/tmp/Phase2-v2-dynamic-wep.log
WPA{1,2} Enterprise / EAP-TTLS / PAP
------------------------------------
Selecting the network in nm-applet asks for the necassary infos.
(Thanks to WPA specs)
WPA enterprise / WPA2 enterprise
TTLS
Key automatic / AES-CCMP / TKIP
PAP
I tried booth enterprise varaints and and key types. Our AP's allows WPA
and WPA2 connections.
network={
# The network name to authenticate to
ssid="eduroam"
# We're using IEEE 802.1X with EAP-TTLS and PAP authentication
# in phase2
key_mgmt=WPA-EAP
proto=WPA2
#pairwise=CCMP
#group=CCMP
eap=TTLS
phase2="auth=PAP"
eapol_flags=3
anonymous_identity="[EMAIL PROTECTED]"
# Insert your user name here
identity="[EMAIL PROTECTED]"
password="*******"
#ca_cert="/etc/cert/tubs.pem"
}
It seems the data put into the applet never reached wpa_supplicant. After
pressing the connect button nm-applet tries to connect to the AP forever.
Nothing appears on the log:
http://www.datenfreihafen.org/~stefan/tmp/Phase2-v2-wpa2-enterprise.log
regards
Stefan Schmidt
signature.asc
Description: Digital signature
_______________________________________________ NetworkManager-list mailing list [email protected] http://mail.gnome.org/mailman/listinfo/networkmanager-list
