I have the Nokia E61 and try to connect to the wireless network at work. I think i should use the settings stated in a previous post, but they don't quite work for me. Here they are:
WLAN security mode: 802.1X
WLAN security settings:
WPA mode: EAP
EAP plug-in settings: EAP-PEAP (only one checked, top of the priority list)
EAP-PEAP->Options->Configure:
[General] tab
User Certificate: (not defined)
CA certificate: (Cisco ACS CA)
User name in use: From Certificate
User name: (Blank)
Realm in use: From Certificate
Realm: (Blank)
Allow PEAPv0: Yes
Allow PEAPv1: No
Allow PEAPv2: No
[EAP] tab
EAP-MSCHAPv2 (only one checked, top of priority list)
TKIP encryption: disabled (not displayed)
EAP-MSCHAPv2 ConfigurationUsername: (AD Domain name)\(Username)
Prompt password: No
Password: (domain password)
[Encryption] tab
(All algorithms are checked)
I think there is something wrong with the certificate, but i'm not sure what. There is some documentation on how to connect a notebook to the network on Windows:
https://www.fontys.nl/generiek/bronnenbank/sendfile.aspx?id=57065and i've also managed to connect to the wlan using these settings on Linux:
network={
ssid="fontys"
scan_ssid=1
key_mgmt=IEEE8021X
eap=PEAP
phase2="auth=MSCHAPV2"
identity="******@fontys.nl"
password="******"
}
Can anyone give me a hint for the right settings to connect to this network?