-3

I'm looking for a simple to use DNS server for my network,

I wanna be able to define a set of domains and point them to different IPS within the network.

What is an easy solution I could use, I found bind to be too complicated

user893730
  • 624
  • 2
  • 12
  • 20
  • 1
    BIND complicated? in that case you may be better off asking about a front end, rather than a different DNS server. – John Gardeniers Feb 11 '12 at 23:24
  • What exactly about BIND do you find complicated? Windows Server 2008 R2 DNS server is fairly pointy clicky. – growse Feb 11 '12 at 23:24
  • Good point, is there a good frontend for bind? preferably web based – user893730 Feb 11 '12 at 23:24
  • 1
    Now we're a dupe of http://serverfault.com/questions/10686/what-is-the-best-webinterface-to-manage-bind – growse Feb 11 '12 at 23:25
  • Well bind has really complicated config files, I wanna do something simple I need to be able to add domain name and IP address as A records I don't wanna have to read a lot of manuals for that – user893730 Feb 11 '12 at 23:29
  • You want to be able to use server software without ever reading the manual? There's no life power-up for that. – growse Feb 11 '12 at 23:31
  • Please don't be too analytical, you know what I mean, I'm looking for a good recommendation – user893730 Feb 11 '12 at 23:33
  • 4
    If reading the manual seems like too much effort for you, people generally aren't going to put a lot of time into helping you out. This is a community of people who are genuinely happy to put in time helping people out who need it, not just those who are lazy. If you want DNS server recommendations, I've seen BIND, PowerDNS, DJBDNS (less so) and Windows Server DNS all deployed and used. And yes, they all come with manuals. Windows is the most pointy-clicky, like I already said. – growse Feb 11 '12 at 23:36
  • webmin understands the bind config files and is probably the easiest to get up and running. – Tom Feb 12 '12 at 04:18
  • Tom H, who cares? I'm not interested in becoming a "webmin" I need something up and running quickly – user893730 Feb 12 '12 at 05:15

2 Answers2

5

Do you need to serve authoratative zones to the Internet? Or is this only for your internal network? DNSMasq is pretty easy and flexible for a small internal network.

Zoredache
  • 130,897
  • 41
  • 276
  • 420
3

For people who want to reap the benefits of name based services on a network, but don't care to set up the infrastructural needs to support this, because they do not want to learn or read manuals, I generally recommend the hosts file.

That being said, those are typically the same people I recommend a new line of work.

If your question is really serious, and you want an easy-to-manage DNS server, follow @growse's suggestion and install a Microsoft DNS server, preferably on either Windows Server 2003 or 2008 R2.

You will, however, need to read the documentation provided

Mathias R. Jessen
  • 25,161
  • 4
  • 63
  • 95