IP Listing on network

B

bweldon

Hello

I need a tool that list all IP address that are used on the network (Windows
2000 server).

Thanks
 
R

Robert L [MS-MVP]

the DHCP should list all IPs if you have DHCP server. Alternatively, use a
command line quoted from http://www25.brinkster.com/ChicagoTech
How to ping on the entire subnet

For example, to ping 192.168.0.1 to 192.168.0.255, use "FOR /L %i IN
(1,1,255) DO ping -a 192.168.0.%i" command. Note: (1,1,255) - (start, step,
end) and %i is the variable.
--
For more and other information, go to
http://www25.brinkster.com/ChicagoTech


Don't send e-mail or reply to me except you need consulting services.
Posting on MS newsgroup will benefit all readers and you may get more help.

Robert Lin, MS-MVP, MCSE & CNE
Windows & Network Support, Tips and FAQs on
http://www25.brinkster.com/ChicagoTech
This posting is provided "AS IS" with no warranties.
 

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

Top