Bind 9 administration module(s)

Many years ago I wrote a simple perl wrapper for bind 4.x. Now I need
to develop a set of scripts to front-end most DNS administration
tasks. My old script is not up to the task and not even useful as a
starting point. I have a couple hundred zone files.

Here's what I *think* I want to do.
1) Store everything in a mysql DB
2) Run from the master but also manage the slaves' named.conf files
(code not process)
3) Create named.conf and zone files on the fly as edits are made
(ensures files match DB records)
4) Manage forward and reverse records
5) Manage zone files (header)
6) Syntax and error checking
7) Web interface
8) Limit scope to Bind 9.x on UNIX/Linux


I don't want to reinvent the wheel. I have been searching CPAN and
not
coming up with much. I found peices and parts much of it old and
incomplete. One note, I am fairly weak when it comes to Perl OO
programing, but I'll learn.


I am open to any sugestions, but I am especially in need of advice
concerning modules and scripts I can incorporate. Failing that, I'll
write it from the ground up and I'll gladly accept advice on that as
well. I also posted in comp.lang.perl.misc, no spam intended.


Regards,


Dan Rode
Dan.Rode [ Mi, 14 Februar 2007 06:17 ] [ ID #1629477 ]

Re: Bind 9 administration module(s)

Dan.Rode [at] gmail.com wrote:
> Many years ago I wrote a simple perl wrapper for bind 4.x. Now I need
> to develop a set of scripts to front-end most DNS administration
> tasks.

Check out www.webmin.com

--
Gunnar Hjalmarsson
Email: http://www.gunnar.cc/cgi-bin/contact.pl
Gunnar Hjalmarsson [ Mi, 14 Februar 2007 11:37 ] [ ID #1629478 ]

Re: Bind 9 administration module(s)

Dan.Rode [at] gmail.com wrote:
> Many years ago I wrote a simple perl wrapper for bind 4.x. Now I need
> to develop a set of scripts to front-end most DNS administration
> tasks.

Check out www.webmin.com

--
Gunnar Hjalmarsson
Email: http://www.gunnar.cc/cgi-bin/contact.pl
Gunnar Hjalmarsson [ Mi, 14 Februar 2007 11:40 ] [ ID #1629479 ]

Re: Bind 9 administration module(s)

Dan.Rode [at] gmail.com wrote:
> Many years ago I wrote a simple perl wrapper for bind 4.x. Now I need
> to develop a set of scripts to front-end most DNS administration
> tasks.

Check out www.webmin.com

--
Gunnar Hjalmarsson
Email: http://www.gunnar.cc/cgi-bin/contact.pl
Gunnar Hjalmarsson [ Mi, 14 Februar 2007 11:40 ] [ ID #1630535 ]
Perl » comp.lang.perl.modules » Bind 9 administration module(s)

Vorheriges Thema: manually expire an element in Memoize (also on comp.lang.perl.misc)
Nächstes Thema: problem using Games::OpenGL::Font::2D and Games::Console