DNS forwarder question

N

Nick

If I make a forwarder for a specific domain to another DNS server, will
that DNS server use its own forwarders if it can't resolve the DNS
request to that domain?

To make the question more clear:
A client makes a DNS request for domain test.net to DNS server A,
Server A has set up a forward for domain test.net to DNS server B.
If server B cannot resolve the DNS request, will it use its own
forwarders or will it just answer the client that the domain is not
reachable?
 
A

Ace Fekay [MVP]

In
Nick said:
If I make a forwarder for a specific domain to another DNS server,
will that DNS server use its own forwarders if it can't resolve the
DNS request to that domain?

To make the question more clear:
A client makes a DNS request for domain test.net to DNS server A,
Server A has set up a forward for domain test.net to DNS server B.
If server B cannot resolve the DNS request, will it use its own
forwarders or will it just answer the client that the domain is not
reachable?

Yes, the forwardee will become the forwarder if it doesn't have the answer,
provided forwarding is configured on it, otherwise it will use the Roots.

--
Ace

This posting is provided "AS-IS" with no warranties or guarantees and
confers no rights.

If this post is viewed at a non-Microsoft community website, and you were to
respond to it through that community's website, I may not see your reply
unless that website posts replies back to the original Microsoft forum.
Therefore, please direct all replies ONLY to the Microsoft public newsgroup
this thread originated in so all can benefit or ensure the web community
posts it back to the original forum.

Ace Fekay, MCSE 2003 & 2000, MCSA 2003 & 2000, MCSE+I, MCT, MVP
Microsoft Windows MVP - Windows Server - Directory Services
Microsot Certified Trainer
Infinite Diversities in Infinite Combinations.
=================================
 
K

Kevin D. Goodknecht Sr. [MVP]

Nick said:
If I make a forwarder for a specific domain to another DNS server,
will that DNS server use its own forwarders if it can't resolve the
DNS request to that domain?

To make the question more clear:
A client makes a DNS request for domain test.net to DNS server A,
Server A has set up a forward for domain test.net to DNS server B.
If server B cannot resolve the DNS request, will it use its own
forwarders or will it just answer the client that the domain is not
reachable?

It will not answer domain not found until it does a recursive lookup on the
name, meaning it start at the root to find the name. If it contacts the root
servers and does not find the name then it answer NXDOMAIN (Domain not
found) All DNS servers use this process unless recursion is disabled or
turned off.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top