On 16.12.14 09:33, Richard Thomas wrote:
Having heard about recursion, is there a way of getting BIND to make
recursive DNS requests to the A.B.C.D and E.F.G.H DNS servers?

forwarding causes BIND to send recursive DNS requests, in both domain and
server config. But note that you should only use it when you don't have
direct connectivity to the destination (or the internet at all).

If you want to use non-recursive queries, configure domain as static-stub.

-----Original Message-----
From: bind-users-boun...@lists.isc.org 
[mailto:bind-users-boun...@lists.isc.org] On Behalf Of Matus UHLAR - fantomas
Sent: 11 December 2014 16:39
To: bind-users@lists.isc.org
Subject: Re: Question about how forwarders work

On 11.12.14 16:28, Richard Thomas wrote:
Please could I have some advice about how the below example configuration would 
work:

forwarders { A.B.C.D; E.F.G.H; };

What I wanted to achieve is that one of the IP addresses to be used as
a  primary DNS server and the other IP address to be used as a
secondary DNS  server.

BIND measures RTT for servers and uses the one that answes faster.
It ocasionally re-tries slower server, if the situation did not change.
That should result to fastest resolution. This should be the best for you.

Many people recommend doing recursion directly instead of using forwarders.
Especially for mail servers with anti-spam measures, where your forwarders may 
be ignored by some blacklists, because they send too much queries.

--
Matus UHLAR - fantomas, uh...@fantomas.sk ; http://www.fantomas.sk/
Warning: I wish NOT to receive e-mail advertising to this address.
Varovanie: na tuto adresu chcem NEDOSTAVAT akukolvek reklamnu postu.
Christian Science Programming: "Let God Debug It!".
_______________________________________________
Please visit https://lists.isc.org/mailman/listinfo/bind-users to unsubscribe 
from this list

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

Reply via email to