my school uses a WPA secured network, and NM can't connect to it
however, i can connect to it just fine using wpa_supplicant

I'm not positive on the details, but here's the working wpa_supplicant.conf:

eapol_version=1
ap_scan=1
fast_reauth=1


network={
       ssid="*********"
       proto=RSN
       #proto=WPA
       #key_mgmt=WPA-EAP
       key_mgmt=IEEE8021X
       auth_alg=OPEN
       eap=TTLS
       pairwise=CCMP
       group=CCMP
       anonymous_identity="anonymous"

       #Ulink user ID and password go here
       identity="********"
       password="********"

       phase2="auth=PAP"
       priority=4
}

--
Zach Tibbitts - [EMAIL PROTECTED]
http://collegegeek.org
_______________________________________________
NetworkManager-list mailing list
[email protected]
http://mail.gnome.org/mailman/listinfo/networkmanager-list

Reply via email to