[android-developers] Re: How to setup the DNS to access the external nework

2009-03-25 Thread David Turner
On Wed, Mar 25, 2009 at 10:42 AM, lianwei wrote: > > No, I check it with nslookup, and found that the DNS server can not > return a IP address for the external network. So this is the root > cause, but how to make it worked in Android Emulator? Do I need to > find a available DNS server, or some

[android-developers] Re: How to setup the DNS to access the external nework

2009-03-25 Thread lianwei
No, I check it with nslookup, and found that the DNS server can not return a IP address for the external network. So this is the root cause, but how to make it worked in Android Emulator? Do I need to find a available DNS server, or some other settings? -Lianwei On Mar 25, 5:27 pm, David Turner

[android-developers] Re: How to setup the DNS to access the external nework

2009-03-25 Thread David Turner
Are you sure the DNS server you use is capable of returning IP addresses for non-local domains ? On Wed, Mar 25, 2009 at 8:53 AM, lianwei wrote: > > Hi all, > > I can not access the external network because of DNS problem, below is > my steps: > > 1. Setup DNS > ./adb shell setprop net.dns1

[android-developers] Re: How to setup the DNS to access the external nework

2009-03-25 Thread lianwei
Where can I find the Ipconfig? is it ifconfig? -Lianwei On Mar 25, 4:11 pm, Eric Chan wrote: > Push a Ipconfig file to you phone or emulator > Best Regards > > Eric Chan > > On Wed, Mar 25, 2009 at 4:00 PM, lianwei Wang wrote: > > > More info, It can access the external network with IP address.

[android-developers] Re: How to setup the DNS to access the external nework

2009-03-25 Thread Eric Chan
Push a Ipconfig file to you phone or emulator Best Regards Eric Chan On Wed, Mar 25, 2009 at 4:00 PM, lianwei Wang wrote: > More info, It can access the external network with IP address. > > > 2009/3/25 lianwei > > Hi all, >> >> I can not access the external network because of DNS problem, bel

[android-developers] Re: How to setup the DNS to access the external nework

2009-03-25 Thread lianwei Wang
More info, It can access the external network with IP address. 2009/3/25 lianwei > Hi all, > > I can not access the external network because of DNS problem, below is > my steps: > > 1. Setup DNS > ./adb shell setprop net.dns1 xx.xx.xx.xx > > I can successful access the internal network wit