There has to be a revserse DNS record for the IP address. If one has not been established then you will not be able to get it's hostname. Is this an IP on your local LAN or on the internet?
ping -a <ipaddress> is what will give you the hostname as long as the record exisit.
NSLOOKUP will do the same thing.
http://support.microsoft.c
Main Topics
Browse All Topics





by: orangutangPosted on 2007-05-06 at 20:30:07ID: 19040868
I think you can do something like:
ping /a google.com
Or am I not understanding your question?