Locating Duplicate IP Address?

  • Thread starter Thread starter Ben
  • Start date Start date
B

Ben

Hi,

We have someone on our network who keeps changing their IP address, and its
causing conflicts with other IPs already in use. Is there away to determin
who this is? Maybe some tool?

We're using Win2000 SP4 in a 2000 domain and AD
 
Ben said:
Hi,

We have someone on our network who keeps changing their IP address, and its
causing conflicts with other IPs already in use. Is there away to determin
who this is? Maybe some tool?

We're using Win2000 SP4 in a 2000 domain and AD

Next time you experience the conflict, run this command
from a Command Prompt:

nbtstat -A 192.168.0.44

It will tell you the name of the user who uses 192.168.0.44,
and the name of the machine. Note that the switch "-A" is case
sensitive.
 
Pegasus (MVP) said:
Next time you experience the conflict, run this command
from a Command Prompt:

nbtstat -A 192.168.0.44

It will tell you the name of the user who uses 192.168.0.44,
and the name of the machine. Note that the switch "-A" is case
sensitive.

Hi,

Thanks for the reply. I'll try this the next time we have the conflict.

Cheers

Ben
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top