Mon, 15 Dec 2008

Netmap - Django network map

At my current job we have no solid documentation of what ip's are in use and if any have been reserved for upcoming projects or have been taken as virtual or fallback ips. so my remmedy to this was to create a quick django app to record hosts and display available ips.


Netmap uses a cronjob running nmap to dump network info in to files in /tmp, after a file is recorded its parsed and logged, also the nmap scan should be run as a standard user. Ips displayed with the django app hold info regarding hostname, status, if the ip has been reserved, a generic note field, and which network the ip is on.



netmap.tar.gz

posted at: 07:33 | Tags | path: /sysadmin | permanent link to this entry