question

ParthaSarathy-0406 avatar image
0 Votes"
ParthaSarathy-0406 asked ParthaSarathy-0406 answered

DNS Conditional forwarder issue

We have created conditional forwarder zone with 3 IP and it goes fail when first DNS server goes down.

Ex: configured a zone name called test.com (10.0.0.1,10.0.0.2,10.0.0.3)
Could not able to resolve if 10.0.0.1 goes down and no issue with 10.0.0.2 and 10.0.0.3. So please let me know that why it is failing only with first IP.

windows-dhcp-dns
5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.

JiangZhang-MSFT avatar image
0 Votes"
JiangZhang-MSFT answered JiangZhang-MSFT edited

Hi,
Theoretically, under the normal circumstance, if the first conditional forwarder does not answer (meaning that the DNS server is down), then DNS server will go to the second conditional forwarder, et cetera, until they resolve or not.

If the first conditional forwarder gives answer (even a negative response, such as "name not found" is also considered a valid response), then DNS server will NOT go to the second conditional forwarder, et cetera.

You mentioned the first conditional forwarder goes down, and DNS server could not be able to resolve. To correct your situation, here is my method: first make sure your first conditional forwarder (the one which goes down) cannot ping through the destination IP address, then please submit your nslookup result. Is there any chance the server is waiting for the first conditional forwarder responding, which leads you to believe DNS server could not be able to resolve? There may be many possibilities to cause such problem.

Actually, there may be a way you can try. You may adjust the order of conditional forwarders by moving 10.0.0.2 and10.0.0.3 up in the Edit Conditional Forwarder window, then disable 10.0.0.2, and to see if the DNS server could resolve. In theory, the DNS server should go to 10.0.0.3 directly.

Please refer to the following link as a guide to learn more details.
https://docs.microsoft.com/en-us/troubleshoot/windows-server/networking/forwarders-resolution-timeouts#what-is-the-default-behavior-of-a-dns-server-when-more-than-two-dns-servers-are-configured-as-conditional-forwarders

Best Regards,

Mulder Zhang


If the Answer is helpful, please click "Accept Answer" and upvote it.
Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.


5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.

ParthaSarathy-0406 avatar image
0 Votes"
ParthaSarathy-0406 answered

Thanks for your reply. How to check current configured RecursionTimeout value

5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.

JiangZhang-MSFT avatar image
0 Votes"
JiangZhang-MSFT answered JiangZhang-MSFT edited

Hi,
For checking current configured RecursionTimeout value, you can simply input dnscmd /info recursiontimeout in Command Prompt. The Dword number you get means the default value. (Here in my test machine is 8 seconds.)
89388-%E5%9B%BE%E7%89%877.png

Please refer to the following link as a guide to learn more details.
https://docs.microsoft.com/en-us/previous-versions/windows/it-pro/windows-server-2003/cc784399(v=ws.10)#example-5-display-the-recursiontimeout-setting-from-a-dns-server
Best Regards,
Mulder Zhang



If the Answer is helpful, please click "Accept Answer" and upvote it.
Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.



图片7.png (3.0 KiB)
5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.

ParthaSarathy-0406 avatar image
0 Votes"
ParthaSarathy-0406 answered

Thanks for your reply again

5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.