Re: [WISPA] Web Based DNS package

2010-02-08 Thread eje
16:20:03 To: WISPA General List Subject: Re: [WISPA] Web Based DNS package 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

Re: [WISPA] Web Based DNS package

2010-02-08 Thread Blake Covarrubias
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.n

Re: [WISPA] Web Based DNS package

2010-02-08 Thread Josh Luthman
One exists. You need it for vmpsd. Josh Luthman Office: 937-552-2340 Direct: 937-552-2343 1100 Wayne St Suite 1337 Troy, OH 45373 “Success is not final, failure is not fatal: it is the courage to continue that counts.” --- Winston Churchill On Mon, Feb 8, 2010 at 7:20 PM, Matt Jenkins wrote:

Re: [WISPA] Web Based DNS package

2010-02-08 Thread Matt Jenkins
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 > dn

Re: [WISPA] Web Based DNS package

2010-02-08 Thread Matt Jenkins
That is exactly what I want. I missed the recursor line when glancing through that documentation. I just want to run a nameserver for our internal management servers that access SMs. So there wont be more than 15 or 20 systems using this for all of their dns lookups. Blake Covarrubias wrote: >

Re: [WISPA] Web Based DNS package

2010-02-08 Thread Blake Covarrubias
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 forwarde

Re: [WISPA] Web Based DNS package

2010-02-08 Thread Jon Auer
Forwarders? Like a secondary DNS server for a BIND server? I click add slave zone in poweradmin, enter the zone name and name server IP and it just works. Gotta make sure the bind server is set up to allow the powerdns server's IPs to do a zone transfer or whatever it does to make it work. On Mon,

Re: [WISPA] Web Based DNS package

2010-02-08 Thread Matt Jenkins
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 w

Re: [WISPA] Web Based DNS package

2010-02-08 Thread Blake Covarrubias
Another vote for PowerDNS with PowerAdmin. We're actually running PowerDNS as a hidden primary master with BIND 9 handling the external queries. We didn't want our DNS to be dependent on the availability of SQL, but needed fast web-based administration, and that setup proved to be a nice middle

Re: [WISPA] Web Based DNS package

2010-02-08 Thread Matt Jenkins
Thanks, that seems to work well. This is so much easier to use than Bind9 with DLZ! Jon Auer wrote: > We are using poweradmin at the moment. Http://poweradmin.org > > On Feb 8, 2010 2:18 PM, "Matt Jenkins" wrote: > > Is there a GUI for this? > > Jon Auer wrote: > Webmin can handle this with p

Re: [WISPA] Web Based DNS package

2010-02-08 Thread Jon Auer
Custom perl script that creates allowed-hosts list from a mysql table. Currently working on a custom dhcp server in python running directly off postgresql because I'm not happy with the database hacks on top of isc dhcpd. On Feb 8, 2010 12:09 PM, "Matt Jenkins" wrote: Along the same lines. For

Re: [WISPA] Web Based DNS package

2010-02-08 Thread Jon Auer
We are using poweradmin at the moment. Http://poweradmin.org On Feb 8, 2010 2:18 PM, "Matt Jenkins" wrote: Is there a GUI for this? Jon Auer wrote: > Webmin can handle this with plain old Bind (4/9). > We used it before switching t... --

Re: [WISPA] Web Based DNS package

2010-02-08 Thread Matt Jenkins
Is there a GUI for this? 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 wrote: >> We have two Ubuntu servers running Bind9 I am loo

Re: [WISPA] Web Based DNS package

2010-02-08 Thread Matt Jenkins
ist" > Sent: Monday, February 08, 2010 9:03 AM > Subject: [WISPA] Web Based DNS package > > >> 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 ot

Re: [WISPA] Web Based DNS package

2010-02-08 Thread Jerry Richardson
ginal Message - From: "Alan Long" To: "'WISPA General List'" Sent: Monday, February 08, 2010 9:12 AM Subject: Re: [WISPA] Web Based DNS package > Webmin should do it.. > > > Aerowire > Alan Long > Director

Re: [WISPA] Web Based DNS package

2010-02-08 Thread Scott Piehn
: "Alan Long" To: "'WISPA General List'" Sent: Monday, February 08, 2010 9:12 AM Subject: Re: [WISPA] Web Based DNS package > Webmin should do it.. > > > Aerowire > Alan Long > Director of Network Operation

Re: [WISPA] Web Based DNS package

2010-02-08 Thread Eje Gustafsson
WISPA General List' Subject: Re: [WISPA] Web Based DNS package Webmin should do it.. Aerowire Alan Long Director of Network Operations alan.l...@aerowire.net 687 North Dean Road Auburn, AL 36830 tel: 3342759998 mobile:

Re: [WISPA] Web Based DNS package

2010-02-08 Thread Jory Privett
try Power DNS Nice GUI MySQL driven and very pwoerful - Original Message - From: "Scott Piehn" To: "WISPA General List" Sent: Monday, February 08, 2010 9:03 AM Subject: [WISPA] Web Based DNS package > We have two Ubuntu servers running Bind9 I am

Re: [WISPA] Web Based DNS package

2010-02-08 Thread Alan Long
...@wispa.org [mailto:wireless-boun...@wispa.org] On Behalf Of Scott Piehn Sent: Monday, February 08, 2010 9:04 AM To: WISPA General List Subject: [WISPA] Web Based DNS package 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

Re: [WISPA] Web Based DNS package

2010-02-08 Thread Jon Auer
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 wrote: > We have two Ubuntu servers running Bind9  I am looking for a web based > control panel to > > manage b

Re: [WISPA] Web Based DNS package

2010-02-08 Thread Chuck Hogg
08, 2010 10:04 AM To: WISPA General List Subject: [WISPA] Web Based DNS package 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

[WISPA] Web Based DNS package

2010-02-08 Thread Scott Piehn
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 -