View Poll Results: Has this thread been helpful?

Voters
811. You may not vote on this poll
  • Yes

    550 67.82%
  • No

    104 12.82%
  • Somewhat

    157 19.36%
Page 9 of 184 FirstFirst ... 78910111959109 ... LastLast
Results 81 to 90 of 1832

Thread: HOWTO: Wireless Security - WPA1, WPA2, LEAP, etc.

  1. #81
    Join Date
    May 2006
    Location
    100acrewood
    Beans
    7,294
    Distro
    Kubuntu 17.10 Artful Aardvark

    Re: HOWTO: Wireless Security - WPA1, WPA2, LEAP, etc.

    Quote Originally Posted by compwiz18 View Post
    Thanks

    Is it possible to run a RADIUS server in Ubuntu? (Never mind, I searched the Repos, it is) My router is capable of using a RADIUS server, so maybe I'll see if I can get that to fly. Chances are I won't though, so if someone else out there has access to an already setup RADIUS server, that would be helpful.

    edit: i gave up on the setting-up-a-RADIUS-server idea, so if someone could test it, thanks
    You router certainly has a RADUIS setting, however, you need to set up a RADUIS to support it. The RADIUS function only allows you to connect to a dedicated RADIUS server. I am sure you would be able to set it up using Ubuntu. I would do it, unfortunately I will be on the road in the next couple of weeks.

    EDIT:
    I asked other users to help me with testing a while ago... Perhaps we can make use of this thread. Feel free to join in. Really like to see this go ahead.

  2. #82
    Join Date
    May 2006
    Beans
    Hidden!
    Distro
    Ubuntu 10.10 Maverick Meerkat

    Re: HOWTO: Wireless Security - WPA1, WPA2, LEAP, etc.

    I just finished incorporating all the info into connection-manager on the first page of this thread, and it works like a charm at least for wpa2 and hidden essid and static ips, and normal unsecured visible dhcp.

    And I'll put a note on my thread asking for users to test. maybe between us we can get a couple.

    thanks again.

  3. #83
    Join Date
    May 2006
    Location
    100acrewood
    Beans
    7,294
    Distro
    Kubuntu 17.10 Artful Aardvark

    Re: HOWTO: Wireless Security - WPA1, WPA2, LEAP, etc.

    Quote Originally Posted by compwiz18 View Post
    I just finished incorporating all the info into connection-manager on the first page of this thread, and it works like a charm at least for wpa2 and hidden essid and static ips, and normal unsecured visible dhcp.

    And I'll put a note on my thread asking for users to test. maybe between us we can get a couple.

    thanks again.
    Man, that's great. I will give it a go soon & post a link to your site/package after testing it myself. Good job, buddy.

  4. #84
    Join Date
    May 2006
    Beans
    Hidden!
    Distro
    Ubuntu 10.10 Maverick Meerkat

    Re: HOWTO: Wireless Security - WPA1, WPA2, LEAP, etc.

    I need to finish the GUI, I'll do that tomorrow. But the hard part (the part that does the work) is finished. I hope to release it by December 25. But I'll PM it to you first (as soon as it is done) so you can have a look and make sure it works.

  5. #85
    Join Date
    Apr 2005
    Location
    Petoskey, MI
    Beans
    346
    Distro
    Ubuntu 9.10 Karmic Koala

    Re: HOWTO: Wireless Security - WPA1, WPA2, LEAP, etc.

    I am having a heck of a time getting this to work in my network environment:

    We use the following:

    EAP-FAST (using our active directory username and password)
    Dynamic WEP
    802.1x Authentication
    Open Authentication.

    I tried using the EAP-FAST (untested one in the howto) and it does not connect me. Does anyone else have this type of network environment?

  6. #86
    Join Date
    May 2006
    Location
    100acrewood
    Beans
    7,294
    Distro
    Kubuntu 17.10 Artful Aardvark

    Re: HOWTO: Wireless Security - WPA1, WPA2, LEAP, etc.

    Have you tried this?
    auto wlan0
    iface wlan0 inet dhcp
    wpa-driver wext
    wpa-conf managed
    wpa-ssid <your_essid>
    wpa-ap-scan 1
    wpa-group WEP104 WEP40
    wpa-key-mgmt IEEE8021X
    wpa-eap FAST
    wpa-identity <your_user_name>
    wpa-password <your_password>
    wpa-phase1 fast_provisioning=1
    wpa-pac-file /path/to/eap-pac-file
    You also need the stuff in 'green'.

  7. #87
    Join Date
    Apr 2005
    Location
    Petoskey, MI
    Beans
    346
    Distro
    Ubuntu 9.10 Karmic Koala

    Re: HOWTO: Wireless Security - WPA1, WPA2, LEAP, etc.

    Wieman01,

    I think I had the green code, but the WEP part you have posted I did not have. I'll try this today and post back, thank you for your assistance!

  8. #88
    Join Date
    May 2006
    Location
    100acrewood
    Beans
    7,294
    Distro
    Kubuntu 17.10 Artful Aardvark

    Re: HOWTO: Wireless Security - WPA1, WPA2, LEAP, etc.

    No worries, I am glad you help us out as well. Would love to see this work as well because this would help a lot of other users as you can image (including me of course).

  9. #89
    Join Date
    Dec 2006
    Beans
    2

    Re: HOWTO: Wireless Security - WPA1, WPA2, LEAP, etc.

    VERY good HOWTO. It worked the first time, after reading the very important rule about WPA-PSK

    Again, many thx.
    cheers

  10. #90
    Join Date
    Nov 2006
    Beans
    10

    Re: HOWTO: Wireless Security - WPA1, WPA2, LEAP, etc.

    finally, I got it working as well. Thx 4 the HOWTO.

    One thing bothers me still, because I haven't totally understood the process yet.

    is /etc/wpa_supplicant/wpa_supplicant.conf necessary? it is used in other threads herein the forum. because everything is configured /etc/network/interfaces and it works without it.
    and one more thing to add here. maybe it helps someone else.

    if you have a password including bash special characters, e.g.
    234$42er24r
    then, a backslash in front of $ is necessary to remove its bash interpretation,
    Code:
    wpa_passphrase "NET1" "234\$42er24r"
    network={
            ssid="NET1"
            #psk="234$42er24r"
            psk=d95df02d0eece531d1d266ea4aa8c61691be8cc66ebde7e2810df676b1439d97
    }
    it took me some time to realize that I always got the wrong network psk

Page 9 of 184 FirstFirst ... 78910111959109 ... LastLast

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
  •