Content here is by:
Michael Still
mikal@stillhq.com

All my Open Source projects
Extracted view of CVS
Home
Site map

See recent comments. RSS feed of all comments. Raw dump of all comments for research purposes.

ImageMagick book
MythTV book








Subnet mapper is a simple set of scripts for generating maps of TCP/IP subnets. It only mapps hosts etc that appear on a traceroute, so it wont work with anything lower than a layer 4 host.

I guess I think of it as a poor man's visio.


Sat, 17 Mar 2001



Release 0.1

    Well, the assignment is finally submitted, so I can release some code. The code is pretty basic at the moment, but next time I get bored with Panda I will work on it more...

    The code:
  • dnsscan
  • buildtrace
  • netmap
  • genlevel

    You will also need PandaScript before you will be able to generate any maps...

    To use subnetmapper, just edit the subnets you would like scanned in dnsscan, and then run the commands in the order they are listed above.

posted at: 04:00 | path: /subnetmapper | permanent link to this entry


Thu, 08 Mar 2001



Why did you write it?

    Cause I had to for a uni assignment. Well sort of. I had to generate a map of a subnet with ping and traceroute, and decided it was more logical to write a little script instead.

posted at: 04:00 | path: /subnetmapper | permanent link to this entry