In Windows NT, 2000, and XP, how can I find the IP address of another networked computer?
In Windows NT, 2000, and XP, you can
find the IP address of another networked computer by using
the nslookup utility. Using the fully qualified
domain name (FQDN) of a networked computer,
nslookup will query a DNS server and return
the IP address that corresponds to that domain name.
To find the IP address of another computer, follow these steps:
- From the
Startmenu, selectRun....
- In the "Open:" field, type
cmdand press theEnterkey.
- At the command prompt, type
nslookupplus the domain name of the computer you want to look up, and then pressEnter. For example, to find the IP address for www.indiana.edu, you would type: nslookup www.indiana.eduThis command will return the following information:
Server: ns.indiana.edu Address: 129.79.1.1 Name: indiana.edu Address: 129.79.1.61The first two lines show the domain name and IP address of the DNS server that answered the
nslookupquery. The next two lines show the domain name and IP address of the computer for which you were searching. - When you're finished, type
exitand press theEnterkey to return to Windows.
Note: Windows 95, 98, and
Me did not come with nslookup functionality as
part of the operating system. To have similar functionality on those
systems, you need to install an alternative third-party program.
Last modified on May 13, 2009.







