Results 1 to 3 of 3

Thread: wpa_supplicant settings for secureW2

  1. #1
    Join Date
    Jan 2008
    Location
    Philadelphia
    Beans
    63
    Distro
    Ubuntu 8.10 Intrepid Ibex

    wpa_supplicant settings for secureW2

    Hey guys,

    Im trying to get on my University's wireless network. They use secureW2
    I've tried making a wpa_supplicant according to this site:
    http://ubuntuforums.org/showthread.p...light=secureW2

    My wpa_supplicant.conf
    Code:
    ctrl_interface=/var/run/wpa_supplicant
    ctrl_interface_group=0
    eapol_version=1
    fast_reauth=1
    network={
    ssid="universitySSID"
    key_mgmt=WPA-EAP
    eap=TTLS
    identity="myuserid"
    password="mypassword"
    priority=2
    phase2="auth=PAP"
    }
    And then I run the following command after making sure my device is down
    Code:
    sudo wpa_supplicant -c /etc/wpa_supplicant.conf -i eth1 -D wext
    When I try the command it associates and says
    Code:
    CTRL-EVENT-EAP authentication started
    CTRL-EVENT-DISCONNECTED - Disconnect event - remove keys
    CTRL-EVENT-METHOD EAP vendor 0 method 21 (TTLS) selected
    CTRL-EVENT-EAP-FAILURE EAP authentication failed
    Any Suggestions? Let me know if you need more info.

    Thanks
    Last edited by RottenBananas; August 25th, 2008 at 04:05 AM.

  2. #2
    Join Date
    Jan 2008
    Location
    Philadelphia
    Beans
    63
    Distro
    Ubuntu 8.10 Intrepid Ibex

    Re: wpa_supplicant settings for secureW2

    Anybody? Im gonna have to switch back to windows

  3. #3
    Join Date
    Jan 2008
    Location
    Philadelphia
    Beans
    63
    Distro
    Ubuntu 8.10 Intrepid Ibex

    Re: wpa_supplicant settings for secureW2

    bump

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •