Guest Saqib Ali Posted January 16, 2008 Posted January 16, 2008 Is there a way to setup Windows 2003 Servers to query a different DNS server if the record is not found on the first server? This is not same as defining secondary dns servers...... Thanks saqib http://www.quantumcrypto.de/dante/
Guest Herb Martin Posted January 16, 2008 Posted January 16, 2008 Re: How to query two different DNS server "Saqib Ali" <docbook.xml@gmail.com> wrote in message news:da5123b8-d02a-421f-8a14-f840080d80d0@m34g2000hsf.googlegroups.com... > Is there a way to setup Windows 2003 Servers to query a different DNS > server if the record is not found on the first server? In general, NO (based on what you likely mean by this.) > This is not same as defining secondary dns servers...... DNS clients query ONE working DNS server -- they will try additional server(s) IF the first does not respond but even a Negative response is considered valid and correct if the DNS server is alive. DNS Clients presume that EVERY DNS server they have configured (on the NIC->IP properties) will return the correct AND SAME answers. The trick is to make sure the DNS server(s) used by the client either have the necessary information or that they (the DNS Servers) can contact another DNS server which does. DNS Servers typically do that off-server resoluton by one of these methods: Recursion -- working downward from the top of a DNS hierarchy Forwarding -- to another DNS server which takes over the responsibility There is also: Conditional Forwarding (as of Win2003 DNS) which is a variation on forwarding that allows for forwarding to DIFFERENT DNS Server (sets) based on the domain/names to be resolved. -- Herb Martin, MCSE, MVP http://www.LearnQuick.Com (phone on web site) If you use LinkedIn then tell me where you know me from when linking: http://www.linkedin.com/in/herbmartin > Thanks > saqib > http://www.quantumcrypto.de/dante/
Recommended Posts