I'm using an internal dns server which translates from internal hostnames to ip addresses. Sometimes the internal server is unavailable and I'd like to use an external server as fallback. The problem ist, Windows seems to query all dns servers in parallel (or at least not top-down) so if I want to resolve an internal name and the external server is asked, I get an error. What I want is to use the internal server if it is available and fall back to the external one if not. It is ik if intrenal name resolution fails when the internal nameserver is not available.
Is this possible?
My operating system is Windows 7.
[Edit: Clarified "parallel dns queries".]