I want to setup a DNS server. Which one has the easiest to use GUI?

I've been looking at djbdns and powerdns and I can't decide.

I used bind before, but I hated the webmin GUI for it, and the security bugs scare me because I don't upgrade all the time.

link|improve this question

Is this for Linux, Windows built-in DNS is very easy - not great but easy. – Chopper3 Jun 2 '09 at 22:06
@Chopper3 its just for Linux. – Unknown Jun 2 '09 at 22:07
feedback

5 Answers

up vote 2 down vote accepted

You're more likely to find a decent Web UI for PowerDNS purely because it can use a database backend. As far as I'm aware, djbdns doesn't have support for any backend beyond its file based one.

This forum lists a collection of PowerDNS front ends. No idea if they're any good or not.

link|improve this answer
1  
A fair number of people seem to like "PowerAdmin" GUI (poweradmin.org) for PowerDNS. – KPWINC Jun 3 '09 at 2:54
feedback

I wouldn't recommend installing software you don't have the time to maintain. I'd also like to point out that you won't come across software that does not have the occasional nasty vulnerability, particularly where the internet is concerned.

May I ask what drives you toward the GUI? Text-based configuration can require some time and patience, but what in IT doesn't? It also seems rather futile setting up a GUI to configure something that should largely be a set-and-forget configuration. You may end up spending more time setting up the GUI than actually configuring the server.

Ehtyar.

link|improve this answer
feedback

My personal choice would be djbdns as the configuration is clear and simple. For GUI needs there is VegaDNS and NicTool.

link|improve this answer
feedback

In terms of GUI, Windows DNS is unparalleled. It's simple, clear, straightforward, and easy. I use it for my internal DNS without reservation.

I would think long and hard before I used it externally as the authoritative DNS for my external domain, though. Windows' security history makes me hesitant to trust a server out on the net, even though plenty of people do it every day and don't get their servers cracked. It's probably my relative unfamiliarity with the OS that leads me to this prejudice.

But if GUI is your only concern, there's nothing I've seen easier than Windows DNS server.

link|improve this answer
feedback

My apologies, the accepted answer regarding PowerDNS gave me the impression that only free DNS options were under consideration. Sorry, my bad. I would certainly agree with Matt Simmons that Windows Server DNS is unparalleled for usability from a GUI environment. However, in order to keep it updated with the latest security patches, the machine will need to have ~10 minutes downtime each month, and if you don't want to be touching your server as you mentioned, Windows is probably not the best way to go if you ask me.

Ehtyar.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.