Are you wanting something with SQL support so you can create DHCP reservations quickly and easily?
You're right, a good SQL-based solution does not exist. We make use of isc-dhcpd's OMAPI interface to manage DHCP reservations in our network. http://en.wikipedia.org/wiki/OMAPI http://www.bind9.net/dhcpd.8 (search for OMAPI) I'm not a C programmer and thus cannot utilize this API directly in our provisioning scripts, so I use a command-line utility called omcmd (http://freshmeat.net/projects/omcmd/) which I wrap my provisioning scripts around. Works very well for us. I had some issues compiling it on FreeBSD, but it just involved a simple modification to the Makefile to get to build. It may compile cleanly on other systems. -- Blake Covarrubias On Feb 8, 2010, at 5:20 PM, Matt Jenkins wrote: > Now I just need to find a dhcp server that can use mysql.... Yet a good > one does not exist. > > Blake Covarrubias wrote: >> I assume you want this. >> >> http://downloads.powerdns.com/documentation/html/recursion.html >> >> Although I would take the advice of the documentation's author and utilize >> dnscache for recursive queries. >> >> -- >> Blake Covarrubias >> >> On Feb 8, 2010, at 2:19 PM, Matt Jenkins wrote: >> >>> How do I configure forwarders in powerdns? Maybe I am having a slow day >>> but I just cannot figure this out and am tired of looking. I am hoping >>> you know off the top of your head. Thanks >>> >>> Jon Auer wrote: >>>> Webmin can handle this with plain old Bind (4/9). >>>> We used it before switching to PowerDNS with a database backend and >>>> our own control panel. >>>> >>>> On Mon, Feb 8, 2010 at 9:03 AM, Scott Piehn <[email protected]> wrote: >>>>> We have two Ubuntu servers running Bind9 I am looking for a web based >>>>> control panel to >>>>> >>>>> manage both at the same time >>>>> setup dns management for other domains. Kind of like reselling web >>>>> hosting >>>>> >>>>> >>>>> >>>>> Any recommendations that people are willing to share >>>>> >>>>> >>>>> --------------------------------------------- >>>>> Scott Piehn >>>>> >>>>> >>>>> >>>>> -------------------------------------------------------------------------------- >>>>> WISPA Wants You! Join today! >>>>> http://signup.wispa.org/ >>>>> -------------------------------------------------------------------------------- >>>>> >>>>> WISPA Wireless List: [email protected] >>>>> >>>>> Subscribe/Unsubscribe: >>>>> http://lists.wispa.org/mailman/listinfo/wireless >>>>> >>>>> Archives: http://lists.wispa.org/pipermail/wireless/ >>>>> >>>> >>>> -------------------------------------------------------------------------------- >>>> WISPA Wants You! Join today! >>>> http://signup.wispa.org/ >>>> -------------------------------------------------------------------------------- >>>> >>>> WISPA Wireless List: [email protected] >>>> >>>> Subscribe/Unsubscribe: >>>> http://lists.wispa.org/mailman/listinfo/wireless >>>> >>>> Archives: http://lists.wispa.org/pipermail/wireless/ >>> >>> -------------------------------------------------------------------------------- >>> WISPA Wants You! Join today! >>> http://signup.wispa.org/ >>> -------------------------------------------------------------------------------- >>> >>> WISPA Wireless List: [email protected] >>> >>> Subscribe/Unsubscribe: >>> http://lists.wispa.org/mailman/listinfo/wireless >>> >>> Archives: http://lists.wispa.org/pipermail/wireless/ >> >> >> >> -------------------------------------------------------------------------------- >> WISPA Wants You! Join today! >> http://signup.wispa.org/ >> -------------------------------------------------------------------------------- >> >> WISPA Wireless List: [email protected] >> >> Subscribe/Unsubscribe: >> http://lists.wispa.org/mailman/listinfo/wireless >> >> Archives: http://lists.wispa.org/pipermail/wireless/ > > > -------------------------------------------------------------------------------- > WISPA Wants You! Join today! > http://signup.wispa.org/ > -------------------------------------------------------------------------------- > > WISPA Wireless List: [email protected] > > Subscribe/Unsubscribe: > http://lists.wispa.org/mailman/listinfo/wireless > > Archives: http://lists.wispa.org/pipermail/wireless/ -------------------------------------------------------------------------------- WISPA Wants You! Join today! http://signup.wispa.org/ -------------------------------------------------------------------------------- WISPA Wireless List: [email protected] Subscribe/Unsubscribe: http://lists.wispa.org/mailman/listinfo/wireless Archives: http://lists.wispa.org/pipermail/wireless/
