Re: Recursion Question

2021-12-20 Thread John Thurston
Define an explicit forward-zone on the recursive server for 
private.dns.com   In the zone definition, put the addresses of the 
servers which can answer for private.dns.com.


--
Do things because you should, not just because you can.

John Thurston907-465-8591
john.thurs...@alaska.gov
Department of Administration
State of Alaska

On 12/20/2021 11:05 AM, LeBlanc, Daniel James via bind-users wrote:

The Recursive DNS server is unaware of this domain and sends the request 
to its Forwarding DNS

___
Please visit https://lists.isc.org/mailman/listinfo/bind-users to unsubscribe 
from this list

ISC funds the development of this software with paid support subscriptions. 
Contact us at https://www.isc.org/contact/ for more information.


bind-users mailing list
bind-users@lists.isc.org
https://lists.isc.org/mailman/listinfo/bind-users


Recursion Question

2021-12-20 Thread LeBlanc, Daniel James via bind-users
Hello All.

I have a recursion via forwarder question.  Consider the following scenario:


-  A client sends a query to an internal recursive DNS server for the 
following A record: 'a.b.c.private.dns.com'

-  The Recursive DNS server is unaware of this domain and sends the 
request to its Forwarding DNS

-  The Forwarding DNS server has Internet access and begins the 
recursion process

o   It successfully determines the NS authoritative for 'private.dns.com'

o   It is unable to continue the resolution process as it does not have access 
to the NS authoritative for 'private.dns.com'

o   It times out and returns a failed response to the Recursive DNS

Is it possible to return the information that it has to the Recursive DNS 
server?  And if so, is it possible for the Recursive DNS server to complete the 
lookup against NS private.dns.com (it has network access)?  I have been unable 
to find any guidance on this and am concerned that this is not a supported 
scenario.  Alternatives under consideration are:


-  Allow Forwarding DNS access to NS responsible for 'private.dns.com'

-  Make Recursive DNS aware of zone 'private.dns.com' so that it does 
not use the Forwarding DNS

-  ?? (open to suggestions!)

Thanks in advance!

Daniel J. LeBlanc, P.Eng., MBA, DTME

___
Please visit https://lists.isc.org/mailman/listinfo/bind-users to unsubscribe 
from this list

ISC funds the development of this software with paid support subscriptions. 
Contact us at https://www.isc.org/contact/ for more information.


bind-users mailing list
bind-users@lists.isc.org
https://lists.isc.org/mailman/listinfo/bind-users