November 30th, 2011, 12:22 PM
|
#6 (permalink)
|
|
Member
Join Date: Nov 2011
Location: Virginia
Posts: 108
Device(s): Samsung Epic 4G, HTC Evo Shift, Kindle Fire, Samsung Galaxy 7 PLUS
Thanks: 9
Thanked 3 Times in 3 Posts
|
Hmm, ok so I am assuming you are hooked to your internal wifi, and for whatever reason your internal DNS/name resolution servers are not finding those hosts when not fully qualified. As John Redcorn pointed out that probably means the PCs in your domain have a DNS/domain suffix defined.
In linux we can do this by editing /etc/resolv.conf to include the following on the top line (* but I have not tried this on android before and my phone doesn't have the file so no guarantees):
Quote:
|
Originally Posted by top line of /etc/resolv.conf - UNTESTED ON ANDROID
search us.blah.com uk.blah.com devnet.blah.com richmondcomms.com
|
======
If all else fails, you could get a list of the servers needed and their IP addresses and add them to /etc/hosts on the tablet, I notice my phone does have that file but I do not know if it uses it.
|
|
|