in reply to Re: How to get Remote system hostnames in LAN?
in thread How to get Remote system hostnames in LAN?

for gethostbyaddr to work, every IP address in the LAN must have a corresponding entry in the DNS. it is called reverse DNS lookup.

the host from where your program runs, must know, where to find that information, so first it looks it up locally in a file ( c:\windows\system32\drivers\etc\hosts on Windows XP) and makes a query to a DNS server.

so, if you are not running a DNS server in your LAN, you must edit your systems hosts file...

:)))))
  • Comment on Re^2: How to get Remote system hostnames in LAN?