Determining The Computer Name Associated With An IP Address (Windows 2k/XP/2003)
Finding the IP address assigned to a computer is very simple. All you have to do is open the command prompt and use the IPCONFIG command. If you want to find the IP address associated with a specific computer name, you can use the NBTSTAT command. The syntax for doing so is as follows:
NBTSTAT -a <computername>
What if you want to find the computer name associated with a specific IP address? The solution is simple. You can once again find the information you are looking for using the NBTSTAT command, only this time with a different switch. Instead of using -a, you will use -A and specify an IP address as shown below:
NBTSTAT -A <ipaddress>
The results will tell you the computer name that is currently associated with the IP address you have specified.
--------------------------------------
Charnsak Srisawatsakul (Joyce)
Product Programme IT Team.
Loan and Related System.
Bangkok Bank Public Company Limited.
7664
----------------------------------
Confidentiality and Disclaimer
This e-mail and any attachments hereto (the E-mail) may contain information which is confidential and/or proprietary and transmitted for the sole use of the recipient(s) named above and for the intended purpose only. If you are not the intended recipient of the E-mail, you are hereby notified that any review, copy, retransmission, distribution, or use of the E-mail in any manner for any purpose is strictly prohibited and please notify the sender, delete the original of the E-mail and destroy all copies immediately. Bangkok Bank accepts no responsibility for any mis-transmission or virus contamination of, or interference with, the E-mail, or for any loss or damage that may be incurred as a result of the use of any information contained in the E-mail.