Help! Android tethering! Double nat! 100% packet loss - General Questions and Answers

I'm having issues with my internet and am unable to do certain things that are sensitive to the NAT type. I have an LG Stylo 2 (Sprint), Windows 7 PC, Linksys router, Xbox One. Here's the order things are connected in
LGLS775>USB Tethered via PDANet>Windows 7 PC>Ethernet wire>Linksys router>Ethernet wire>Xbox One
I'm not sure how to set things up to fix the NAT type. Connection details: 60ms ping. 28 download. 7 upload. 100% packet loss.
I can still play certain games and access certain websites. But not everything. PLEASE DO NO TELL ME TO GO TO A DIFFERENT FORUM! ONLY POST HELPFUL ANSWERS

3 years later.
This is almost the same setup I'm working with but im using the wifi instead of usb on those parts.
For anyone having these issues I've got a couple things to try.
You can connect directly to pdanet via WiFi with pretty much any device (that I've seen so far) if you're able to set the proxy setting to manual using the ip given in pdanet with the port 8000. For me it would be 192.168.49.1:8000.
Or if you have to or just prefer to use a PDANet -> PC -> Router -> Device setup.
I used to have a much worse time with disconnects and error codes playing Destiny 2 on Steam, I still have problems here and there, sometimes often still. Ive got a good feeling though that what i did, actually improved my situation at least a bit.
In pdanet top right little menu with "Help" and "Dev Code", select IPv6 Support, then Prioritize IPv4.
Then in Windows, head to Network and Sharing, Change adapter settings, right click > properties on the adapter doing ICS then (what i did) uncheck "Internet Protocol Version 6 (TCP/IPv6)", "QoS Packet Scheduler", and anything else that isn't default, in my case, Npcap Packet Drivers.
I actually can't be sure that any of these really did anything but im much less frustrated than i used to be.
Also in my case im using a Netgear in AP mode, which ends up with a different local ip than ones that pdanet give. For me, after pdanet is adequately connected to the router, it seems that most of my Android devices work without further setup but some devices require setting a static ip, which should be easy to find using "arp -a" or "ipconfig" in cmd.
-In My Case-
The gateway was 192.168.137.1 so i choose any 2 digit number after 137. for the main (connecting device's) ip. Example. 192.168.137.23
So when connecting device to router via WiFi you will choose to set Manual/Static IP then after that the settings should look something like...
IP: 192.168.137.23
Gateway: 192.168.137.1
DNS: 192.168.137.1
Secondary DNS: 8.8.8.8
If v these v are set automatically or not required then you should be able to ignore them
Network prefix length: 24
Subnet mask: 255.255.255.0
I'm still trying to find other ways to set things that may be better but so far these are working okay for me. Don't hesitate to ask any question if clarification is needed, i understand a lot of things i post can be confusing. I hope at least some of this was helpful in any way!

CornholeOS_x86 said:
3 years later.
This is almost the same setup I'm working with but im using the wifi instead of usb on those parts.
For anyone having these issues I've got a couple things to try.
You can connect directly to pdanet via WiFi with pretty much any device (that I've seen so far) if you're able to set the proxy setting to manual using the ip given in pdanet with the port 8000. For me it would be 192.168.49.1:8000.
Or if you have to or just prefer to use a PDANet -> PC -> Router -> Device setup.
I used to have a much worse time with disconnects and error codes playing Destiny 2 on Steam, I still have problems here and there, sometimes often still. Ive got a good feeling though that what i did, actually improved my situation at least a bit.
In pdanet top right little menu with "Help" and "Dev Code", select IPv6 Support, then Prioritize IPv4.
Then in Windows, head to Network and Sharing, Change adapter settings, right click > properties on the adapter doing ICS then (what i did) uncheck "Internet Protocol Version 6 (TCP/IPv6)", "QoS Packet Scheduler", and anything else that isn't default, in my case, Npcap Packet Drivers.
I actually can't be sure that any of these really did anything but im much less frustrated than i used to be.
Also in my case im using a Netgear in AP mode, which ends up with a different local ip than ones that pdanet give. For me, after pdanet is adequately connected to the router, it seems that most of my Android devices work without further setup but some devices require setting a static ip, which should be easy to find using "arp -a" or "ipconfig" in cmd.
-In My Case-
The gateway was 192.168.137.1 so i choose any 2 digit number after 137. for the main (connecting device's) ip. Example. 192.168.137.23
So when connecting device to router via WiFi you will choose to set Manual/Static IP then after that the settings should look something like...
IP: 192.168.137.23
Gateway: 192.168.137.1
DNS: 192.168.137.1
Secondary DNS: 8.8.8.8
If v these v are set automatically or not required then you should be able to ignore them
Network prefix length: 24
Subnet mask: 255.255.255.0
I'm still trying to find other ways to set things that may be better but so far these are working okay for me. Don't hesitate to ask any question if clarification is needed, i understand a lot of things i post can be confusing. I hope at least some of this was helpful in any way!
Click to expand...
Click to collapse
So I actually figured it out a while back but now I'm in the same boat since I've moved to a place with no highspeed again. Same basis except I'm now T-Mobile, using a VPN and the Hotspot VPN APK. Same connection route. If I remember correctly there was an IP address error with the 137.anything. I'll post an update soon.

Anything better then pdanet ? That bypass data speed throttle after using so much???

Related

ActiveSync 4.1, WM2005, MTU-Size

Hello all,
spending hours of searching i found a MTU-Size issue concerning ActiveSync 4.1 in combination with Tiny Personal Firewall!
The Problem: WM5-device connects to PC; IP-addresses are set up via dhcp correctly (169.254.2.1/2). But ActiveSync freezes, no synchronisation can be done.
Ethereal traces show WM2005-device connecting to pc using a max. MTU-size of 8050 Byte. The PC acknowledges the value but frames exceeding about 5000 bytes will be lost in PC.
The solution: Decrease MTU-Size. In my case a value of 4096 (0x1000) fixed the issue. You may use attached Registry setting (the magic number defines my PC´s RNDIS interface - yours will be different):
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Tcpip\Parameters\Interfaces\{633FC8EC-A187-4DF7-8554-E5BF23AD9B0C}]
"MTU"=dword:00001000
The long packets did not cause any problems without Tiny installed....
good luck - df2jh
Interesting find! I am chasing a problem with AS 4.1 that is different than yours (see http://forum.xda-developers.com/viewtopic.php?t=37039). However, I decided to investigate along your findings. I was not able to find the registry key for the device with MTU settings (I found the appropriate folder, though), I assume this would have to be added? There is a nifty and free little utility called TCPOptimizer from speedguide.net that I use to optimize internet activity. It allows you to change settings such as MTU and receive window sizes for all adapters. I tried to set a small MTU for the windows mobile adapter, but it did not work. Please look at my link above. I would appreciate any ideas you may have regarding this problem.
Thanks!
KJ
oh - thanks for the hint to TCPOptimizer, didn´t know that nice tool yet.
You are right, the MTU dword value has to be added, it won´t be there by default.
In your thread you mentioned: "... even though I made sure that the Remot-NDIS Host network adapter uses "Server assigned IP" addresses (and it shows 169.254.2.1) and pings fine...."
According to my experience Remote-NDIS Host network adapter at PDA must not set to "Server assigned IP". Instead PDA will act as a DHCP-server by itself. To fix the problem delete every entry in PDAs registry key "HKLM\Comm\RNDISFN1\Parms\TcpIp" except "EnableDHCP" and "Subnetmask".
Set them to:
EnableDHCP: 00000000
Subnetmask: 255.255.255.0
You must do it this way because disabling DHCP in network card settings requires entry of a dedicated ip address.
regards
df2jh
Good advice. You are correct, the _device_ should be the DHCP server, not the other way around. I tried your registry changes. Something funny first happend: first, the PC would not create a network connection (keeps trying), telling me that device was not giving the PC an IP address. I disconnected the USB cable and connected again, and an network connection was established. (this happens several times every time I connect). Pings both ways fine, but same problem with AS. However, at least the intermittent popups regarding the server IP are now gone (of course, I was able to get rid of that popup when entering IP addresses manually). I ran vxIPConfig for RndisFn1 and have the following information:
IP Address: 0.0.0.0
Subnet Mask 0.0.0.0
Default Gateway:
Primary Wins:
Secondary Wins:
Lease Obtained: DHCP Disabled
Lease Expires: DHCP Disabled
DNS Servers:
Node Type: Hybrid
IP Routing: No
Wins Proxy: No
NetBIOS Scope ID:
NetBIOS Resolution Uses DNS: No
Does this look correct to you?
Another thing I noticed was that I have two USB ports on my PC (laptop). With device connected, I get a network connection called "Local Area Connection xx", where xx is some integer. If I look at its properties, I see that, in the General tab, it says "Connect Using Windows Mobile-based Device #n", where n is also an integer. In my case xx is either 19 or 20, depending on which USB plug on the PC I use and n is either 3 or 5, also depending which USB plug on the PC I use. Hence, there are two LAN connections established, one for each USB plug. Would this also be an issue?
KJ
Yes, if you plug your device into a different USB-Port iw will create a new "Windows Mobile-based device" and a new local area connection.
I don´t know vxIPConfig but MyIpConfig shows IP address 169.254.2.1 as long as i am connected.
regards
Jochen
Do you know if the fact there are two connections set up that it may cause such issues? Also, if you have MyIPConfig, I can install it and see if it registers the same values.
Thanks!
KJ
No, setup of two ore more connections will not be a problem using ActiveSync. Of cource you must use only a single connection (i.e. USB port) at a time to synchronize a single PDA ;-)
MyIpConfig can be found at http://sourceforge.net/projects/myipconfig
regards
df2jh
Thanks for the link. Does MyIPConfig work with WM5?
KJ
Yes it does!
Just tried MyIPConfig. Yes, it registers same IP as you do (169.254.2.1). Hmmmm.... Not sure where to go from here....
KJ
Did you read already the topic http://forum.xda-developers.com/viewtopic.php?t=37983 ? It exactly describes the effect I suffered from.

Linux and HTC Touch Pro - Help

Hi,
I just bought myself a new webbook (a CnMbook) and want to use my TouchPRO as a modem so I can surf the net at work.
I've been routing round the internet to find an answer - which I have done http://ubuntuforums.org/showthread.php?p=6239582#post6239582 but my webbook doesn't have the option to get to terminal.
Can anyone else help?
Thanks
Simple solution, which I'm using is > http://www.walkinghotspot.com/
Thanks for your reply - but I already pay for unlimited internet with my phone contract, so I don't want to pay again.
Well, you could try other ways of getting to the terminal... without fixing that module, it won't let you get online via USB.
Otherwise, you can just use Bluetooth if your laptop has it, or the free version of WMWifiRouter, while plugging in to charge.
what is the latest free version of wmwifirouter? http://freewareppc.com/communication/wmwifirouter.shtml <- is that it?
walking hot spot is a trial, but even when it expires it still works
@ldrn - thanks for suggesting WMWifiRouter, that's a great app!
After an hour of messing about with it, I'm about 95% of the way there, but when my laptop tries to connect it says "invalid IP address"
Any ideas how to fix this?
GreenSaints said:
@ldrn - thanks for suggesting WMWifiRouter, that's a great app!
After an hour of messing about with it, I'm about 95% of the way there, but when my laptop tries to connect it says "invalid IP address"
Any ideas how to fix this?
Click to expand...
Click to collapse
Just had a quick look at the link for WifiRouter you posted. In the change log the author says: "- Made the use of DHCP Allocator disabled by default."
This would mean your Netbook basicly guessed an IP address when it's DHCP request failed. Look around for an option to enable the DHCP. I have no idea where it is, never used the app.
Good luck.
Alex is right (and so is Jack, I think) -- and just go to "Options", "Configuration", then "Use DHCP Allocator".
Glad I was able to help.
@Alex_w and ldrn
Thanks for your responses - however, I am still having issues.
I tried my Vista laptop to connect using WMWiFiRouter and it worked first time, however my little webbook can't get an IP address - whether the DHCP is ticked or not, or DNS.
I've now spent about 6 hours trying to work this out and it's annoying not to mention wasted a Sunday!
Are you using any type of encryption on the Ad-hoc connection? That's normaly my main problem when I work with WiFi on *nix. Just seems like the config tools aren't very polished TBH.
@Alex_w
Thanks for your reply - do you mean like WEP or Firewall?
Either/or - I have none enabled.
I found out that my webbook runs on "debian" - does that make a difference? I'm a total newbie when it comes to Linux
*bump*
No more answers?
Hmm... that is strange. I have had trouble connecting with wcid and WEP, but not with NetworkManager (and NetworkManager is usually the default.) Are you sure you are seeing the network name correctly and there is no encryption? A lot of versions of the NetworkManager fail to see Ad-hoc connections.
If that fails, I could walk you through how to *make* your laptop go to the terminal for the fix, but there would be a big risk of breaking something.
* Edit * Okay, this is pretty unslick and inefficient, but if you only use it for web browsing, the awesome Socks Proxy Server pchasco wrote works great for me on a machine without a fixed rndis module -- I am posting using it right now -- although it looks off on a VGA device like ours and the setup on the other end is a bit clunky.
Plug in your Touch pro and tell it to do activesync with internet sharing turned off, download that and run it on your Touch Pro -- leave the defaults and press "start proxy". Then on your linux laptop, go into firefox, type "about:config", and find network.proxy.socks_remote_dns and set it to true (you will only have to do this the first time.) Then in firefox, go to edit, preferences, advanced, network, settings (under connection) and write the IP address Socks Proxy has in its box near the top on your phone in under "SOCKS Host" -- leave the rest blank -- and the port Socks Proxy has as the port (should be 1080.) Make sure it is SOCKS v5 and press okay, and you should be good to browse.
You have to turn proxy mode off on firefox when you are on a normal connection, though. There are some extensions around to make it easier.
Another useful WindowsMobile-side free software I've found really handy for linux is Mocha's free FTP server -- you can use it to browse around on your phone as if you had activesync without telling it to pretend to be a disk.
@ldrn
Thanks for your detailed response and sorry for my late reply.
I'm going to try this tomorrow and will let you know the outcome.
Fingers crossed!
I am using Ubuntu 8.10 on my Thinkpad notebook and on my eee 900 ("easypeasy 1.0"). I had 2 months with internet sharing nd other connection problems until i changed the MTU to 1392 - that did it! I made a new entry "TouchPro" (instead of the "Auto eth2" it used to create by itself), put the correct MAc address and MTU in it - ready.
zh1975 said:
I am using Ubuntu 8.10 on my Thinkpad notebook and on my eee 900 ("easypeasy 1.0"). I had 2 months with internet sharing nd other connection problems until i changed the MTU to 1392 - that did it! I made a new entry "TouchPro" (instead of the "Auto eth2" it used to create by itself), put the correct MAc address and MTU in it - ready.
Click to expand...
Click to collapse
How were you able to change the MTU settings on your touch PRo? I am trying to tether w my xbox 360 and it keeps saying MTU fail!!!

MyCloud/Splashtop = Outside Home Network?

Can I use 3G or say my schools wi-fi to access my home computer?
If you're tethering from 3G, just make sure you portforward your router, and just put your external ip in the settings. Google ipchicken to find out your external ip.
Interesting.
But any idea how do I make my IP fixed?
It seems that the external IP changes whenever I make a new tether connection.
BTW, which port should I forward through?m My 2wire router ask only for the tcp/udp port for forwarding, it does not require me to key in any IP address.
Can you advice?
thanks.
cloud1111 said:
If you're tethering from 3G, just make sure you portforward your router, and just put your external ip in the settings. Google ipchicken to find out your external ip.
Click to expand...
Click to collapse
To work around the dynamic external IP address you can set up a free account at DynDNS:
http://dyn.com/dns/dyndns-free/
The above link will set up a hostname for your IP address and when it changes, DynDNS will automatically update.
To forward the correct ports, go to the website below and choose the router model you have and then select "Splashtop Remote" from the list after that. (You'll get redirected to an AD, just click skip ad at the top right of the page)
http://portforward.com/
If you already know how to forward the ports, they are 6783 to 6785, both TCP & UDP
Splashtop can sign into a Google account and find itself regardless of networks. I've had no troubles hitting my computer from miles away using that method. Being said I nixed my loud and bought splashtop HD, easily with the money.
ryan stewart said:
Splashtop can sign into a Google account and find itself regardless of networks. I've had no troubles hitting my computer from miles away using that method. Being said I nixed my loud and bought splashtop HD, easily with the money.
Click to expand...
Click to collapse
This is the best method, and easiest. I used my above solution when it wouldn't work with my Gmail account. But I already had DYNDNS set up for my media server so I only had to forward the ports.
Sent from my I897 using XDA App
Just a note/caveat they are correct that, no matter what, you are going to need to make sure your route is setup to make your computer connectable on those ports. Otherwise its just going to block the traffic thinking its malicious.
I have run into connectivity errors on some networks because they also block traffic on non-common ports, so if you occasionally cant find yourself that could be it.
thank guys!!
very infomative!
I tried everything.
I forwarded ports on my router.
Disabled my firewalls.
Changed to Static IP on my computer, then router, then both.
Made sure the ip was outside DCHP range.
Rebooted after every change.
Tried DynDNS, but I must be stupid because there's no way to enter a host address in splashtop.
Tried using external programs to set a static internal ip.
Set Splashtop to external/internal IP.
I don't know what the hell it is, but I just can't get this nonsense to work. I don't understand what's so easy about this for some people. I have comcast cable modem attached to n300v3 router over WAN, and nothing I try works. Been at this for 3 days. Time I quit.
Are you doing the google account link? That, along with making the ports pass through on my router, was all I did. Seriously, that is is. Comcast/xfinity with a belkin wifi router.

WiFi Connection Issues

Hello all!
Not sure if this has been posted but I figured I would put up a new post. I am showing that I am connected to my home WiFi but I am not able to actually use it. For instance, I cannot open links or watch YouTube videos. I believe it is the router because I just had a Droid RAZR and my connections to the Internet were not dependable. Currently, I am using AT&T's 2Wire 2701HG-B Gateway router.
Are there any settings that should be adjusted within the router? Encryption type is WPA-PSK. Wireless mode is 802.11g/b.
I just got my S3 yesterday and so far WiFi works in other places. Also, I tried the #*0011# thing and that did not work for me. I've rebooted and factory reset my device. Nothing helps. Anything I can change?
Thanks in advance!
Does your router Administration panel (perhaps accessed via a web browser?) show your phone as connected with an assigned IP address?
- ooofest
ooofest said:
Does your router Administration panel (perhaps accessed via a web browser?) show your phone as connected with an assigned IP address?
- ooofest
Click to expand...
Click to collapse
Now that I'm looking, no it doesn't have it listed there. My phone says its connoted though. I forgot the connection, rebooted the phone and did the #*0011# and reconnected the network. Still the same result. Any ideas?
I've seen some routers being a bit buggy about showing all wireless-connected devices (my dual-band Netgear comes to mind), so I can only think of a few things to check:
This assumes your router is configured for DHCP and that you have addresses available in its configured range, etc.
1. Does anything else use this router successfully to access the Internet?
2. On your phone, Settings -> Wi-Fi->(click on the wireless network you are "Connected" to)->View, does it show an expected speed and a valid IP address from your router?
3. If (2.) revealed a valid IP address on the phone, can you ping that address from another system attached to the same router?
4. Did you connect the phone using a typed-in passphrase on both router and phone or by using the Wi-Fi Protected Setup (WPS) push-button method on the router? I found that, no matter how carefully I typed the passphrase, it often would not connect to my desired network because something was somehow amiss. However, this phone is compatible with using WPS, so I used the router's push-button method and it connected easily + worked fine.
Just some things to check and ensure nothing critical is amiss.
- ooofest
ooofest said:
I've seen some routers being a bit buggy about showing all wireless-connected devices (my dual-band Netgear comes to mind), so I can only think of a few things to check:
This assumes your router is configured for DHCP and that you have addresses available in its configured range, etc.
1. Does anything else use this router successfully to access the Internet?
2. On your phone, Settings -> Wi-Fi->(click on the wireless network you are "Connected" to)->View, does it show an expected speed and a valid IP address from your router?
3. If (2.) revealed a valid IP address on the phone, can you ping that address from another system attached to the same router?
4. Did you connect the phone using a typed-in passphrase on both router and phone or by using the Wi-Fi Protected Setup (WPS) push-button method on the router? I found that, no matter how carefully I typed the passphrase, it often would not connect to my desired network because something was somehow amiss. However, this phone is compatible with using WPS, so I used the router's push-button method and it connected easily + worked fine.
Just some things to check and ensure nothing critical is amiss.
- ooofest
Click to expand...
Click to collapse
1. Yes, my iPad and two laptops.
2. There is a link speed and an IP address but the third number of the IP address on my phone is different than the third number of the IP addresses of the devices listed that connect to the router. I hope I made some type of sense saying that lol! There are about 6 devices listed that connect to the router and the first, second and third numbers are the same. My phone only have the first & second numbers in common.
3. didn't try that because I'm assuming something isn't right from the previous answer.
4. I typed in the pass phrase from my phone. I do not know of any other way to connect the device. I am not familiar with doing it from the admin panel especially since I'm not even seeing the device there.
Thanks again!
Yeah, not getting the proper address range would be indicative of a problem authenticating with the router, I'd suspect. If you are using the default router configuration, it should have an IP address of 192.168.1.x, where x = {some number}
You might try temporarily setting the router to "WEP-Open" and no passphrase on the phone (i.e., connect to the open network) to determine if the phone can obtain a valid IP address from this router before doing more debugging. This might weed out the possibility that this new phone has an inherent problem connecting with your specific router - even though other devices don't have such issues, maybe the Galaxy S III is sensitive in this regard.
Consider ensuring that the "Power setting" in your wireless configuration is at its maximum value (10?).
Aside, I don't know if the latest firmware enables WPA2-PSK, but that utilizes AES and is often more efficient than WPA-PSK, from my understanding. If using WEP-Open works for your new phone in the above test, then consider setting the router to "WPA-PSK and WPA2-PSK" (if it has that value) and try reconnecting using the passphrase (either 10 or 26 letters/numbers) - that setting should be compatible with your other devices and not require them to be reconfigured, I believe.
This topic seems to indicate people have problems with your model of router in making and keeping wireless connections at times, sometimes needing to hardcode the router down to only use "b" protocol (i.e., slower) for maintaining stable connections. I don't think that's the case here, though.
This User Guide (.pdf) for your router model does not seem to show that it offers WPS as an alternative for establishing device connectivity. From my recollection, my phone would only connect reliably to the router using encryption when I used the WPS button on the router. That's why I asked you to set your router to be Open for a test.
- ooofest
I had the same issue as you. I would be connected to my router and nothing at all. I am using a att modem/router along with my netgear wndr3800. But wifi was dropping a lot of the time. I never had this problem before when I had my Rezound. 3 days before I got my S3 I upgraded the firmware on my netgear router. I am guessing my S3 didn't like the firmware update or something. I tried everything in the router settings to doing a factory reset on both the att modem and my netgear router. Nothing... So I honestly thought it was my phone. Called Verizon and asked them to ship me a refurbished. So, I thought I would try one more thing. Revert back to my old firmware on the netgear router. Well it worked. Since Friday night I haven't had the issue you are having. Connected to my home wifi with no drops at all. It could be the firmware. Wonder if you could revert back. On a att modem/router I am not sure.
Sent from my Samsung Galaxy S3
ooofest said:
Yeah, not getting the proper address range would be indicative of a problem authenticating with the router, I'd suspect. If you are using the default router configuration, it should have an IP address of 192.168.1.x, where x = {some number}
You might try temporarily setting the router to "WEP-Open" and no passphrase on the phone (i.e., connect to the open network) to determine if the phone can obtain a valid IP address from this router before doing more debugging. This might weed out the possibility that this new phone has an inherent problem connecting with your specific router - even though other devices don't have such issues, maybe the Galaxy S III is sensitive in this regard.
Consider ensuring that the "Power setting" in your wireless configuration is at its maximum value (10?).
Aside, I don't know if the latest firmware enables WPA2-PSK, but that utilizes AES and is often more efficient than WPA-PSK, from my understanding. If using WEP-Open works for your new phone in the above test, then consider setting the router to "WPA-PSK and WPA2-PSK" (if it has that value) and try reconnecting using the passphrase (either 10 or 26 letters/numbers) - that setting should be compatible with your other devices and not require them to be reconfigured, I believe.
This topic seems to indicate people have problems with your model of router in making and keeping wireless connections at times, sometimes needing to hardcode the router down to only use "b" protocol (i.e., slower) for maintaining stable connections. I don't think that's the case here, though.
This User Guide (.pdf) for your router model does not seem to show that it offers WPS as an alternative for establishing device connectivity. From my recollection, my phone would only connect reliably to the router using encryption when I used the WPS button on the router. That's why I asked you to set your router to be Open for a test.
- ooofest
Click to expand...
Click to collapse
I tried WEEP-Open and that did not allow me to connect either. I did set up WPA2 but I still was not able to connect. The power setting was set to 10. Not sure how to manually add the device which I was going to try. I've forgot it several times and added it again but it does not work. I did connect at a different location. Not sure what else to try. Even tried changing the channel.
iLogikk said:
I tried WEEP-Open and that did not allow me to connect either. I did set up WPA2 but I still was not able to connect. The power setting was set to 10. Not sure how to manually add the device which I was going to try. I've forgot it several times and added it again but it does not work. I did connect at a different location. Not sure what else to try. Even tried changing the channel.
Click to expand...
Click to collapse
If it's not connecting to your router with WEP-Open, then something different is going on. I looked in the manual for MAC Address access lists, but that doesn't appear to be a feature of this router (unless it was added in a firmware update which came after the manual was published - if this was the case, your laptops and iDevice would have had their MAC addresses added to the router as another layer of access control to the WiFi network).
Sorry, I'm out of ideas on this one. You seemed to say that the Samsung connects to other WiFi points, so perhaps there is an inherent incompatibility between this router model and your phone which can be reported to Samsung and/or Verizon Tech Support - for all we know, this is a known issue.
- ooofest
ooofest said:
If it's not connecting to your router with WEP-Open, then something different is going on. I looked in the manual for MAC Address access lists, but that doesn't appear to be a feature of this router (unless it was added in a firmware update which came after the manual was published - if this was the case, your laptops and iDevice would have had their MAC addresses added to the router as another layer of access control to the WiFi network).
Sorry, I'm out of ideas on this one. You seemed to say that the Samsung connects to other WiFi points, so perhaps there is an inherent incompatibility between this router model and your phone which can be reported to Samsung and/or Verizon Tech Support - for all we know, this is a known issue.
- ooofest
Click to expand...
Click to collapse
Thank you for all of your help!
Rams99 said:
I had the same issue as you. I would be connected to my router and nothing at all. I am using a att modem/router along with my netgear wndr3800. But wifi was dropping a lot of the time. I never had this problem before when I had my Rezound. 3 days before I got my S3 I upgraded the firmware on my netgear router. I am guessing my S3 didn't like the firmware update or something. I tried everything in the router settings to doing a factory reset on both the att modem and my netgear router. Nothing... So I honestly thought it was my phone. Called Verizon and asked them to ship me a refurbished. So, I thought I would try one more thing. Revert back to my old firmware on the netgear router. Well it worked. Since Friday night I haven't had the issue you are having. Connected to my home wifi with no drops at all. It could be the firmware. Wonder if you could revert back. On a att modem/router I am not sure.
Sent from my Samsung Galaxy S3
Click to expand...
Click to collapse
I've tried every way possible to find a way to revert back but it does not work. No success. I've noticed that this S3, my old razr, & another android phone does not actually connect. The comet (3rd phone) actually appears on the the panel but the ip address on the phone is different than what is showing on the admin page for my router. The phone does show whereas the razr and s3 never even appear in the list though they say they are connected.
I'm at a dead end
iLogikk said:
I've tried every way possible to find a way to revert back but it does not work. No success. I've noticed that this S3, my old razr, & another android phone does not actually connect. The comet (3rd phone) actually appears on the the panel but the ip address on the phone is different than what is showing on the admin page for my router. The phone does show whereas the razr and s3 never even appear in the list though they say they are connected.
I'm at a dead end
Click to expand...
Click to collapse
To be honest. It's not your phone. I think you said you already did a factory reset on the modem/router correct? If not, do it and revert back to factory settings. If that doesn't work I would call att and tell them to send you another att modem/router. Tell them your wifi is down. Hopefully you'll get everything back to where it was. Good luck.
Sent from my Samsung Galaxy S3
Fix
This is what finally worked after two weeks of researching! Found this here for the toshiba thrive but it worked for mr! http://www.thriveforums.org/forum/t...1-thrive-will-not-connect-t-2wire-router.html
I tried this part but all of my settings were already set to match this....including it because it was part of the process.
--------------------------------------------------------------------------------------------------------------------------------------------------------------
Originally Posted by shakefry
My little sister received a cool Toshiba Thrive for Christmas but the thing will not connect to the proprietary router we have. The router isn't the problem because I've been able to connect a Macbook, 2 PCs, a 3DS and a smartphone to it and they all work as needed. When we put in the password for the connection it saying it is 'scanning' and 'connecting' then disconnects and starts going into a scanning loop saying is scanning then stopping then starting again.
I found a similar topic about this but the thread did not answer my question. I followed all of the steps of given solutions to no avail. And the constant suggestion to set the beacon or preamble differently is highly frustrating because the model router I have does not have such settings (I have gone through all the menus about ten times, literally).
I have also heard that the connection security could be a factor but I am not willing to downgrade my WPA 2 (TKIP & AES) to a WPA 1 or WEP, unless its absolutely necessary. I've been googling for hours so I need a solution or unfortunately we will have to return it for a more compatible device, which would suck because we got this for a good price (new).
Our router is a 2WIRE 3800 hgv-b (we have AT&T Uverse, idk if I should specify anything else)
Any help would be greatly appreciated.
Hi shakefry - Nice to meet you. You are 100 percent right you should not lower your security - WPA2 is the strongest and it does work fine with Thrive. That is what I use.
For some reason the ATT 2-wire routers are the most frustrating, but that is not a problem. We just might have to try a few different things, instead of getting it to connect the first time, so stay with me, OK? big brothers always have to help their little sisters...
----
1. You do not have MAC Filtering enabled,do you? If you do add the Thrive's MAC to the Router's list of permitted devices. Then try connecting.....
2. Not using MAC Filtering, or you added the thrive and still can not connect ......
OK, First ... Lets get the info your Windows Laptop has about your router when it connects
successfully to the 3800HG-B Router via wifi:
On your (Win7?) PC that is successfully connected by wifi to the same network, lets get some wifi settings. Vista - pretty much the same screens, XP a little different looking.
Click on the wifi signal lower right taskbar, open network and sharing center.
click on right side in blue, your network name
Pop up window - click on Details
the detail window opens ...
IPv4 Subnet Mask should be 255.255.255.0, if not we need to change it in the router settings.
This would prevent you from getting to the internet, but with all devices not just thrive.
Copy down IPv4 Default Gateway, and both IPv4 Servers
(Most routers will not need the actual IPv4 addresses in the devices DNS1 and DNS2, but yours might)
Now (no picture) close the DETAILS window and click on WIRELESS PROPERTIES. click on SECURITY tab, then click on SHOW PASSWORD. DO NOT CHANGE THIS FIELD, YOUR PC WILL DISCONNECT. WHAT YOU SEE IN THIS FIELD IS THE CORRECT PASSWORD TO YOUR NETWORK.
(I just want to be 100 percent sure - this is the password you need to log the thrive on. You are pretty sharp with all this stuff, so you know it is case sensitive, don't mistake a "zero" for the cap letter O, etc.
We will try using these when we set Thrive's wifi settings for your network.
(Go to link to find the screenshot)
Now please check the following router summary page by logging on to your router.
Make sure, on the right side it, shows enough DHCP Available, and on that the router
address is still 192.168.1.254
And on the left, the page is exactly the same as below, none of the blank fields are filled in, right?
And the top button is still selected ..... 192.168.1.0/255.255.255.0 (default)
--------------------------------------------------------------------------------------------------------------------------------------------------------------
THIS IS WHERE THE ACTUAL FIX CAME IN
Originally Posted by shakefry
"Would it possibly help if i DID enable filtering? then I could just put in all the device's MAC addresses and maybe it'll be more focused or something?"
No filtering wont "pull in" the devices, through the front door of the router. Filtering will just turn them around and kick them out again if they are not on the "invited to the party" List.
"edit: I just found a similar page, the design is slightly different. The router/gateway address is one number above my DHCP range and it says I have 178 available and there are 12 allocated (weird because we only have 10 devices connected to this thing that I know of)
OK so you have plenty of available IP addresses (DHCP). It is normal to see a couple more than the number of devices you have."
So now you have the info you need to connect the thrive (maybe):
1-Hold the Thrive in portrait mode so the keyboard does not hide the settings
...
2- Go to Settings >> Wireless and Networks >> Wi-Fi settings >> tap your network name, Tap FORGET
Now when your network name shows up again under wifi settings ....
select WPA2
Enter password, it is case sensitive.
3- tap the triangle where it says DHCP, select "static"
enter 192.168.1.173. (a nice odd numbered unused ip, away from the auto assigned ones).
(You are making it an odd number (173) because if you buy, in the future, something like a network drive, or AppleTV, it will probably come with a nice "multiple of five" static number like 150 or 155 or 35
the "CONNECT" is greyed out .... right?
4- enter routers gateway 192.168.1.254
enter prefix 24
enter dns1 192.168.1.254
5- the"CONNECT" brightened up again? Tap CONNECT.
....... OR ..........
CONNECT is still greyed out? Enter DNS2 192.168.1.254, tap CONNECT
ARE YOU CONNECTED???
If NO
1- update the router's firmware - try connecting again
2- We will give up on the 3800 and add your second router, with different sets of DHCP ranges, and broadcasting on a non-conflicting channels to the 3800's channel ( channels 1, 6, and 11 do not conflict with each other - assign one router to channel one and the other to channel 11, and keep them a couple of feet away from each other.
shakefry, Please Let us know how it goes, which solution worked ... so other forum readers can help their little sisters too ....
we are standing by (actually in my comfy recliner waiting ..)
Thanks, bobj
aka Bojo, or Obi-Wan, or RouterRooter
I was able to connect to wifi consistently and access the Internet and YouTube app successfully. Hope this helps someone else!!!
Source: http://www.thriveforums.org/forum/t...1-thrive-will-not-connect-t-2wire-router.html
Glad to hear you got it going. I actually fixed mine about 3 days ago. I read somewhere changing your ssid inside the router helps. Well, I did and it actually worked. I haven't had a problem with my wifi signal yet. On mine what was happening also was whenever my phone would go into sleep for say 5min and I went to use the Internet immediately. It would take the wifi about 20-30secs for the wifi to wake up. So far, since changing my ssid I haven't had that problem at all.
Sent from my Samsung Galaxy S3
iLogikk said:
This is what finally worked after two weeks of researching! Found this here for the toshiba thrive but it worked for mr!
. . .
2- Go to Settings >> Wireless and Networks >> Wi-Fi settings >> tap your network name, Tap FORGET
Now when your network name shows up again under wifi settings ....
select WPA2
Enter password, it is case sensitive.
3- tap the triangle where it says DHCP, select "static"
. . .
4- enter routers gateway 192.168.1.254
enter prefix 24
enter dns1 192.168.1.254
5- the"CONNECT" brightened up again? Tap CONNECT.
....... OR ..........
CONNECT is still greyed out? Enter DNS2 192.168.1.254, tap CONNECT
. . .
Source: http://www.thriveforums.org/forum/t...1-thrive-will-not-connect-t-2wire-router.html
Click to expand...
Click to collapse
Thanks for posting a followup.
Did you delete and re-add the WiFi network on your phone, configuring it for a static route and IP address that was in the range on the router, essentially?
- ooofest

[Q] Bypassing Apt Complex WiFi Splash Page

Hello all,
I've recently moved to an apartment complex with very good community wifi. However, upon connecting to the wifi, I am redirected to a splash page where I input my apartment username/password. This is okay for my PC and android devices but not so good for my PS3, dvd player, and Google Chromecast. I've been looking for a way to bypass this splash page. I have a Linksys E1500 with DD-WRT installed that I think will be helpful in this endeavor. I've found a couple of options online such as:
1) Connect to wifi on PC, then connect PC to router, and activate internet connection sharing -> I tried this but it wasn't working. I wasn't sure what mode my router should be in (AP, client, bridge?) or what local connection to set it to; The instructions weren't clear. Also, I would like to have my own private network fed from the public network.
2) Use router as repeater -> I tried this as well but it didn't really work. I could get Google home page to load but then everything else would say "SSL connection error". I wasn't sure what to do at that point. Instructions were:
"Hard reset the router, then configure the router to 192.168.2.1 and mask 255.255.255.0. Next go to status/wireless and find the AP you want...and click join. When the screen changes to the wireless page, change the dropdown to 'repeater', add virtual interface with new SSID, hit save. Go to Security tab and uncheck everything under Block WAN, save, apply changes. Power cycle then go to basic router setup, assign WAN port to switch, enter opendns for your static DNS as follows
static dns 1 208.67.222.222
static dns 2 208.67.220.220
Then in services tab for dnsmasq put this line:
strict-order
hit save, apply settings again."
3) Use router with DD-WRT to create a tunnel through openVPN -> I didn't know how to configure this and couldn't find instructions.
4) Buy a travel router -> I want to save money so I would like to avoid this option if I can... People claim it works for their hotel splash pages but I don't know if it'll work with mine.
I might have done something wrong during my setup procedures; I can't say for sure. I would gladly try again if someone wants to walk me through the process/troubleshoot. My overall goal is to get my own network set up from the community network without having to deal with the splash page. I hope this is possible. If anyone knows another method I could try, let me know.
My apt complex specs are:
SSID: apartmentcomplex
Security type: none
IPv4: 192.168.1.156
Default Gateway: 192.168.1.1
DHCP Server: 192.168.1.1
Subnet Mask: 255.255.255.0
Splash page is: 192.168.1.1:8000
I appreciate the help.

Categories

Resources