Comment 114 for bug 272185

Revision history for this message
Albert Sidelnik (sidelnik) wrote :

Rahul,

I also go to UIUC and have the same problem as you (8.10 NetworkManager not connecting to the WPA2 network, but 8.04 works fine). I am able to connect via wpa_supplicant. Here is my wpa_supplicant.conf file:

ctrl_interface=/var/run/wpa_supplicant
eapol_version=1

network={
 ssid="UIwpa2"
 scan_ssid=1
 key_mgmt=WPA-EAP
 eap=PEAP
 identity="identity"
 password="password"
 phase2="auth=MSCHAPV2"
}