IEEE802.1x + STATIC WEP
- From: Mario Medina <mario mariomedina net>
- To: networkmanager-list gnome org
- Subject: IEEE802.1x + STATIC WEP
- Date: Wed, 19 Nov 2008 14:41:57 -0600
Hi! I have in my office a uncommon configuration of the network, weuse IEEE802.1x keymanagement with TLS and static WEP keys, is N-M capable of configuring this type of network?
At this time I do the connection manually with this:
ctrl_interface=/var/run/wpa_supplicant
ctrl_interface_group=admin
update_config=1
network={
ssid="wnetwork"
key_mgmt=IEEE8021X
auth_alg=OPEN
eap=TLS
identity="myusername"
password="mypassword"
ca_cert="/etc/network/cacert.pem"
client_cert="/etc/network/cert.pem"
private_key="/etc/network/key.pem"
private_key_passwd="thekeypassword"
wep_key0=hex static wep key
disabled=0
}
and it connects. sometimes i need to issue a manual iwconfig to set the key, but at this time i can't find the way to do this with N-M.
Thanks
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]