Hi!

is there a way to user network manager to configure a IEEE802.1x with
WEP key?

My wpa_supplicant.conf is

ctrl_interface=/var/run/wpa_supplicant
ctrl_interface_group=admin
eapol_version=1
ap_scan=1
fast_reauth=1
#update_config=1

network={
        ssid="networkname"
        key_mgmt=IEEE8021X
        auth_alg=OPEN
        eap=TLS
        identity="somedata"
        password="somepass"
        ca_cert="/etc/network/cacert.pem"
        client_cert="/etc/network/cert.pem"
        private_key="/etc/network/key.pem"
        private_key_passwd="keypassword"
        wep_key0=0791c4c10791c4c10791c4c107
        disabled=0
}


this works manually, and after that i need to issue a ifconfig ath0
1.2.3.4/24 ; route add default gw 1.2.3.254



_______________________________________________
NetworkManager-list mailing list
[email protected]
http://mail.gnome.org/mailman/listinfo/networkmanager-list

Reply via email to