FindHosts is a CGI application written in Perl that will help simplify DHCP server troubleshooting, management, and reporting.
You can search for partial or exact entries by either MAC or IP address
The output is a simple formatted table that shows the chain of events as logged by the dhcp server. Different actions are color-coded so that transactions are simple to pick out of the log.
FindHosts requires the following modules from CPAN:
Time::Time-modules, 99.0623 or later
Compress::Zlib, 1.07 or later
I've mirrored local copies here as well.
I've also included two PERL scripts which I use to keep track
of the scope status:
dhcp-status will print out a table of scopes and their
utilization.
dhcp-mrtg will read the output of dhcp-status, and depending on
the configuration, will output results formatted for MRTG.
FindHosts is released to the public under the terms of the GNU GPL. please read the COPYING file for more information on your rights under the license.
Download the latest copy