Click to See Complete Forum and Search --> : Want to find out machine name on the net from the IP address


hasmukh panchal
February 10th, 2000, 12:31 PM
Hi,

I Have an IP address of the machine on the network and i want to find out Machine name of that PC. How can i do that? If you have any solution then let me know about it ASAP. It is urgent

tdrury
February 22nd, 2000, 03:22 PM
run:
nslookup 192.168.1.1 (or whatever)

that should return the DNS server name performing the lookup and the IP and hostname from the DNS.

-tim