0jf5 Posted November 30, 2013 Share Posted November 30, 2013 (edited) Here's an update to my thread here https://forums.hak5.org/index.php?/topic/31047-hostapd-deauthenticated-due-to-inactivity-timer-deauthremove/ This appears to be a hardware issue (which may be causing the deauth problem) as tx power is all over the place. Those readings are from 30ft away from the pineapple. At a minimum it should be -60dBm and not have a 20+/-dBm range w/ gaps in signal. See attached pics and note the pattern. For reference the other AP's in the pics are the neighbors.... >=200ft from me. Additionally, it's my understanding that the blue LED should light up when traffic is passed over the AR9331. Mine never does. Settings: root@Pineapple:~# cat /etc/config/system config system option hostname 'Pineapple' option timezone 'GMT6' config timeserver 'ntp' list server '0.openwrt.pool.ntp.org' list server '1.openwrt.pool.ntp.org' list server '2.openwrt.pool.ntp.org' list server '3.openwrt.pool.ntp.org' option enable_server '0' config led option name 'ethernet' option sysfs 'mk5:amber:lan' option trigger 'netdev' option dev 'eth0' option mode 'link tx rx' config led option name 'wlan0' option sysfs 'mk5:blue:wlan0' option trigger 'netdev' option dev 'wlan0' option mode 'link tx rx' config led option name 'wlan1' option sysfs 'mk5:red:wlan1' option trigger 'netdev' option dev 'wlan1' option mode 'link tx rx' I sent in a request for an exchange on 11/24 and haven't heard anything back yet. Edited November 30, 2013 by 0jf5 Quote Link to comment Share on other sites More sharing options...
chriswhat Posted November 30, 2013 Share Posted November 30, 2013 (edited) Here's an update to my thread here https://forums.hak5.org/index.php?/topic/31047-hostapd-deauthenticated-due-to-inactivity-timer-deauthremove/ This appears to be a hardware issue (which may be causing the deauth problem) as tx power is all over the place. Those readings are from 30ft away from the pineapple. At a minimum it should be -60dBm and not have a 20+/-dBm range w/ gaps in signal. See attached pics and note the pattern. For reference the other AP's in the pics are the neighbors.... >=200ft from me. Additionally, it's my understanding that the blue LED should light up when traffic is passed over the AR9331. Mine never does. Settings: root@Pineapple:~# cat /etc/config/system config system option hostname 'Pineapple' option timezone 'GMT6' config timeserver 'ntp' list server '0.openwrt.pool.ntp.org' list server '1.openwrt.pool.ntp.org' list server '2.openwrt.pool.ntp.org' list server '3.openwrt.pool.ntp.org' option enable_server '0' config led option name 'ethernet' option sysfs 'mk5:amber:lan' option trigger 'netdev' option dev 'eth0' option mode 'link tx rx' config led option name 'wlan0' option sysfs 'mk5:blue:wlan0' option trigger 'netdev' option dev 'wlan0' option mode 'link tx rx' config led option name 'wlan1' option sysfs 'mk5:red:wlan1' option trigger 'netdev' option dev 'wlan1' option mode 'link tx rx' I sent in a request for an exchange on 11/24 and haven't heard anything back yet. How are you powering your Pineapple? Also, check antenna connections and try switching the antennas. Then, test again. Edited November 30, 2013 by chriswhat Quote Link to comment Share on other sites More sharing options...
0jf5 Posted November 30, 2013 Author Share Posted November 30, 2013 Unless both included antennas are bad, it's not an antenna issue as switching them around has yielded no change in performance. Pineaple is powered by the included wall adaptor in the USA. Quote Link to comment Share on other sites More sharing options...
mreidiv Posted November 30, 2013 Share Posted November 30, 2013 (edited) Here's an update to my thread here https://forums.hak5.org/index.php?/topic/31047-hostapd-deauthenticated-due-to-inactivity-timer-deauthremove/ This appears to be a hardware issue (which may be causing the deauth problem) as tx power is all over the place. Those readings are from 30ft away from the pineapple. At a minimum it should be -60dBm and not have a 20+/-dBm range w/ gaps in signal. See attached pics and note the pattern. For reference the other AP's in the pics are the neighbors.... >=200ft from me. Additionally, it's my understanding that the blue LED should light up when traffic is passed over the AR9331. Mine never does. Settings: root@Pineapple:~# cat /etc/config/system config system option hostname 'Pineapple' option timezone 'GMT6' config timeserver 'ntp' list server '0.openwrt.pool.ntp.org' list server '1.openwrt.pool.ntp.org' list server '2.openwrt.pool.ntp.org' list server '3.openwrt.pool.ntp.org' option enable_server '0' config led option name 'ethernet' option sysfs 'mk5:amber:lan' option trigger 'netdev' option dev 'eth0' option mode 'link tx rx' config led option name 'wlan0' option sysfs 'mk5:blue:wlan0' option trigger 'netdev' option dev 'wlan0' option mode 'link tx rx' config led option name 'wlan1' option sysfs 'mk5:red:wlan1' option trigger 'netdev' option dev 'wlan1' option mode 'link tx rx' I sent in a request for an exchange on 11/24 and haven't heard anything back yet. I dont believe this is a hardware issue. On every pineapple i have had the wifi behaves like this i think its from Jasager/Karma listening to probes and rebroadcasting them. Maybe seb can confirm this. Edited November 30, 2013 by mreidiv Quote Link to comment Share on other sites More sharing options...
0jf5 Posted November 30, 2013 Author Share Posted November 30, 2013 (edited) That would strike me as odd as karma is not running. Monitoring signal while not being connected yields relatively normal TX however -5X dBm is good but still weak for a client that is now 36 inches from the AP. Once connected TX improves to -4dBm (excellent) and oscillates in an aprox 50dBm range. Karma still off, pineapple is just doing ICS. That's an incredibly unstable TX range. When karma is on, TX jumps to an expected -5dBm (it should be this good all the time from this location) When a client connects, TX drops again As I mentioned in the other thread, when a client is connected non karma and begins a file transfer >=1MB/sec the client gets booted and pineapple reports the deauth do to inactivity. The client can then not connect unless the pineapple is rebooted (see this: https://forums.hak5.org/index.php?/topic/31047-hostapd-deauthenticated-due-to-inactivity-timer-deauthremove/?p=233702 ). At no point does the blue LED flash indicating traffic on wlan0 regardless if Karma is on or off, it never happens. Edited November 30, 2013 by 0jf5 Quote Link to comment Share on other sites More sharing options...
yabasoya Posted November 30, 2013 Share Posted November 30, 2013 I tried it out today just for the heck of it. Quote Link to comment Share on other sites More sharing options...
King Crimson Posted November 30, 2013 Share Posted November 30, 2013 What software/hardware are y'all using to get these measurements? I tried it out today just for the heck of it. Quote Link to comment Share on other sites More sharing options...
0jf5 Posted November 30, 2013 Author Share Posted November 30, 2013 (edited) I tried it out today just for the heck of it. That's normal tx. Compare yours to mine and you'll lol. Edited November 30, 2013 by 0jf5 Quote Link to comment Share on other sites More sharing options...
0jf5 Posted November 30, 2013 Author Share Posted November 30, 2013 (edited) What software/hardware are y'all using to get these measurements? I've used 5 so far, kismet, tcpdump, wifi analyzer on android, airodump-ng and LinSSID, all show the same thing. FYI kismet says their signal meter isn't acurate at all, which is why I used 4 more on 3 clients. I have a Fluke OptiView XG at work but at this point it's going to confirm what the others already have. http://www.cdw.com/shop/products/Fluke-OptiView-XG-Wireless-Analysis-Tablet-with-AirMagnet-WiFi-Analyzer-Sp/3023709.aspx The fluke is nice, we have a larger procurve wireless WAN that we use it to troubleshoot with. Even though the ar9331 is consumer grade hardware, it still should hold fairly stable tx until total clients reaches X and the cpu hangs. I bought an alfa ap121u (same box the mk4 runs on) which should be here w/in the week to compare and use instead of the mk5 Edited November 30, 2013 by 0jf5 Quote Link to comment Share on other sites More sharing options...
King Crimson Posted November 30, 2013 Share Posted November 30, 2013 (edited) Fluke makes some kick-ace instruments but ya definantly pay for the quality. I have been wondering why Site Survey says that the quality of my modem is about 60% when it is sitting no more than 5 feet from it. Then again, maybe quality is wholly different than signal strength. ::shrugs:: I definantly have more reading to do. Addendum: ::just read the price tag on the Fluke OptiView XG and fainted dead away:: Edited November 30, 2013 by King Crimson Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.