4

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.

Zoredache
  • 130,897
  • 41
  • 276
  • 420
Unknown
  • 1,685
  • 6
  • 20
  • 27

5 Answers5

3

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.

David Pashley
  • 23,497
  • 2
  • 46
  • 73
  • 1
    A fair number of people seem to like "PowerAdmin" GUI (http://www.poweradmin.org) for PowerDNS. – KPWINC Jun 03 '09 at 02:54
0

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.

Matt Simmons
  • 20,396
  • 10
  • 68
  • 116
0

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

karttu
  • 17
  • 4
  • @MarkJohnson I think it's a bit harsh to downvote my answer just because you seem to have an issue with djb. The original question mentioned djbdns and PowerDNS and I gave my preference of those two with pointers to GUI tools. – karttu Jan 04 '13 at 08:39
  • Question didn't specify "dns servers not containing vulnerabilities", nor did the question mention DNSSEC. They are only asking about GUIs – spuder Nov 04 '14 at 18:17
-1

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.

Ehtyar
  • 802
  • 6
  • 14
-1

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.

Ehtyar
  • 802
  • 6
  • 14
  • Please see the tutorial for the best syntax for answering questions. http://serverfault.com/tour – spuder Nov 04 '14 at 17:46