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
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
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.
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