mysterious ARP requests - Android Q&A, Help & Troubleshooting

Hi,
at work I'm monitoring the network with arpwatch.
Excerpt from the man-page:
Arpwatch keeps track for ethernet/ip address pairings. It syslogs activity and reports certain changes via email. Arpwatch uses pcap(3) to listen for arp packets on a local ethernet interface.
I get an email for every new ip address that is seen by arpwatch.
Emails looking like this:
From: arpwatch
Subject: new station (10.203.103.212) eth0
hostname: <unknown>
ip address: 10.203.103.212
interface: eth0
ethernet address: 11:22:33:44:55:66
ethernet vendor: <unknown>
timestamp: Friday, November 9, 2012 12:08:23 +0100
The problem arises after I conneted my android phone to our wifi network. Because there's no DHCP-Server I had to set a static ip for my android phone. I noticed after I connected my android phone to our wifi network, sometimes I get an email from arpwatch, telling me detection of a new ip address with MAC address of the android phone. The detected ip address was not part of our ip address range and was not the ip address I had set. I ignored this issue a long time. But since some other kollegues also using the wifi network with their android phones the number of email alerts increases dramatically.
I've seen this happen with different devices and also different android OS.
Huawei Ideos X3 with Android 2.3.2
Samsung Galaxy S2 Android 4.0.4
Samsung Galaxy S3 Android 4.1.1
Samsung Nexus S Android 4.1.2
To make this clear, it happens sometimes not everytime!
I tried to find out whats happening using tcpdump. Wifi on the android phone was switched off, tcpdump was started and wifi was switched on again. The ip and mac addresses are modified.
static ip android phone: 10.0.0.100
mac address android phone: 11:22:33:44:55:66
ip address default gateway: 10.0.0.1
This is the output if an new ip address(10.202.255.81) is detected.
# tcpdump -s 0 -n ether host 11:22:33:44:55:66
tcpdump: verbose output suppressed, use -v or -vv for full protocol decode
listening on eth0, link-type EN10MB (Ethernet), capture size 65535 bytes
11:05:49.322956 11:22:33:44:55:66 > ff:ff:ff:ff:ff:ff Null Supervisory, Receiver not Ready, rcv seq 64, Flags [Poll], length 46
11:05:50.152120 IP 0.0.0.0.68 > 255.255.255.255.67: BOOTP/DHCP, Request from 11:22:33:44:55:66, length 305
11:05:50.152445 IP 0.0.0.0.68 > 255.255.255.255.67: BOOTP/DHCP, Request from 11:22:33:44:55:66, length 300
11:05:50.277664 ARP, Request who-has 10.0.0.100 tell 0.0.0.0, length 46
11:05:50.692276 IP6 :: > ff02::16: HBH ICMP6, multicast listener report v2, 1 group record(s), length 28
11:05:50.855575 IP6 :: > ff02::16: HBH ICMP6, multicast listener report v2, 1 group record(s), length 28
11:05:51.281477 IP6 :: > ff02::1:ff05:9fb0: ICMP6, neighbor solicitation, who has fe80::7ad6:f0ff:fe05:9fb0, length 24
11:05:51.283056 ARP, Request who-has 10.0.0.1 tell 10.202.255.81, length 46
11:05:51.458239 ARP, Request who-has 10.0.0.100 tell 0.0.0.0, length 46
11:05:52.292968 IP6 fe80::7ad6:f0ff:fe05:9fb0 > ff02::2: ICMP6, router solicitation, length 16
11:05:52.293532 ARP, Request who-has 10.0.0.1 tell 10.0.0.100, length 46
11:05:52.968778 IP 10.0.0.100 > 224.0.0.22: igmp v3 report, 1 group record(s)
11:05:53.017242 ARP, Request who-has 10.0.0.100 tell 0.0.0.0, length 46
11:05:55.363517 ARP, Request who-has 10.0.0.100 tell 10.0.0.100, length 46
11:05:56.296858 IP6 fe80::7ad6:f0ff:fe05:9fb0 > ff02::2: ICMP6, router solicitation, length 16
11:05:57.371054 ARP, Request who-has 10.0.0.100 tell 10.0.0.100, length 46
11:06:00.313200 IP6 fe80::7ad6:f0ff:fe05:9fb0 > ff02::2: ICMP6, router solicitation, length 16
This is the output if NO new ip address ist detected.
# tcpdump -s 0 -n ether host 11:22:33:44:55:66
tcpdump: verbose output suppressed, use -v or -vv for full protocol decode
listening on eth0, link-type EN10MB (Ethernet), capture size 65535 bytes
11:32:33.778219 11:22:33:44:55:66 > ff:ff:ff:ff:ff:ff Null Supervisory, Receiver not Ready, rcv seq 64, Flags [Poll], length 46
11:32:33.982916 IP 0.0.0.0.68 > 255.255.255.255.67: BOOTP/DHCP, Request from 11:22:33:44:55:66, length 300
11:32:34.252228 IP 0.0.0.0.68 > 255.255.255.255.67: BOOTP/DHCP, Request from 11:22:33:44:55:66, length 305
11:32:37.819054 IP 0.0.0.0.68 > 255.255.255.255.67: BOOTP/DHCP, Request from 11:22:33:44:55:66, length 300
11:32:37.953531 IP 0.0.0.0.68 > 255.255.255.255.67: BOOTP/DHCP, Request from 11:22:33:44:55:66, length 305
11:32:37.966908 ARP, Request who-has 10.0.0.100 tell 0.0.0.0, length 46
11:32:38.888616 IP 10.0.0.100 > 224.0.0.22: igmp v3 report, 1 group record(s)
11:32:38.904096 IP6 :: > ff02::16: HBH ICMP6, multicast listener report v2, 1 group record(s), length 28
11:32:39.493975 ARP, Request who-has 10.0.0.1 tell 10.0.0.100, length 46
11:32:39.720875 ARP, Request who-has 10.0.0.100 tell 0.0.0.0, length 46
11:32:39.740019 IP6 :: > ff02::1:ff05:9fb0: ICMP6, neighbor solicitation, who has fe80::7ad6:f0ff:fe05:9fb0, length 24
11:32:40.751811 IP6 fe80::7ad6:f0ff:fe05:9fb0 > ff02::2: ICMP6, router solicitation, length 16
11:32:41.119021 ARP, Request who-has 10.0.0.100 tell 0.0.0.0, length 46
11:32:43.580411 ARP, Request who-has 10.0.0.100 tell 10.0.0.100, length 46
11:32:44.747895 IP6 fe80::7ad6:f0ff:fe05:9fb0 > ff02::2: ICMP6, router solicitation, length 16
11:32:45.581707 ARP, Request who-has 10.0.0.100 tell 10.0.0.100, length 46
11:32:48.646315 IP6 fe80::7ad6:f0ff:fe05:9fb0 > ff02::16: HBH ICMP6, multicast listener report v2, 1 group record(s), length 28
11:32:48.763368 IP6 fe80::7ad6:f0ff:fe05:9fb0 > ff02::2: ICMP6, router solicitation, length 16
The difference between both outputs is the ARP Request for the default gateway.
How can I get rid off the problem?
BTW: Why are there BOOTP/DHCP requests? I've set the ip address static!
Thanks for your help
Uwe

Interesting and excellent research. We have been tracking Android arp issues at work lately, and it seems the phones are replying to arp requests for our network/vlan gateways. Check out this bug report:
http-> code.google.com/p/android/issues/detail?id=19406
Any info to help get this solved would be greatly appreciated.

Related

Touch pro will no longer connect to Pageplus

So here is my story, about 3 weeks ago I bought a touch pro off of ebay, that was for "pageplus"... well it turns out it was actually a sprint phone that had been flashed to pageplus. It worked for voice and text, but no data. The seller gave me a partial refund, and I figured I could get it to work. Anyway 3 weeks later I have it unlocked with Mightyrom 6 running and everything is great, except for some intermittent keyboard issues. I figure why not a hard reboot, see if its something that I had installed.Thats where everything when down hill. When It finished booting, it had jumped carriers to Verizon. If i tried to call with it all I got was verizons customer service. I've spent the last 6 hours trying to get this thing to work. My on going struggle can be read over at Howardsforum
http://www.howardforums.com/showthread.php?t=1638018
I've learned a lot, and in that way its been great, but at the end of the day I would prefer a working phone. I posted over here hoping that someone would have some advice.
I've decided to post all the settings from EPST in hopes that someone can set me strait
I will be using 1234567890 to represent my phone number, as I dont need any crank calls : )
I changed my MSL to 000000 with QPST
I am currently running MightyROM 6
My phone is a HTC Touch PRo
Display
NAM name SPCs
SCM 58
ESN (hex) *******
ESN (dec) *********
MSID 1234567890 (MY NUMBER)
Life Counter 2051
Life Timer 111hrs,24mins,35Sec
Life data RX 1184180957
Life Data TX 81933745
Software Version Mighty Rom
Firmware Version 1.03.03v
Hardware Version 0002
PRI version 1.47_003
PRU Checksum 5E2FFAF3
Refurbish status YES
Refurbish Date 31-Jul-2009
Manufacture Date 12-Feb-2009
Warranty Data code <NO Data>
A-Key
Authentication Key *blank*
Nam Settings
NAM Name SPCs
Mobile Directory Number 1234567890 (MY NUMBER)
MIN1 4567890
MIN2 123
MSID 1234567890 (MY NUMBER)
MCC 310
MNC 00
NMSI 001234567890
IMSI 310001234567890
True MIN1 4567890
True MIN2 123
True MSID 1234567890 (MY NUMBER)
True MCC 310
True MNC 00
True NMSI 001234567890
True IMSI 310001234567890
ACCOLC 7
CDMA Settings
A-sys Primary 283
B-sys Primary 384
A-sys Secondary 691
B-sys Secondary 777
MOB_TERM_FOR_HOME ENABLE
MOB_TERM_FOR_SID ENABLE
mOB_TERM_FOR_NID ENABLE
EVRC ENABLE
Home Page EVRC
Home Orig EVRC
Roam Orig Voice 13k
Home SID/Home NID
Home SID/NID #1 30/65535
Home SID/NID #(2-20) 0/0
Modem Settings
SLot Cycle Index 2
Preferred Serving Sys. Automatic
Preferred Mode Automatic
HDR Hybrid Preferred Enable
Clear all MRU entry No
PRL
Update PRL File
PRL ID 51807
PRL Capability (prl typ) IS-683C
PRL Capability (prefer only) Disable
PRL Capability (default roaming indicator) 68
Data Parameters
Packet Dial String #777
Rev. A Enable
Phone Directory
Emergency #1 911
Emergency #2 *911
Emergency #3 #911
*(all else blank)*
M.I.P Settings
Number of Profiles 6
Active user profile index 0
MIP MODE Mobile IP Preferred
MIP Registration Retries 2
MIP Registration Retry Timeouts 1750 ms
MIP Pre-Registration Imeout 0
Mobile Node-HA Authentication Enable
Send a Registration Request only in Use Disable
Dromant Handoff Optimization Enable
M.I.P. Default Profile
Enable Profile Enable
NAI [email protected]
MN HA SPI Set Enable
MN HA SPI Value (hex) 12C
MN AAA SPI Set Enable
MN AAA SPI Value (hex) 2
Reverse Tunneling Preferred Enable
Home address 0.0.0.0
Primary HA Address 255.255.255.255
Secondary HA Address 255.255.255.255
DMU public key (PKOID) 10
M.I.P Custom Profiles (all of them are the same)
Enable Profile Enable
NAI
MN HA SPI Set Enable
MN HA SPI Value (hex) 4D2
MN AAA SPI Set Enable
MN AAA SPI Value (hex) 4D2
Reverse Tunneling Preferred Enable
Home address 0.0.0.0
Primary HA Address 0.0.0.0
Secondary HA Address 0.0.0.0
DMU public key (PKOID) 0
There is always the possibility that I miss spelled something, If anyone sees any mistakes please let me know!!!
Joined: Apr 2010
Posts: 11
wahahahahhaha, she's alive, SHE IS ALIVE ... my phone finally works again, that was a rough 24 hours... the thing that I entered wrong was the MSID... who knew that phones had two phone numbers. Thanks to Ebay seller Kittywireless for their help. They didn't make a dime from me, and helped me find the answer.... One bonus of all this BS is it forced me to learn a lot of stuff about my phone, and now the Data is working
I have the same problem!!!
Could you happen to do me a huge favor. Im using a samsung rant from sprint and everything that happend to you happend to me!!! could you type out the data settings for you phone ie: User NAI, SPI MN-HA, SPI MN-AAA, Rev Tun Pref, Home Address, Primary HA-IP, Second HA-IP and your browser gateway ( you can get there by pressing ##3282#) thank you sososososo much!!!

Strange logcat

Hi all,
I post this log here, because it coold be common with all roms, and i hope to debug this roms (htc photon).
I'm in interest about android for hd mini.
I tested the R175 and my battery is going empty in about 1-2hours.
however, i see a strange logcat:
Code:
D/WifiService( 287): ACTION_BATTERY_CHANGED pluggedType: 2
I/global ( 287): Default buffer size used in BufferedReader constructor. It wo
uld be better to be explicit if an 8k-char buffer is required.
I/global ( 287): Default buffer size used in BufferedReader constructor. It wo
uld be better to be explicit if an 8k-char buffer is required.
D/BatteryService( 287): isUsbConnected() = true
D/BatteryService( 287): mPlugType = 2
E/Tethering( 287): active iface (usb0) reported as added, ignoring
D/UsbConnectedReceiver( 465): action = psclient.intent.action.usb_status
D/UsbConnectedReceiver( 465): ACTION_BATTERY_CHANGED
D/UsbConnectedReceiver( 465): usbCurrentType = 2
D/UsbConnectedReceiver( 465): Current type is same as previous, return!
D/dalvikvm( 404): GC_EXPLICIT freed 43 objects / 1784 bytes in 168ms
V/KeyguardViewMediator( 287): password timeout now
D/WifiService( 287): ACTION_BATTERY_CHANGED pluggedType: 2
I/global ( 287): Default buffer size used in BufferedReader constructor. It wo
uld be better to be explicit if an 8k-char buffer is required.
I/global ( 287): Default buffer size used in BufferedReader constructor. It wo
uld be better to be explicit if an 8k-char buffer is required.
D/BatteryService( 287): isUsbConnected() = true
D/BatteryService( 287): mPlugType = 2
E/Tethering( 287): active iface (usb0) reported as added, ignoring
D/UsbConnectedReceiver( 465): action = psclient.intent.action.usb_status
D/UsbConnectedReceiver( 465): ACTION_BATTERY_CHANGED
D/UsbConnectedReceiver( 465): usbCurrentType = 2
D/UsbConnectedReceiver( 465): Current type is same as previous, return!
Theses messages repeat every 2 seconds...
Any idea ?
I think this could help to kill battery drain issue.
Questions or Problems Should Not Be Posted in the Development Forum
Please Post in the Correct Forums
Moving to Q&A

Rockin' Data Speeds

I'm in Dallas, TX. After some experimentation, I have my 4G data speeds up to 8-11 Mbps down and 1 - 1.5 up. Here is what I have done:
Added a good old Linux sysctl.conf file to system/etc containing:
net.core.rmem_default = 524288
net.core.rmem_max = 524288
net.core.wmem_default = 524288
net.core.wmem_max = 524288
net.ipv4.tcp_wmem = 4096 87380 524288
net.ipv4.tcp_rmem = 4096 87380 524288
net.ipv4.tcp_mem = 524288 524288 524288
net.ipv4.tcp_rfc1337 = 1
net.ipv4.ip_no_pmtu_disc = 0
net.ipv4.tcp_sack = 1
net.ipv4.tcp_fack = 1
net.ipv4.tcp_window_scaling = 1
net.ipv4.tcp_timestamps = 1
net.ipv4.tcp_ecn = 0
net.ipv4.route.flush = 1
Obtained my MSL from Sprint and edited the ##3282# menu as follows:
Data Profile menu: deactivated Reverse Tunneling, pinged all the Home Agent IP's I could get my hands on and settled on 68.28.81.77 as primary and 68.28.89.77 as secondary.
Multimedia menu: Changed RTSP proxy address to 0.0.0.0 and port to 0, did the same with HTTP-PD address and port. Changed Buffer length to 20.
EVDO: Make sure DDTM is set to Off.
Went from struggling to hit 4 Mbps to constant 8 - 11Mbps. I hope this works for the other Photon users here, let me know how it goes!
djallen1 said:
I'm in Dallas, TX. After some experimentation, I have my 4G data speeds up to 8-11 Mbps down and 1 - 1.5 up. Here is what I have done:
Added a good old Linux sysctl.conf file to system/etc containing:
net.core.rmem_default = 524288
net.core.rmem_max = 524288
net.core.wmem_default = 524288
net.core.wmem_max = 524288
net.ipv4.tcp_wmem = 4096 87380 524288
net.ipv4.tcp_rmem = 4096 87380 524288
net.ipv4.tcp_mem = 524288 524288 524288
net.ipv4.tcp_rfc1337 = 1
net.ipv4.ip_no_pmtu_disc = 0
net.ipv4.tcp_sack = 1
net.ipv4.tcp_fack = 1
net.ipv4.tcp_window_scaling = 1
net.ipv4.tcp_timestamps = 1
net.ipv4.tcp_ecn = 0
net.ipv4.route.flush = 1
Obtained my MSL from Sprint and edited the ##3282# menu as follows:
Data Profile menu: deactivated Reverse Tunneling, pinged all the Home Agent IP's I could get my hands on and settled on 68.28.81.77 as primary and 68.28.89.77 as secondary.
Multimedia menu: Changed RTSP proxy address to 0.0.0.0 and port to 0, did the same with HTTP-PD address and port. Changed Buffer length to 20.
EVDO: Make sure DDTM is set to Off.
Went from struggling to hit 4 Mbps to constant 8 - 11Mbps. I hope this works for the other Photon users here, let me know how it goes!
Click to expand...
Click to collapse
All I did was remove the proxy. Regardless, I still get up to 9-10Mbps on 4G in Wichita Falls, TX. Oh, and my phone is stock, but rooted.
15 in ft worth but not constant usually tops at 9
Sent from my MB855 using xda premium
I don't know why mine were so slow here in Richardson, you gents are both getting amazing speeds. I pared down the Sprint fluff as much as I could but still couldn't break 5 until performing the tweaks. I wonder if that sysctl.conf file would give you guys any increase?
Mine is stock and rooted too. I was thinking about unlocking the bootloader to see of I could get 3G to an acceptable level after the tweaks....
djallen1 said:
Mine is stock and rooted too. I was thinking about unlocking the bootloader to see of I could get 3G to an acceptable level after the tweaks....
Click to expand...
Click to collapse
3G is a lost cause until Sprint finishes upgrading the backhaul network and adding more channels to the towers. I rarely get over 1Mbps on 3G, usually under 256Kbps.
Ive been getting 1 - 1.6 at night and 400 - 900 during day....but yeah till the upgrades done its gonna stay sucking.
Sent from my MB855 using xda premium
criptix said:
Ive been getting 1 - 1.6 at night and 400 - 900 during day....but yeah till the upgrades done its gonna stay sucking.
Sent from my MB855 using xda premium
Click to expand...
Click to collapse
I can get 1-1.3Mbps outside, but in my house, its a range of around 20-128Kbps (I have metal siding on the house, and the house was built in 1940)
Its ok not great but yeah that metal is probably your speed killer
Sent from my MB855 using xda premium
Kind of neat digging a little more into your post I determined I am using a New Jersey based IP even though I am located in Boston. I found that out from the list posted on the evdo forums..
http://www.evdoforums.com/thread2001.html
I changed my Data and Multimedia settings, but I cannot test this out until I go into town. Does this affect the battery life in anyway? And is this only for 4G?
djallen1 said:
I'm in Dallas, TX. After some experimentation, I have my 4G data speeds up to 8-11 Mbps down and 1 - 1.5 up. Here is what I have done:
Added a good old Linux sysctl.conf file to system/etc containing:
net.core.rmem_default = 524288
net.core.rmem_max = 524288
net.core.wmem_default = 524288
net.core.wmem_max = 524288
net.ipv4.tcp_wmem = 4096 87380 524288
net.ipv4.tcp_rmem = 4096 87380 524288
net.ipv4.tcp_mem = 524288 524288 524288
net.ipv4.tcp_rfc1337 = 1
net.ipv4.ip_no_pmtu_disc = 0
net.ipv4.tcp_sack = 1
net.ipv4.tcp_fack = 1
net.ipv4.tcp_window_scaling = 1
net.ipv4.tcp_timestamps = 1
net.ipv4.tcp_ecn = 0
net.ipv4.route.flush = 1
Obtained my MSL from Sprint and edited the ##3282# menu as follows:
Data Profile menu: deactivated Reverse Tunneling, pinged all the Home Agent IP's I could get my hands on and settled on 68.28.81.77 as primary and 68.28.89.77 as secondary.
Multimedia menu: Changed RTSP proxy address to 0.0.0.0 and port to 0, did the same with HTTP-PD address and port. Changed Buffer length to 20.
EVDO: Make sure DDTM is set to Off.
Went from struggling to hit 4 Mbps to constant 8 - 11Mbps. I hope this works for the other Photon users here, let me know how it goes!
Click to expand...
Click to collapse
I couldn't get the ##3282# menu to work because everytime i ckicked to edit something it asked for a password.. any ideas? Would love. To do this
TheChronicDroid said:
I couldn't get the ##3282# menu to work because everytime i ckicked to edit something it asked for a password.. any ideas? Would love. To do this
Click to expand...
Click to collapse
That password is your MSL. Talk (or chat online) with sprint and get the MSL.
I am not sure if it was an auto push or a reboot reset the changes I made to the data profile section..?
Both the primary ha IP and secondary IP were reset to previous settings..
to bad i already unlocked ... this tweak might have made 4g surpass 3g in my area ( way to much wimax equipment out here to get any decent speeds )
Just ran the v6 supercharger script now getting 13mbps on 4g with a 85 ping used to get 8-9mbps with 100-110 ping.
Sent from my MoPho!
Wish I had 4g where I live. It's only in our downtown area. I picked it up once but never got beyond 3 mbs.
Sent from my MB855 using XDA App

[Q][A] Sense ROMs won't connect to 5Ghz wireless

Title says it all. I cannot connect to my 5Ghz wireless-n network with any Sense based ROM. As soon as I which to AOSP based ROMs it connects just fine. I have tried changing the channel number and disabling security without any success. It's not a show stopper since I can use the 2.4Ghz band, but I'm peeved that I can't figure it out. Here's a snippet from logcat while I was trying to connect. The 5Ghz network is Osceola.
Code:
I/wpa_supplicant( 1768): wlan0: [HTC] wpa_supplicant_event():2758- Got an original EVENT_SCAN_RESULTS
I/wpa_supplicant( 1768): Got an original EVENT_SCAN_RESULTS
I/wpa_supplicant( 1768): _wpa_supplicant_event_scan_results -
I/wpa_supplicant( 1768): [Renegade] 30:46:9a:f9:7b:32 freq=2437 qual=0 noise=0 level=-60 flags=0xb
I/wpa_supplicant( 1768): [BHN1095] c0:f8:da:a5:50:fc freq=2427 qual=0 noise=0 level=-94 flags=0xb
I/wpa_supplicant( 1768): [MOMANDDAD] e0:46:9a:4d:7d:70 freq=2437 qual=0 noise=0 level=-96 flags=0xb
I/wpa_supplicant( 1768): [Osceola] 30:46:9a:f9:7b:34 freq=5180 qual=0 noise=0 level=-53 flags=0xb
I/wpa_supplicant( 1768): wpa_supplicant_pick_network+
I/wpa_supplicant( 1768): Selecting BSS from priority group 6
W/wpa_supplicant( 1768): [EAP-MSG] EAP [email protected]: eap_methods not available
I/wpa_supplicant( 1768): selected BSS 30:46:9a:f9:7b:34 ssid='Osceola' freq=5180 rssi=-53
I/wpa_supplicant( 1768): selected network = 376
I/wpa_supplicant( 1768): supplicant attached completed, trigger assoc.
I/wpa_supplicant( 1768): check if in concurrent case
I/wpa_supplicant( 1768): wlan0: Trying to associate with 30:46:9a:f9:7b:34 (SSID='Osceola' freq=5180 MHz)
I/wpa_supplicant( 1768): wlan0: State: SCANNING -> ASSOCIATING
I/wpa_supplicant( 1768): wpa_supplicant_set_state -
I/wpa_ctrl( 1117): [wpa_ctrl_request] ctrl address = 5feae910, ctrl_conn address = 0
I/wpa_ctrl( 1117): [wpa_ctrl_request] ctrl address = 5feae910, ctrl_conn address = 0
I/wpa_ctrl( 1117): [wpa_ctrl_request] ctrl address = 5feae910, ctrl_conn address = 0
I/wpa_supplicant( 1768): wlan0: CTRL-EVENT-ASSOC-REJECT bssid=30:46:9a:f9:7b:34 status_code=1
E/wpa_supplicant( 1768): Retrying assoc Iteration:4
I/wpa_supplicant( 1768): wlan0: State: ASSOCIATING -> DISCONNECTED
I/wpa_supplicant( 1768): wpa_supplicant_set_state -
Solution:
I had to switch my router to NA-Mixed or Mixed mode instead of N-Only for the 5Ghz radio. The reported speed of the connection is 12Mbps, which is Wireless-A speed, but when I did a speed test I was able to max out my external connection of 30Mbps. I have no idea why Cyanogenmod ROMs work in N-Only mode and Sense ROMs do not. So basically, Sense is a mess when it comes to wireless.
Bump to show I found solution.

Dns 53 tunnel vpn program ??

Hello friends. Do you have dns DNS 53 protocol vpn contacted with 53. such a program?

Categories

Resources