Hi friends..
Reverse lookup is not working for some ip.
nslookup www.aircell.com gives 74.50.0.200 but
nslookup 74.50.0.200 gives sirona.lunarser vers.com
To perform DNS i'm using this code
String tmp = InetAddress.get ByName(temp1.ge tAuthority()).g etCanonicalHost Name();
where temp1 gets ip address at run time. How to solve this problem?
Thanks..
Reverse lookup is not working for some ip.
nslookup www.aircell.com gives 74.50.0.200 but
nslookup 74.50.0.200 gives sirona.lunarser vers.com
To perform DNS i'm using this code
String tmp = InetAddress.get ByName(temp1.ge tAuthority()).g etCanonicalHost Name();
where temp1 gets ip address at run time. How to solve this problem?
Thanks..
Comment