Can I configure a specified PEAP wireless in network-manager



Here's the wpa_supplicant.conf file:

ap_scan=1
network={
    ssid="<SSID Name>"
    proto=WPA2
    key_mgmt=WPA-EAP
    pairwise=CCMP
    group=CCMP
    eap=PEAP
    phase1="peaplabel=0"
    phase2="auth=GTC"
    identity="<User name>"
    password="<Password>"
}

I can use wpa_supplicant to connect the wireless, but unfortunately, when I configured these settings in Network Manager, it failed to connect to the network. I wonder what's wrong with that.

Security: WPA & WPA2 Enterprise
Authentication: Protected EAP (PEAP)
PEAP version: Automatic
Inner authentication: GTC

and I set the username and the password right.

Best wishes.


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