Given an IP address how to find computer name?

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi,

I have a network with several Windows XP workstations and a Windows 2003
server. All of the workstations belong to the same domain. The router that
I use to connect this network to the the internet has a utility that allows
me to monitor bandwidth usage by IP address. It doesn't give me any
information on the computer name or the user who is logged in. I was just
wondering if there is an easy way I can find out what computer name or user
corresponds to a given IP address.

Thanks,
Paul
 
Paul-

There are a few ways, ill suggest what I generally do but without knowing
your environment these may not work.

If your using DHCP from the w2k3 server then you should be able to go into
DHCP Manger and look at the leases and determine what the computer name of
the given ip address lease is.

If you are not often depending on your network is setup you can simply go to
the cmd prompt and to a tracert xxx.xxx.xxx.xxx where xxx is the ip address
and see if the name of the computer comes up.

Last option and one that I use most often is to use a tool from sysinternals
who it seems microsoft has purchased now that will give you all of this.

http://www.microsoft.com/technet/sysinternals/utilities/PsLoggedOn.mspx

Logged in name, domain, computer etc

Hope this helps..

Michael
 
Also you can resolve the address to hostname by using ping -a ip if you have correct DNS setup.

Bob Lin, MS-MVP, MCSE & CNE
Networking, Internet, Routing, VPN Troubleshooting on http://www.ChicagoTech.net
How to Setup Windows, Network, VPN & Remote Access on http://www.HowToNetworking.com
Hi,

I have a network with several Windows XP workstations and a Windows 2003
server. All of the workstations belong to the same domain. The router that
I use to connect this network to the the internet has a utility that allows
me to monitor bandwidth usage by IP address. It doesn't give me any
information on the computer name or the user who is logged in. I was just
wondering if there is an easy way I can find out what computer name or user
corresponds to a given IP address.

Thanks,
Paul
 
Back
Top