PDA

View Full Version : securew2 on fedora


Dinges
2007-09-25, 05:24 AM CDT
I am trying to login to a network which is protected with securew2 (you need the program under windows to get into the network). I am trying to get this to work with fedora. Some people have told me to use wpa_supplicant, however, I do not exactly know how to start this. I have tried using the NetworkManager application to connect, but it is not able to connect to the network. (It can to simpler networks)

OS: Fedora 7 x64
WLAN: Intel 3945 (working, with default driver)

I have found some sample wpa_supplicant.conf to use:

ctrl_interface=/var/run/wpa_supplicant

network={
ssid="NHL"
key_mgmt=IEEE8021X
eap=TTLS
anonymous_identity=""
phase2="auth=PAP"
identity="<removed>@nhl.nl"
password="<removed>"
}

Can anyone help me on this one?

TIA, Dinges