Topic: Not connecting to EAP-TTLS network

I'm not able to connect to my school's network.
Wicd just says "Validating authentication" and then doesn't connect.
I've tried some of the other templates in the forum with no results, is there something wrong with my config?

The info that the school gives is this:

SSID     hornet
Authentication Method     802.1x
Authentication Type     EAP-TTLS
Encryption Type     WPA
Key Style     TKIP
Certificate Authority     Thawte Premium Server
Domain     (leave blank)

My custom template is this:

name = EAP-TTLS
author = SPSU
version = 1
require identity *Identity password *Password
-----
ctrl_interface=/var/run/wpa_supplicant
network={
        ssid="$_ESSID"
        scan_ssid=$_SCAN
        key_mgmt=IEEE8021X WPA-EAP
        eap=TTLS
        identity="$_IDENTITY"
        anonymous_identity="anonymous"
        password="$_PASSWORD"
        priority=2
        phase2="auth=PAP"
}

Re: Not connecting to EAP-TTLS network

Well, oddly enough I just tried connecting again, and this time it worked. Go figure.

Re: Not connecting to EAP-TTLS network

Stopped working again after that one time. Dang.

I can connect to the network manually with wpa_supplicant and dhcpcd, but wicd won't do it.

Any ideas?

Last edited by phanboy4 (2008-10-02 10:41:52)