DHCPDman
betaDescription
DHCPDman is a python/pygtk project aimed at providing a single interface for managing a single DHCP server.
Categories
License
Update Notifications
User Ratings
User Reviews
-
Compiled on RHEL 5.8 w/o issue except MANY DeprecationWarnings. In lieu of editing all of the src code - I changed the first line of src/dhcpdman.py from #!/usr/bin/python to #!/usr/bin/python -W ignore::DeprecationWarning and recompiled to suppress them. Other than that seems like it could be a valid Solaris /usr/sadm/admin/bin/dhcpmgr like replacement for Linux.