When I setup a network I usually ignore the isp DNS offerings. I either change DNS to OPENDNS 208.67.222.222, 208.67.220.220, or Google 8.8.8.8 for high availability.<\/p>\n
I set these dns settings on the router with DHCP .<\/p>\n
So the clients receive the DNS settings provided there via DHCP.<\/p>\n
On my server I set the DNS to the router gateway.<\/p>\n
I have never had any problems with this. A co worker says this is a recipe for disaster, stating that server 2012 works best with loopback 127.0.0.1 for primary dns.<\/p>\n
I am curious what you all think and what are your best practices?<\/p>","upvoteCount":5,"answerCount":12,"datePublished":"2015-01-07T19:46:36.000Z","author":{"@type":"Person","name":"bakermaann1","url":"https://community.spiceworks.com/u/bakermaann1"},"acceptedAnswer":{"@type":"Answer","text":"
Yep, as stated above, if it is a ADDS network your internal DHCP needs to point to the domain controller for DNS. The domain controller needs to have forwarders setup, 3rd party DNS is okay here, to look up any unknown addresses. If not you will begin having issues.<\/p>\n
Also the domain controller should always point to itself in the network settings. Unless you have 2 DCs then they should point to each other as primary and to themselves as secondary.<\/p>\n
But my understanding is that you are having issues explaining to someone about using 3rd party DNS on the WAN configuration of the router right?<\/p>","upvoteCount":1,"datePublished":"2015-01-07T20:29:40.000Z","url":"https://community.spiceworks.com/t/dns-good-or-bad/369085/6","author":{"@type":"Person","name":"jonathanr2257","url":"https://community.spiceworks.com/u/jonathanr2257"}},"suggestedAnswer":[{"@type":"Answer","text":"
When I setup a network I usually ignore the isp DNS offerings. I either change DNS to OPENDNS 208.67.222.222, 208.67.220.220, or Google 8.8.8.8 for high availability.<\/p>\n
I set these dns settings on the router with DHCP .<\/p>\n
So the clients receive the DNS settings provided there via DHCP.<\/p>\n
On my server I set the DNS to the router gateway.<\/p>\n
I have never had any problems with this. A co worker says this is a recipe for disaster, stating that server 2012 works best with loopback 127.0.0.1 for primary dns.<\/p>\n
I am curious what you all think and what are your best practices?<\/p>","upvoteCount":5,"datePublished":"2015-01-07T19:46:37.000Z","url":"https://community.spiceworks.com/t/dns-good-or-bad/369085/1","author":{"@type":"Person","name":"bakermaann1","url":"https://community.spiceworks.com/u/bakermaann1"}},{"@type":"Answer","text":"
Assuming you’re running a Windows DNS server for a domain setting 127.0.0.1 as your DNS server on the NIC is proper form and recommended by the Microsoft Best Practice Analyzer.<\/p>\n
Then on that DNS server you set your forwarders for your external DNS providers.<\/p>","upvoteCount":7,"datePublished":"2015-01-07T19:53:52.000Z","url":"https://community.spiceworks.com/t/dns-good-or-bad/369085/2","author":{"@type":"Person","name":"mhache","url":"https://community.spiceworks.com/u/mhache"}},{"@type":"Answer","text":"
I think we would need more detail…is this an AD network? If so he’s right, setting all of the clients to public DNS via DHCP is going to cause some fail. Your DNS server would work fine setting the primary DNS to 127.0.0.1…the clients should then point to that DNS server for primary (and preferrably you would also have a second domain controller to point to for secondary). Then your DNS server would forward requests on to a public DNS service such as OpenDNS.<\/p>","upvoteCount":5,"datePublished":"2015-01-07T19:56:16.000Z","url":"https://community.spiceworks.com/t/dns-good-or-bad/369085/3","author":{"@type":"Person","name":"christophero","url":"https://community.spiceworks.com/u/christophero"}},{"@type":"Answer","text":"
In the AD world, 127.0.0.1 is best practice. Your clients look to the AD box and the AD box looks to any other DNS server and itself on 127.0.0.1<\/p>\n