============================================================================ FindHosts v2.0 DHCP Server Log Parser via CGI Distributed under the terms of the GPL See COPYING for more info ============================================================================ FindHosts.pl is a simple perl script that simplifies the management and troubleshooting of a dhcp server. ### Advantages of FindHosts: -It's fast, easy, and easily modified to suit your needs. -Being written in Perl, is multi-platform. Although it's only been used and tested on Linux, it should work well on other Unix-like platforms, and probably the Win32 platform, provided the required packages (below) are installed. ### Prerequisites: FindHosts requires: Perl5, CGI, timelocal, zlib. You'll need to have these installed in order to use LANdb. The Perl stuff can be found at http://www.perl.org/CPAN , although Perl and the CGI module generally comes with most *nix distributions. You'll also need a web server and browser. :) ### Files in this package: /cgi-bin: FindHosts.pl - This is the application. COPYING - The GPL License. Read this for your rights as a user of this software. README - This file. ### General: The documentation is *very* slim right now. Look on the FindHosts website, http://wormhole.anchorageak.net/FindHosts for updates and possibly more documentation. The website is likely to be more updated, as things are added/changed in between versions. -Leif Sawyer leif@gci.net