All child DNS servers have the default Cache.dns root hints. I'm thinking I
should point the root hints of the child servers to the root; however, I'm
not 100% sure how to set that up. Should I just point them all to the root
DNS server and then the root server use it's root hints to resolve external
requests?
All child domain DNS servers also point to themselves for DNS. Each child
domain hosts its own Forward lookup zone and on the root server there's a
stub zone pointing to the child zone. As far as reverse DNS goes, it's kind
of a mess... For the most part, each child domain hosts its own reverse zone;
however, there is no delegation/stub at the root server pointing back. Any
recommendations on how and if I should use stub zones for the child reverse
zones?
Any thoughts/suggestions are greatly appreciated.
--
Todd J Heron, MCSE
Windows Server 2003/2000/NT; CCA
----------------------------------------------------------------------------
This posting is provided "as is" with no warranties and confers no rights
"Tynman" <Tyn...@discussions.microsoft.com> wrote in message
news:4DF95256-F4DE-4903...@microsoft.com...
I'm trying to think what I can do about the reverse zone. Right now, each
region has their own 10.x.x.x subnet and some with two. I had though that I
could stub out each 10.x subnet at the root level, but, maybe it makes sense
to replicate that reverse zone as you say, throughout the forest.
You want to clarify your term "Child root"?
>
> All child DNS servers have the default Cache.dns root hints. I'm
> thinking I should point the root hints of the child servers to the
> root; however, I'm not 100% sure how to set that up. Should I just
> point them all to the root DNS server and then the root server use
> it's root hints to resolve external requests?
Is this Win2k or Win2k3?
I'd leave the Root hints alone, if the parent DNS cannot be located by using
root hints, turn off recursion on the Forwarders tab by checking "Do not use
recursion"
>
> All child domain DNS servers also point to themselves for DNS. Each
> child domain hosts its own Forward lookup zone and on the root server
> there's a stub zone pointing to the child zone. As far as reverse
> DNS goes, it's kind of a mess... For the most part, each child domain
> hosts its own reverse zone; however, there is no delegation/stub at
> the root server pointing back. Any recommendations on how and if I
> should use stub zones for the child reverse zones?
What subnet ranges are you using?
--
Best regards,
Kevin D. Goodknecht Sr. [MVP]
Hope This Helps
===================================
When responding to posts, please "Reply to Group"
via your newsreader so that others may learn and
benefit from your issue, to respond directly to
me remove the nospam. from my email address.
===================================
http://www.lonestaramerica.com/
===================================
Use Outlook Express?... Get OE_Quotefix:
It will strip signature out and more
http://home.in.tum.de/~jain/software/oe-quotefix/
===================================
Keep a back up of your OE settings and folders
with OEBackup:
http://www.oehelp.com/OEBackup/Default.aspx
===================================
We're running a mix of 2000/2003, but we hope to have all 2003 by the end of
the year. It's my understanding that if each internal DNS server is using
the default root hints, that it's not very efficient because each server can
query Internet DNS servers and this causes more traffic and doesn't make
efficient use of caching. Right now, the parent DNS server is located by
using forwarders.
Our subnet scope is 10.x.x.x. Each location is assigned a 10.x.x.x subnet.
Thanks for the comments!