Our AD DNS servers are set to forward requests to another internal UNIX DNS
server which in turn forwards external name requests to our ISP.
On the DNS settings the roots hints tab has a no of entries.
I have to admit to some (a lot?) of confusion as to how forwarding vs root
hints works.
Does enabling forwarding effectively disable root hints or should I delete
the root hint entries?
Any help greatly appreciated.
Regards,
Gerry
Cheers,
Martin
Further you mention that the AD DNS is set to forward to internal UNIX DNS.
Now if there are some internal records on UNIX DNS, which your client will
need, then
If you use Roots hins, those queries will fail.
Sharad
"gjb" <flea...@tiscali.co.uk> wrote in message
news:%23LbOXyh...@TK2MSFTNGP10.phx.gbl...
<URL:http://homepages.tesco.net./~J.deBoynePollard/FGA/bind-big-picture.html>
g> Does enabling forwarding effectively disable root hints
Not necessarily. One can choose either to have one's server perform
forwarding _first_, and try resolving if forwarding fails; or to have
one's server perform forwarding _only_.
In ISC's BIND, the option that controls this has the settings "first"
and "only". In Microsoft's DNS server, the option that controls this
is egregiously mis-named "do not use recursion". (Saying not to "use
recursion" does not, in fact, stop the server from using recursion.
Recursion is where a server sends back-end queries to another server.
So forwarding is recursion. The option merely stops _one particular
kind_ of recursion from being used.)
g> should I delete the root hint entries?
No.