> Date: Tuesday, May 31, 2016 10:25:04 +0530 > From: Mangesh Sambare <[email protected]> > >> On Mon, May 30, 2016 at 8:34 PM, Richard wrote: >> >> > Date: Monday, May 30, 2016 19:26:44 +0530 >> > From: Mangesh Sambare <[email protected]> >> > >> > Hi guys, >> > >> > Hope you are great. I am newbie in android. I am struggling at >> > one issue. please help me. please see following link. >> > Here is my question : >> > http://stackoverflow.com/q/37525371/5015103?sem=2 >> >> >> Since you are trying to look up private network address information >> your machine/device would need to be using the DNS server (either >> by default or explicitly, as you do with your "dig") that holds >> that detail. If your machine/device is assigned (as part of it's >> IPaddress allocation) or configured to use a public DNS server it >> won't be able to see the information for the private network. >> >> There are various android apps that will show you the DNS server(s) >> that your device is using. What DNS servers are assigned, in a >> dynamic IPaddress environment, is handled at the network level. >> Some android (network oriented) apps let you specify the DNS >> server(s) for their purposes, but I don't believe that there is an >> open way to change this at the device level. >> > > > @Richard: Thanks for your valuable reply. I helps me. > But How I can configure DNS server for my linux base system. Could > you please share some demo/procedure for it. >
Setting up a DNS server is very off-topic for this list. A quick search in your search-engine of choice should turn up the information you need for that task. If you need assistance beyond that, you might try a linux-centric mailing list or forum. -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/android-developers. To view this discussion on the web visit https://groups.google.com/d/msgid/android-developers/2533AAD5CAAB94C571052517%40ritz.innovate.net. For more options, visit https://groups.google.com/d/optout.

