How to find all static IP addresses in use

How can I find all static IP addresses in use on Windows NT server? We have several printers and PCs with static addresses, but they are not in the Reservations list, and do not show up in the Active Leases because they don't use DHCP.

Windows Networking 2246 This topic was started by ,


data/avatar/default/avatar26.webp

21 Posts
Location -
Joined 2002-01-17
How can I find all static IP addresses in use on Windows NT server? We have several printers and PCs with static addresses, but they are not in the "Reservations" list, and do not show up in the "Active Leases" because they don't use DHCP. I want to be sure I don't assign the same static IP address to some new wireless units we just got, but, other than trial and error through pinging addresses, I'm not sure how to do it.
Thanks for any help.

Participate on our website and join the conversation

You have already an account on our website? Use the link below to login.
Login
Create a new user account. Registration is free and takes only a few seconds.
Register
This topic is archived. New comments cannot be posted and votes cannot be cast.

Responses to this topic


data/avatar/default/avatar21.webp

1 Posts
Location -
Joined 2002-08-16
Let´s say, you got 1000 computers, then you would youse ipconfig on all 1000. Good luck. when you are so stupid, then don´t say anything

data/avatar/default/avatar35.webp

19 Posts
Location -
Joined 2002-04-07
Where did he say anything about 1000 PCs? He just wanted to know...
Quote:How can I find all static IP addresses in use on Windows NT server?and I gave a correct answer.

data/avatar/default/avatar19.webp

3857 Posts
Location -
Joined 2000-03-29
Quote:Let´s say, you got 1000 computers, then you would youse ipconfig on all 1000. Good luck. when you are so stupid, then don´t say anything

I couldn't agree more, therefore I will ask you once not to bash other users. A simple batch deployment could ask each machine to pipe the output to a file and then upload those files to a given target if needed.

data/avatar/default/avatar16.webp

1615 Posts
Location -
Joined 2000-03-25
Quote:Let´s say, you got 1000 computers, then you would youse ipconfig on all 1000. Good luck. when you are so stupid, then don´t say anything

nice first post, DICK!

data/avatar/default/avatar19.webp

690 Posts
Location -
Joined 2000-05-21
Quote:Where did he say anything about 1000 PCs? He just wanted to know...
We have several printers and PCs with static addresses
Easily missed, especially as the first sentence was a little misleading, but there you go

data/avatar/default/avatar05.webp

1 Posts
Location -
Joined 2002-08-25
I read a section in the book "Hacking Exposed 2nd".
They mentioned something about "Ping Sweep" which is a part of tools for finger-printing.
 
Whatever your intention is, the pingsweep is a very good tool to see which IP address(es) is (are) alive (being used).
 
Another way is to write a script, based on your subnet masking -- and tries to ping *every* IP address in your calculated subnet.
 
Another method is -- if you happened 2 be the sys-admin of the DHCP server... )

data/avatar/default/avatar15.webp

114 Posts
Location -
Joined 2001-02-27
Quote:A simple batch deployment could ask each machine to pipe the output to a file and then upload those files to a given target if needed.

Hi clutch,
How does that work? I'm interested. thanks

data/avatar/default/avatar19.webp

3857 Posts
Location -
Joined 2000-03-29
I would have to dig up this Excel spreadsheet that I have that does it. If I find it again, I'll send it to you.