I'm using a Samsung Galaxy Tab (3.2 Android OS) on a wireless network to access an intranet site. I can access the site perfectly from a laptop connected (wireless) to the intranet site, but not with the Galaxy Tab. It's saying that it cannot locate the remote server (this is baffling). Additionally, I have tried several browsers: Firefox, Opera, and Android browser. Has anyone experienced something similar or have an idea what the problem may be. Thanks!
Tell me more
×
Android Enthusiasts Stack Exchange is a question and answer site for
enthusiasts and power users of the Android operating system. It's 100% free, no registration required.
|
|
It may be that your intranet sites are actually hosted on another subnet, and access is through a proxy server. Direct DNS lookup, and even IP routing to the host may not be possible. The browser on your laptop might be automatically configuring the proxy, whereas the tab would not. I can be tricky to determine where the proxy server is, however it maybe possible with netstat and a little knowledge. On the laptop, start downloading a large file from the intranet, and run this from a command prompt: netstat -an Look for a connection on a port like 80, 8080, 443, or 8443. This would be the server you need to configure as your proxy server on the tab. It's also worth exploring the DNS suffix options suggested above. |
|||
|
|