Re: Web GUI for named(8) ?

2009-07-23 Thread Bryan Irvine
Webmin is quite mature ... if you must use a gui, that would be my
recommendation.  I've used it on OpenBSD a lot, just make sure to
install the SSLeay port first so you have ssl at least.

-Bryan



On Wed, Jul 22, 2009 at 10:38 PM, Rolf
Sommerhalderrolf.sommerhal...@alumni.ethz.ch wrote:
 Hello list,

 Can you recommend any GUI that enables junior IT staff to maintain
 basic DNS Resource Records (such as for ex.. A, PTR, CNAME,...) for
 BIND 9 running on OpenBSD?

 Also, I will consider alternatives to named(8), provided that they
 support an authoritative, split DNS server and some simple GUI, all
 running on OpenBSD.

 So far, I have been looking at webmin, Binder, smbind, ProBIND, DNS
 Control, adadns. None of them appears to have a OpenBSD port yet.
 Their maturity  development activity appears to vary widely.

 Thanks for any hints,
 Rolf



Re: Web GUI for named(8) ?

2009-07-23 Thread Dr Alastair F. Brown

Quoting Rolf Sommerhalder rolf.sommerhal...@alumni.ethz.ch:


Hello list,

Can you recommend any GUI that enables junior IT staff to maintain
basic DNS Resource Records (such as for ex.. A, PTR, CNAME,...) for
BIND 9 running on OpenBSD?

Also, I will consider alternatives to named(8), provided that they
support an authoritative, split DNS server and some simple GUI, all
running on OpenBSD.

So far, I have been looking at webmin, Binder, smbind, ProBIND, DNS
Control, adadns. None of them appears to have a OpenBSD port yet.
Their maturity  development activity appears to vary widely.


I have used webmin for a while to allow simple changes to be made to
our wireless gateway by others in the team who do not normally deal
with it (e.g. during holiday periods etc. (I have not used the BIND
module, so cannot comment on that).

In its favour -

a) simple install, just run the setup script
b) very easy updates of core system and modules
c) Custom Command module is VERY useful for setting up CLI commands
needed by staff who can never remember them (to be honest that
includes me sometimes!). Can also be safer than allowing them control
of e.g. BIND through the BIND module, from where they could do a lot
of damage

Not in its favour -

a) it is a GUI

Make sure you use SSL - requires p5-Net-SSLeay

Al

--
Dr Alastair F. Brown, Head of Computing
MRC Human Genetics Unit, Edinburgh EH4 2XU, UK
Mailto:alastair.br...@hgu.mrc.ac.uk
http://www.hgu.mrc.ac.uk/Users/Alastair.Brown/
Fax: +44 (0)131 467 8456Phone: +44 (0)131 332 2471



Re: Web GUI for named(8) ?

2009-07-23 Thread Michal
What about ISPConfig. I can vouch for webmin, but ISP config comes highly
recommended by a lot of people. You also have Cpannel but I am not sure if
that has an OpenBSD port...or ISPConfig for that matter but you didn't
mention it so though I would...



-Original Message-
From: owner-m...@openbsd.org [mailto:owner-m...@openbsd.org] On Behalf Of Dr
Alastair F. Brown
Sent: 23 July 2009 09:32
To: Rolf Sommerhalder
Cc: OpenBSD Misc List
Subject: Re: Web GUI for named(8) ?

Quoting Rolf Sommerhalder rolf.sommerhal...@alumni.ethz.ch:

 Hello list,

 Can you recommend any GUI that enables junior IT staff to maintain
 basic DNS Resource Records (such as for ex.. A, PTR, CNAME,...) for
 BIND 9 running on OpenBSD?

 Also, I will consider alternatives to named(8), provided that they
 support an authoritative, split DNS server and some simple GUI, all
 running on OpenBSD.

 So far, I have been looking at webmin, Binder, smbind, ProBIND, DNS
 Control, adadns. None of them appears to have a OpenBSD port yet.
 Their maturity  development activity appears to vary widely.

I have used webmin for a while to allow simple changes to be made to
our wireless gateway by others in the team who do not normally deal
with it (e.g. during holiday periods etc. (I have not used the BIND
module, so cannot comment on that).

In its favour -

a) simple install, just run the setup script
b) very easy updates of core system and modules
c) Custom Command module is VERY useful for setting up CLI commands
needed by staff who can never remember them (to be honest that
includes me sometimes!). Can also be safer than allowing them control
of e.g. BIND through the BIND module, from where they could do a lot
of damage

Not in its favour -

a) it is a GUI

Make sure you use SSL - requires p5-Net-SSLeay

Al

--
Dr Alastair F. Brown, Head of Computing
MRC Human Genetics Unit, Edinburgh EH4 2XU, UK
Mailto:alastair.br...@hgu.mrc.ac.uk
http://www.hgu.mrc.ac.uk/Users/Alastair.Brown/
Fax: +44 (0)131 467 8456Phone: +44 (0)131 332 2471



Re: Web GUI for named(8) ?

2009-07-23 Thread Stuart Henderson
On 2009-07-23, Rolf Sommerhalder rolf.sommerhal...@alumni.ethz.ch wrote:
 Hello list,

 Can you recommend any GUI that enables junior IT staff to maintain
 basic DNS Resource Records (such as for ex.. A, PTR, CNAME,...) for
 BIND 9 running on OpenBSD?

 Also, I will consider alternatives to named(8), provided that they
 support an authoritative, split DNS server and some simple GUI, all
 running on OpenBSD.

 So far, I have been looking at webmin, Binder, smbind, ProBIND, DNS
 Control, adadns. None of them appears to have a OpenBSD port yet.
 Their maturity  development activity appears to vary widely.

 Thanks for any hints,
 Rolf



PowerDNS is probably worth a look too, the DNS server itself can
query a db, and there are various (usually web based) admin frontends
e.g. ZoneAdmin, WebDNS, PowerAdmin, TUPA, PowerDNSAdmin

If you go down this route, use an up to date powerdns port (the
-current port should work ok on 4.5), it used to be broken.

Having something which modifies zone files directly (rather than
push-pull via a database) is either going to mean avoiding chroot
for the web interface, or adding extra steps to sync the zone
files across.



Re: Web GUI for named(8) ?

2009-07-23 Thread Olivier Cherrier
On Thu, Jul 23, 2009 at 09:38:42AM +0400, rolf.sommerhal...@alumni.ethz.ch 
wrote:
 Can you recommend any GUI that enables junior IT staff to maintain
 basic DNS Resource Records (such as for ex.. A, PTR, CNAME,...) for
 BIND 9 running on OpenBSD?
 
Sauron (http://sauron.jyu.fi/) is quite good for that job!
The migration is handy. It also have cli tools for most operations.

Later,

-- 
Olivier Cherrier
mailto:o...@symacx.com



Web GUI for named(8) ?

2009-07-22 Thread Rolf Sommerhalder
Hello list,

Can you recommend any GUI that enables junior IT staff to maintain
basic DNS Resource Records (such as for ex.. A, PTR, CNAME,...) for
BIND 9 running on OpenBSD?

Also, I will consider alternatives to named(8), provided that they
support an authoritative, split DNS server and some simple GUI, all
running on OpenBSD.

So far, I have been looking at webmin, Binder, smbind, ProBIND, DNS
Control, adadns. None of them appears to have a OpenBSD port yet.
Their maturity  development activity appears to vary widely.

Thanks for any hints,
Rolf