------------ Original Message ------------ > 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. -- 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/FF34C85E1AB336DB499C4929%40ritz.innovate.net. For more options, visit https://groups.google.com/d/optout.

