From a command line on a different computer on the same network you can also do a "ping -a xxx.xxx.xxx.xxx"
Main Topics
Browse All TopicsDoes anyone know of a command or utility in which I can enter an I.P. address and have it tell me the name of the computer that is currently using that I.P on my network?
From a command line, I can ping a computer name and it will tell me the I.P. but not vice-versa. Any suggestions?
This Question has been solved and asker verified All Experts Exchange premium technology solutions are available to subscription members.
Experts Exchange has been collecting answers to technology questions since 1996…3 million and counting! If you have a question, chances are we already have your answer.
If you can't find the exact answer you're looking for, ask our exclusive community of 50,000 experts. You’ll get a personalized answer from a trusted professional.
Thousands of free tech tips, tricks, how-to’s and tutorials are available in our peer reviewed articles section. See for yourself how smart our experts are, no login required.
Access the answers to your technology questions today.
30-day free trial. Register in 60 seconds.
Members of the expert community talk about why the experience at Experts Exchange is different than what you will find anywhere else.

Try it out and discover for yourself.
30-day free trial. Register in 60 seconds.
Join the community of experts here and help other tech pros by answering question in your area of expertise. You can earn FREE access to all Experts Exchange's premium features and resources.
If you are running netbios, then yes the nbtstat -a "ip address" will work. If you are not running netbios, then nbtstat willnot work.
If you are properly setting up ptr records and you are running Windows, then "ping -a" will work.
If you are properly setting up ptr records and running Linux then "dig -x a.b.c.d" where a.b.c.d is the IP address will work.
If you are not properly setting up ptr records, then there is no command.
Business Accounts
Answer for Membership
by: JABrownPosted on 2007-08-03 at 12:18:51ID: 19627745
I think I found my answer already. From a command line, use nbtstat -a "ip address" (without the quotes) and it displays the machine name currently using that I.P.