Hi,
I`ve sumbled uppon the mos curious problem with my wireless networkj connection and I`ve spent the whole weekend try`ing to find some refference online to my problmem and/ r fix it but nothing.
I`ve runed out of ideeas and I thounght some one could give me a hand.
I have an Alfa AWUS036H wireless cart with ETK8187 Chipset and using RTL8187 driver on BT4 R1. This card is wlan0. It works perfectly in monitor mode .. injection and everything.
BUt when I connect to a wireless AP .. cart in Managed mode .. it connects .. I can ping the network for a few seconds then PING replys with Destination host unreachable. Both iwconfig and ifconfig , as well as Wicd tell me I`m still connected but no traffic goes through. I`ve cheched everything from the local logs to the AP`s logs but I couldn`t find a couse of this.
Code:
root@bt:/pentest/passwords/wordlists# ping 192.168.1.1
PING 192.168.1.1 (192.168.1.1) 56(84) bytes of data.
64 bytes from 192.168.1.1: icmp_seq=1 ttl=64 time=6.26 ms
64 bytes from 192.168.1.1: icmp_seq=2 ttl=64 time=8.12 ms
64 bytes from 192.168.1.1: icmp_seq=3 ttl=64 time=2.98 ms
64 bytes from 192.168.1.1: icmp_seq=4 ttl=64 time=7.84 ms
64 bytes from 192.168.1.1: icmp_seq=5 ttl=64 time=6.73 ms
64 bytes from 192.168.1.1: icmp_seq=6 ttl=64 time=11.5 ms
64 bytes from 192.168.1.1: icmp_seq=7 ttl=64 time=9.25 ms
64 bytes from 192.168.1.1: icmp_seq=8 ttl=64 time=8.47 ms
64 bytes from 192.168.1.1: icmp_seq=9 ttl=64 time=3.59 ms
64 bytes from 192.168.1.1: icmp_seq=30 ttl=64 time=2.76 ms
From 192.168.1.112 icmp_seq=78 Destination Host Unreachable
From 192.168.1.112 icmp_seq=79 Destination Host Unreachable
From 192.168.1.112 icmp_seq=80 Destination Host Unreachable
From 192.168.1.112 icmp_seq=81 Destination Host Unreachable
Code:
root@bt:/var/log# ifconfig wlan0
wlan0 Link encap:Ethernet HWaddr 00:c0:ca:40:b6:6e
inet addr:192.168.1.112 Bcast:255.255.255.255 Mask:255.255.255.0
inet6 addr: fe80::2c0:caff:fe40:b66e/64 Scope:Link
UP BROADCAST RUNNING MTU:1500 Metric:1
RX packets:3432 errors:0 dropped:0 overruns:0 frame:0
TX packets:980 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:319045 (319.0 KB) TX bytes:125710 (125.7 KB)
Code:
root@bt:/var/log# iwconfig wlan0
wlan0 IEEE 802.11bg ESSID:"Bubs"
Mode:Managed Frequency:2.437 GHz Access Point: 00:1F:CF:11:E4:AC
Bit Rate=24 Mb/s Tx-Power=30 dBm
Retry long limit:7 RTS thr:off Fragment thr:off
Encryption key:1761-2183-35
Power Management:off
Link Quality=39/70 Signal level=-71 dBm
Rx invalid nwid:0 Rx invalid crypt:0 Rx invalid frag:0
Tx excessive retries:0 Invalid misc:0 Missed beacon:0
BTW... this happens on any other AP ,, doesn`t matter what enc it uses ... the same thing happens for WPA2 WEP or OPEN APs ...
I had this problem on BT4 final .. then updated my system to BT5 R1 ... same thing .. and I`ve tried on a different computer .. and location .. but with the same wireless card .... same thing.
Any ideeas. no matter how crazy .. at this point I am willing to try anything
Thank you.