WPA support for my network



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 - zach collegegeek org
http://collegegeek.org

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