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 86 of 184 FirstFirst ... 3676848586878896136 ... LastLast
Results 851 to 860 of 1832

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

  1. #851
    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 Tex-Twil View Post
    Hello,


    Sorry, I thought this was the right thread for this question.



    I've allready tried this before and here is the output:

    Code:
    root@xx:~# wpa_supplicant -Dwext -iwlan0 -c/etc/wpa_supplicant.conf
    ioctl[SIOCSIWAUTH]: Operation not supported
    WEXT auth param 7 value 0x1 - ioctl[SIOCSIWENCODEEXT]: Operation not supported
    ioctl[SIOCSIWENCODEEXT]: Operation not supported
    ioctl[SIOCSIWENCODEEXT]: Operation not supported
    ioctl[SIOCSIWENCODEEXT]: Operation not supported
    ioctl[SIOCSIWAUTH]: Operation not supported
    WEXT auth param 4 value 0x0 - ioctl[SIOCSIWAUTH]: Operation not supported
    WEXT auth param 5 value 0x1 -
    Btw, my card is and Alfa Awus36H.

    Thanks for you help.
    No problem.

    I have seen this error message before. Does the Windows driver that you are using really support WPA? Could you check the change-log please?

  2. #852
    Join Date
    Mar 2006
    Beans
    146

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

    Quote Originally Posted by wieman01 View Post
    No problem.
    I have seen this error message before. Does the Windows driver that you are using really support WPA? Could you check the change-log please?
    Hi,
    Yes, on Windows XP/Vista WPA is ok. FYI, I'm using patched drivers from aircrack :

    http://www.aircrack-ng.org/doku.php?id=r8187

    The readme of the original drivers says that WPA is supported

    Quote Originally Posted by RTL8187 Linux driver version 1.1
    - Support WEP and WPAPSK connection]
    Maybe I can try to recompile the drivers, without patching them and see what will happen.

    see ya.

  3. #853
    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 Tex-Twil View Post
    Hi,
    Yes, on Windows XP/Vista WPA is ok. FYI, I'm using patched drivers from aircrack :

    http://www.aircrack-ng.org/doku.php?id=r8187

    The readme of the original drivers says that WPA is supported



    Maybe I can try to recompile the drivers, without patching them and see what will happen.

    see ya.
    Do you use "ndiswrapper" at all? The drivers shows as "wlan0". Weird.

  4. #854
    Join Date
    Mar 2006
    Beans
    146

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

    Quote Originally Posted by wieman01 View Post
    Do you use "ndiswrapper" at all? The drivers shows as "wlan0". Weird.
    Not as far as I know ...

  5. #855
    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 Tex-Twil View Post
    Not as far as I know ...
    Did you check out TKIP (WPA1) as well? Might be an option. If that does not work, you will need to recompile...

  6. #856
    Join Date
    Mar 2006
    Beans
    146

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

    Quote Originally Posted by wieman01 View Post
    Did you check out TKIP (WPA1) as well? Might be an option.
    What do you mean ?

  7. #857
    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 Tex-Twil View Post
    What do you mean ?
    Rather than using WPA2 (AES) you could also configure the router and card to use WPA (TKIP). Sometimes that makes a difference. Some cards & drivers can do WPA (TKIP) but not WPA2.

    There is an example for WPA given in the tutorial.

  8. #858
    Join Date
    Mar 2006
    Beans
    146

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

    Quote Originally Posted by wieman01 View Post
    Rather than using WPA2 (AES) you could also configure the router and card to use WPA (TKIP). Sometimes that makes a difference. Some cards & drivers can do WPA (TKIP) but not WPA2.

    There is an example for WPA given in the tutorial.
    ok. The router is configured to "'TKIP+AES(WPA/WPA2)". The other option is "WPA2 only" so I presume it is on WPA now.

  9. #859
    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 Tex-Twil View Post
    ok. The router is configured to "'TKIP+AES(WPA/WPA2)". The other option is "WPA2 only" so I presume it is on WPA now.
    That should do. Now you can try this script - assuming that SSID broadcast it turned on:
    auto wlan0
    iface wlan0 inet dhcp
    wpa-driver wext
    wpa-ssid <your_essid>
    wpa-ap-scan 1
    wpa-proto WPA
    wpa-pairwise TKIP
    wpa-group TKIP
    wpa-key-mgmt WPA-PSK
    wpa-psk <your_hex_key>

  10. #860
    Join Date
    Mar 2006
    Beans
    146

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

    Quote Originally Posted by wieman01 View Post
    That should do. Now you can try this script - assuming that SSID broadcast it turned on:
    Hi,
    I think there is something I missed cos I don't have the commands "auto wlan0" , "wpa-ssid" ...

Page 86 of 184 FirstFirst ... 3676848586878896136 ... 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
  •