On my Windows 2003 Server domain controllers, most of them don't have IPs entered for the forwarder 'All other DNS names'. The only one that does, is one titled 'PDC'.

  • So for DNS queries to the ones that don't have a forwarder for external domains, where do the requests go? To that PDC server? or the root servers?
  • Can I trace this with dig?
link|improve this question

78% accept rate
feedback

1 Answer

up vote 3 down vote accepted

By default if no forwarder is listed it will use the root hints addresses.

link|improve this answer
Is a forwarder with our ISP's dns better for any reason? – Kyle Brandt Sep 8 '09 at 14:31
1  
Yes, DNS lookups through your ISP's servers are usually faster; if those servers becomes unavailable, root hints will be used (by default). – Massimo Sep 8 '09 at 14:44
2  
If your ISP does stupid thing with DNS (Verizon and their idiotic wildcard response for invalid domain names to redirect to their own "search engine" site) you may not want to use their DNS servers. – Evan Anderson Sep 8 '09 at 15:11
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.