How to generate a network map?

5

We have a range of static IP address at our lab and I don't recall which IP address are being used. Is there a program for OS X that can scan a range of IP address and tell us if a computer/router/or printer is using it? Need to do this so we can figure out which IP address we can still assign (our lab manager is on vacation for a few weeks and we can't find out if there is a list somewhere of what addresses are assigned).

Thanks!!

evan

Posted 2010-07-19T23:40:45.527

Reputation: 363

Answers

2

Angry IP Scanner is probably the best tool for this on Windows and I have not personally tested it, but I have seen that it is also available for Macs.

Download Link

William Hilsum

Posted 2010-07-19T23:40:45.527

Reputation: 111 572

I checked this out, it's very simple and does the trick. thanks! – evan – 2010-07-20T00:35:17.730

9

Probably the best network scanner out there:

http://nmap.org/

OS X installation:

http://nmap.org/book/inst-macosx.html

To ping a range of IP's:

nmap -sP 192.168.2.0/24

tovare

Posted 2010-07-19T23:40:45.527

Reputation: 583

1

Fact: This is the tool Trinity used in The Matrix Reloded. http://nmap.org/movies.html ... and remember to set your terminal colors to green on black before running :-)

– tovare – 2010-07-20T00:30:50.883

I actually tried nmap's gui earlier today and I didn't trust the results. The commands line works perfectly though. Thanks! – evan – 2010-07-20T00:32:42.800

2

You need to be careful with this. If youhave devices such as laptops or desktops which may be turned off then they won't respond to a ping or any type of other scan. Your best bet is to run an IP scanner several times throughout the day and throughout the week and take the machines which respond and add them to the list of used IPs.

Daisetsu

Posted 2010-07-19T23:40:45.527

Reputation: 5 195