Re: Forwarders working differently on bind9.8 & bind9.11

2023-09-19 Thread Greg Choules via bind-users
e VM. > > I have verified that forwarding is working correctly on both, the issue is > not with the application because both VMs on each setup can handle traffic > individually, the firewall is not blocking the queries, and the > configuration is correct. > > This is the zone:

Re: Forwarders working differently on bind9.8 & bind9.11

2023-09-19 Thread Matus UHLAR - fantomas
IN { type forward; forwarders { 127.0.0.1 port xxx; a.b.c.d port xxx; }; forward only; }; Please share any other possible solutions. On 19.09.23 08:25, Bob Harold wrote: Note that the 'forwarders' line, from the BIND 9.11 manual: "There may be one or more forwarders, and they are

Re: Forwarders working differently on bind9.8 & bind9.11

2023-09-19 Thread Bob Harold
M. > > I have verified that forwarding is working correctly on both, the issue is > not with the application because both VMs on each setup can handle traffic > individually, the firewall is not blocking the queries, and the > configuration is correct. > > This is the zone: > >

Forwarders working differently on bind9.8 & bind9.11

2023-09-19 Thread Prashasti Arora
because both VMs on each setup can handle traffic individually, the firewall is not blocking the queries, and the configuration is correct. This is the zone: zone "example.com" IN { type forward; forwarders { 127.0.0.1 port xxx; a.b.c.d port xxx; }; forward only; }; Please share any othe

interpretation of timeout errors from forwarders

2023-07-24 Thread Olaf Hering
9.16.42 serves its local DNS zone, everything else is supposed to come from the IT DNS servers. Therefore named.conf contains: options { forward only; forwarders { ip4A; ip4B; } }; It is my understanding that this local instance serves client queries either from its cache, or it relies on the two

Re: named failed to resolve forwarding queries(with global forwarders specified with "forward only") when "server section statement" has forwarder IP

2021-11-24 Thread Nagesh Thati
zones, and we don't need or want recursive queries between us to use TSIG. > Our recursive servers still have the same shared access control config, > but the Imperial parts are not used there, because none of the zone > clauses refer to the Imperial acl/primaries names.) > > Thi

Re: named failed to resolve forwarding queries(with global forwarders specified with "forward only") when "server section statement" has forwarder IP

2021-11-24 Thread Tony Finch
nfiguration doesn't work in all cases: for instance, you can't specify TSIG keys in the `forwarders` clause, so you have to use a `server` clause to configure TSIG for forwarding. I haven't answered your specific questions because I'm not sure I understand the details of your setup

named failed to resolve forwarding queries(with global forwarders specified with "forward only") when "server section statement" has forwarder IP

2021-11-23 Thread Nagesh Thati
on.key"; statistics-file "/var/named/log/named.stats"; tcp-clients 1000; zone-statistics yes; empty-zones-enable no; rrset-order { order cyclic; }; transfers-in 50; transfers-out 30; transfers-per-ns 30; no-case-compress {any; }; allow-recursion {any;}; recursive-clients 1

Re: How to measure use of forwarders?

2021-11-18 Thread Carsten Strotmann
ally. Our workaround while we sort through these issues is implementing forwarders. I’d like to understand how much traffic is flowing to each forwarder (QPS, etc) and monitor that for any issues. Is there a way to do that effectively in Bind without putting some kind of network device on the out

Re: How to measure use of forwarders?

2021-09-23 Thread Tony Finch
Parkin, Richard (R.) wrote: > > I’d like to understand how much traffic is flowing to each forwarder > (QPS, etc) and monitor that for any issues. Is there a way to do that > effectively in Bind without putting some kind of network device on the > outbound path to measure it? If not, does anyone

How to measure use of forwarders?

2021-09-22 Thread Parkin, Richard (R.)
implementing forwarders. I’d like to understand how much traffic is flowing to each forwarder (QPS, etc) and monitor that for any issues. Is there a way to do that effectively in Bind without putting some kind of network device on the outbound path to measure it? If not, does anyone have any suggestions

Re: forwarders used in order or based on RTT ?

2020-10-19 Thread Warren Kumari
On Mon, Oct 19, 2020 at 11:26 AM Victoria Risk wrote: > > The ARM was updated in 9.16.6. Sorry it took us so long! > > from https://gitlab.isc.org/isc-projects/bind9/-/issues/2030 > Forwarders are typically used when an administrator does not wish for > all the servers

Re: forwarders used in order or based on RTT ?

2020-10-19 Thread Victoria Risk
The ARM was updated in 9.16.6. Sorry it took us so long! from https://gitlab.isc.org/isc-projects/bind9/-/issues/2030 Forwarders are typically used when an administrator does not wish for all the servers at a given site to interact directly with the rest of the Internet. For example, a common

Re: forwarders used in order or based on RTT ?

2020-10-19 Thread Warren Kumari
On Sun, Oct 18, 2020 at 2:32 PM @lbutlr wrote: > > On 16 Oct 2020, at 08:36, Bob Harold wrote: > > That is certainly not obvious. How do I request improving the manual? > > > > "in turn" would seem to imply "in order", and the order would logically be > > the order I listed them.] > > I disagre

Re: forwarders used in order or based on RTT ?

2020-10-18 Thread @lbutlr
On 16 Oct 2020, at 08:36, Bob Harold wrote: > That is certainly not obvious. How do I request improving the manual? > > "in turn" would seem to imply "in order", and the order would logically be > the order I listed them.] I disagree. In turn means one is tried, then if that fails the next is

Re: forwarders used in order or based on RTT ?

2020-10-16 Thread tale via bind-users
On Fri, Oct 16, 2020 at 10:22 AM Matus UHLAR - fantomas wrote: >> On 16.10.20 09:56, Bob Harold wrote: > >The BIND ARM (9.16.2) says: > >"There may be one or more forwarders, and they are queried in turn until > >the list is exhausted or an answer is found." &

Re: forwarders used in order or based on RTT ?

2020-10-16 Thread Bob Harold
h.edu 734-512-7038 On Fri, Oct 16, 2020 at 10:21 AM Matus UHLAR - fantomas wrote: > On 16.10.20 09:56, Bob Harold wrote: > >The BIND ARM (9.16.2) says: > >"There may be one or more forwarders, and they are queried in turn until > >the list is exhausted > >or an a

Re: forwarders used in order or based on RTT ?

2020-10-16 Thread Matus UHLAR - fantomas
On 16.10.20 09:56, Bob Harold wrote: The BIND ARM (9.16.2) says: "There may be one or more forwarders, and they are queried in turn until the list is exhausted or an answer is found." But https://lists.isc.org/pipermail/bind-users/2015-August/095544.html says: "Forwarders are se

forwarders used in order or based on RTT ?

2020-10-16 Thread Bob Harold
The BIND ARM (9.16.2) says: "There may be one or more forwarders, and they are queried in turn until the list is exhausted or an answer is found." But https://lists.isc.org/pipermail/bind-users/2015-August/095544.html says: "Forwarders are selected based on an RTT(round-trip-time)-

Re: factor addresses out of 'forwarders' statement

2019-07-19 Thread Matus UHLAR - fantomas
On 18.07.19 13:24, John Thurston wrote: I have a number of 'forward' zones defined. Many of them look exactly the same except for their name. It would be helpful to abstract the addresses of my forwarders out and name them only once. But I can't find any way to do this. An A

Re: factor addresses out of 'forwarders' statement

2019-07-18 Thread Grant Taylor via bind-users
On 7/18/19 3:24 PM, John Thurston wrote: I have a number of 'forward' zones defined. Many of them look exactly the same except for their name. It would be helpful to abstract the addresses of my forwarders out and name them only once. But I can't find any way to do this. An A

factor addresses out of 'forwarders' statement

2019-07-18 Thread John Thurston
I have a number of 'forward' zones defined. Many of them look exactly the same except for their name. It would be helpful to abstract the addresses of my forwarders out and name them only once. But I can't find any way to do this. An ACL doesn't make sense. A 'master

Re: Forwarders with static-stub

2019-05-22 Thread Kevin Darcy
TBH, I haven't worked specifically with "static-stub", but with the classic "stub", one would put a "null forwarders" statement in the zone definition to inhibit forwarding. I.e. forwarders { }; - Kevin On Wed, M

Forwarders with static-stub

2019-05-22 Thread Ben Lavender
Hi, When I setup static-stub zones with the global forwarders options configured, BIND by design forwards the requests before using the stubs. What is the best way around this so the stubs and cache are consulted first? This is required for split-brain DNS. Thanks Regards Ben Lavender

Re: Queries regarding forwarders

2018-10-25 Thread Grant Taylor via bind-users
On 10/25/2018 06:26 PM, Lee wrote: If you're using those addresses internally it makes sense to filter them from 'outside'. That's what I thought. I play those games at times also :) So it sounds like what I was missing is that you like a challenge & are using more address space that I thou

Re: Queries regarding forwarders

2018-10-25 Thread Lee
On 10/25/18, Grant Taylor via bind-users wrote: > On 10/25/2018 03:25 PM, Lee wrote: > >> I'm missing what filtering out things like benchmarking & documentation >> network addrs gets you beyond maybe saving some bandwidth? > > I do use all sorts of IP ranges (test networks extensively) in my home

Re: Queries regarding forwarders

2018-10-25 Thread Grant Taylor via bind-users
On 10/25/2018 03:25 PM, Lee wrote: I feel like I'm missing something :( I'll see if I can fill in below. I read this https://medium.com/@brannondorsey/attacking-private-networks-from-the-internet-with-dns-rebinding-ea7098a2d325 and used RPZ to block anything coming from outside that might be

Re: Queries regarding forwarders

2018-10-25 Thread Lee
On 10/24/18, Grant Taylor via bind-users wrote: > On 08/09/2018 01:01 AM, Lee wrote: >> it does, so you have to flag your local zones as rpz-passthru. > > Thank you again Lee. You gave me exactly what I needed and wanted to know. you're welcome :) > I finally got around to configuring my RPZ to

Re: Queries regarding forwarders

2018-10-24 Thread Grant Taylor via bind-users
On 08/09/2018 01:01 AM, Lee wrote: it does, so you have to flag your local zones as rpz-passthru. Thank you again Lee. You gave me exactly what I needed and wanted to know. I finally got around to configuring my RPZ to filter IPv4 Special-Purpose Address Registry as per IANA's definition. (

Re: Queries regarding forwarders

2018-08-09 Thread Blason R
Well this is valid when users are directly talking to RPZ servers. What if there is one more resolver in between like Active Directory which itself acts as a DNS server? In that case I believe you don't need to do that, right? On Fri, Aug 10, 2018 at 12:33 AM Grant Taylor via bind-users < bind-use

Re: Queries regarding forwarders

2018-08-09 Thread Grant Taylor via bind-users
On 08/09/2018 01:01 AM, Lee wrote: yes, it works just fine Good. it does, so you have to flag your local zones as rpz-passthru. eg: *.home.net CNAME rpz-passthru. localhost CNAME rpz-passthru. 8.0.0.0.127.rpz-ip CNAME . ; 127.0.0.0/8 8.0.0.0.10.rp

Re: Queries regarding forwarders

2018-08-09 Thread Lee
On 8/9/18, Grant Taylor via bind-users wrote: > On 08/08/2018 10:02 PM, Blason R wrote: >> Due to the architecture since I have my internal DNS RPZ built I wanted >> my other internal DNS servers should send traffic to RPZ server and >> then RPZ would resolve on behalf of client. > > Speaking of

Re: Queries regarding forwarders

2018-08-08 Thread Grant Taylor via bind-users
On 08/08/2018 10:02 PM, Blason R wrote: Due to the architecture since I have my internal DNS RPZ built I wanted my other internal  DNS servers should send traffic to RPZ server and then RPZ would resolve on behalf of client. Speaking of PRZ and forwarding… Does anyone know off hand if BIND, w

Re: Queries regarding forwarders

2018-08-08 Thread Blason R
n Wed, Aug 8, 2018 at 10:26 PM Matus UHLAR - fantomas wrote: > On 08.08.18 19:32, Blason R wrote: > >I am bit confused about DNS forwarders. I have two BIND Servers one is > >being used as Authoritative DNS server which has forwarder set > > why? > > > to other &

Re: Queries regarding forwarders

2018-08-08 Thread Matus UHLAR - fantomas
On 08.08.18 19:32, Blason R wrote: I am bit confused about DNS forwarders. I have two BIND Servers one is being used as Authoritative DNS server which has forwarder set why? to other server like this Auth Server for xvyz.com 192.168.3.15 Recursive Server 192.168.3.44 Now if I am debugging

Re: Queries regarding forwarders

2018-08-08 Thread Barry Margolin
In article , Blason R wrote: > Hi there, > > I am bit confused about DNS forwarders. I have two BIND Servers one is > being used as Authoritative DNS server which has forwarder set to other > server like this > > Auth Server for xvyz.com 192.168.3.15 > Recursive Serv

Queries regarding forwarders

2018-08-08 Thread Blason R
Hi there, I am bit confused about DNS forwarders. I have two BIND Servers one is being used as Authoritative DNS server which has forwarder set to other server like this Auth Server for xvyz.com 192.168.3.15 Recursive Server 192.168.3.44 Now if I am debugging from client side using -debug

Re: Why would a master zone use forwarders ?

2017-05-13 Thread Mik J via bind-users
Ben Croswell a écrit : If you load foo.com on server A and delegate bar.foo.com to server B with a global forwarder of server C you resolution will vary depending on forward first vs forward only and forwarders {}. With no forward {} the path for blah.bar.foo.com directed at server A will b

Re: Why would a master zone use forwarders ?

2017-05-12 Thread Ben Croswell
If you load foo.com on server A and delegate bar.foo.com to server B with a global forwarder of server C you resolution will vary depending on forward first vs forward only and forwarders {}. With no forward {} the path for blah.bar.foo.com directed at server A will be A > C > B With f

Re: Why would a master zone use forwarders ?

2017-05-12 Thread Mik J via bind-users
forward{} turns off global forwarding for that branch of the tree. On May 12, 2017 9:27 AM, "Mik J via bind-users" wrote: Hello, If my DNS is master/slave for a zone, why would I want it to use forwarders. In other terms why would I wantzone "mydomain.com" {     typ

Re: Why would a master zone use forwarders ?

2017-05-12 Thread Ben Croswell
branch of the tree. On May 12, 2017 9:27 AM, "Mik J via bind-users" wrote: > Hello, > > If my DNS is master/slave for a zone, why would I want it to use > forwarders. > > In other terms why would I want > zone "mydomain.com" > { > type master

Why would a master zone use forwarders ?

2017-05-12 Thread Mik J via bind-users
Hello, If my DNS is master/slave for a zone, why would I want it to use forwarders. In other terms why would I wantzone "mydomain.com" {     type master;     file "zones/master/com/mydomain.com";     allow-update { acl; }; }; Instead of (forwarders {}

Re: Question about forwarders option access

2016-11-14 Thread Techs-yama
Hi, Steve Thanks for comments! I was mistaken, recheck packet capture results, it was query to all server access in configuration. I thought single server access on first capture results But, I think better to more hight cache hit rate by sequential access(e.g. first access is static). Howev

Re: Question about forwarders option access

2016-11-13 Thread S Carr
On 14 November 2016 at 02:54, Techs-yama wrote: > Does not this configuration parameter [server address] is sequential access? No, it will use both, it will calculate the RTT for both servers and work out which one is responding faster and use that one for the majority of the queries, every so of

Question about forwarders option access

2016-11-13 Thread Techs-yama
Hi, bind-users All. I have question about "global forwarders option" in named.conf, For example, forwarders { 1.1.1.1; 2.2.2.2; }; I tried packet capture in this server on dig query, However, I looked like destination server access is randomized. looked like..

Re: forwarders (IPv6)

2016-09-13 Thread Mark Andrews
In message <3c929ce024ce174480d567360a8291b1ee69071...@hq1-mailmb-v1.trade.ftc.gov>, "Chakrapani, Praveen CTR via bind-users" writes: > > Hi, > > I added below line to my named.conf to include IPv6 addresses to the > forwarders list. However I am getting this erro

Re: forwarders (IPv6)

2016-09-13 Thread Graham Clinch
I added below line to my named.conf to include IPv6 addresses to the forwarders list. However I am getting this error *“Sep 13 10:33:06 servername named[24778]: [ID 873579 daemon.error] /etc/named.conf:158: expected IP address near '2001:1890:1C04:3000:0CB7:4432'”* That's bec

RE: forwarders (IPv6)

2016-09-13 Thread Darcy Kevin (FCA)
sc.org] On Behalf Of Chakrapani, Praveen CTR via bind-users Sent: Tuesday, September 13, 2016 4:48 PM To: 'bind-users@lists.isc.org' Subject: forwarders (IPv6) Hi, I added below line to my named.conf to include IPv6 addresses to the forwarders list. However I am getting this erro

forwarders (IPv6)

2016-09-13 Thread Chakrapani, Praveen CTR via bind-users
Hi, I added below line to my named.conf to include IPv6 addresses to the forwarders list. However I am getting this error "Sep 13 10:33:06 servername named[24778]: [ID 873579 daemon.error] /etc/named.conf:158: expected IP address near '2001:1890:1C04:3000:0CB7:4432'

Re: Slaves or Forwarders?

2016-08-25 Thread Mark Andrews
e request. Mark > - Kevin > > -Original Message- > From: bind-users [mailto:bind-users-boun...@lists.isc.org] On Behalf Of S Carr > Sent: Thursday, August 25, 2016 4:09 PM > To: bind-users > Subject: Re: Slaves or Forwar

RE: Slaves or Forwarders?

2016-08-25 Thread Darcy Kevin (FCA)
ginal Message- From: bind-users [mailto:bind-users-boun...@lists.isc.org] On Behalf Of S Carr Sent: Thursday, August 25, 2016 4:09 PM To: bind-users Subject: Re: Slaves or Forwarders? On 25 August 2016 at 21:06, Matus UHLAR - fantomas wrote: > just IXFRs or AXFRs too? > Isn't edns over UDP

Re: Slaves or Forwarders?

2016-08-25 Thread S Carr
On 25 August 2016 at 21:06, Matus UHLAR - fantomas wrote: > just IXFRs or AXFRs too? > Isn't edns over UDP enough in many cases? >From what I've seen in past testing any attempt to request an AXFR against BIND using UDP gets an immediate TC response. Steve ___

Re: Slaves or Forwarders?

2016-08-25 Thread Matus UHLAR - fantomas
In message <844475874024407090c1c2e9d5718...@mxph4chrw.fgremc.it>, "Darcy Kevin (FCA)" writes: From an InfoSec standpoint, of course one would prefer to use cryptographic methods of securing DNS data, but, in the absence of that, slaving could, arguably, be considered more secure than forwarding,

RE: Slaves or Forwarders?

2016-08-24 Thread Tony Finch
Darcy Kevin (FCA) wrote: > From an InfoSec standpoint, of course one would prefer to use > cryptographic methods of securing DNS data, Yes, use TSIG for zone transfers. You can also use it for forwarding. Tony. -- f.anthony.n.finchhttp://dotat.at/ - I xn--zr8h punycode Fair Isle, North F

Re: Slaves or Forwarders?

2016-08-23 Thread Mark Andrews
In message <844475874024407090c1c2e9d5718...@mxph4chrw.fgremc.it>, "Darcy Kevin (FCA)" writes: > From an InfoSec standpoint, of course one would prefer to use > cryptographic methods of securing DNS data, but, in the absence of that, > slaving could, arguably, be considered more secure than forwa

RE: Slaves or Forwarders?

2016-08-23 Thread Darcy Kevin (FCA)
ver instances (e.g. IPSEC tunnels). - Kevin -Original Message- From: bind-users [mailto:bind-users-boun...@lists.isc.org] On Behalf Of Tony Finch Sent: Tuesday, August 23, 2016 11:00 AM To: Baird, Josh Cc: bind-users@lists.isc.org Subject: Re: Slaves or Forwarders? Ba

Re: Slaves or Forwarders?

2016-08-23 Thread Tony Finch
master outside of my > environment). > Is this method of 'sub-slaves' considered an acceptable practice? Yes. (The new EDNS EXPIRE feature makes it a bit safer too.) > Some folks also like to use forwarders if they don't have the capability > to slave the zone.

Slaves or Forwarders?

2016-08-23 Thread Baird, Josh
). This seems to work well and makes management easier on my end. Is this method of 'sub-slaves' considered an acceptable practice? Some folks also like to use forwarders if they don't have the capability to slave the zone. In this scenario, I would have to create a 'forward&

Re: Question about how forwarders work

2014-12-16 Thread Barry Margolin
In article , Richard Thomas wrote: > Hi all, > > 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? Requests to forwarders always have the Recursion Requested flag set. So you could point them t

Re: Question about how forwarders work

2014-12-16 Thread Matus UHLAR - fantomas
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 w

RE: Question about how forwarders work

2014-12-16 Thread Richard Thomas
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;

Re: Question about how forwarders work

2014-12-11 Thread Matus UHLAR - fantomas
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

Question about how forwarders work

2014-12-11 Thread Richard Thomas
Hi, 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. I have had

Re: Internal clients' queries for "myhostname." get sent to forwarders. Why?

2014-03-12 Thread Mark Andrews
The search algorithms in libresolve/libbind are a compromise. If I had my way, back when libresolv was updated for RFC 1535, support for partially qualified domain names would have died. ndots was the compromise. Searches would have only continued on NXDOMAIN and unqualified names would not hav

Re: Internal clients' queries for "myhostname." get sent to forwarders. Why?

2014-03-12 Thread Lawrence K. Chen, P.Eng.
On 03/12/14 06:50, Tony Finch wrote: > Lawrence K. Chen, P.Eng. wrote: > >> If you have FQDN for machines, the problem might be that the domain >> isn't set in resolv.conf? > > The machines are configured with a bare hostname. If there isn't a search > or domain directive in /etc/resolv.conf a

Re: Internal clients' queries for "myhostname." get sent to forwarders. Why?

2014-03-12 Thread Tony Finch
Lawrence K. Chen, P.Eng. wrote: > If you have FQDN for machines, the problem might be that the domain > isn't set in resolv.conf? The machines are configured with a bare hostname. If there isn't a search or domain directive in /etc/resolv.conf and there isn't an entry for the machine in /etc/hos

Re: Internal clients' queries for "myhostname." get sent to forwarders. Why?

2014-03-11 Thread Lawrence K. Chen, P.Eng.
1/14 06:28, Tony Finch wrote: > Andreas Ntaflos wrote: >> >> Using Bind 9 on Ubuntu 12.04 for internal DNS (master for zones >> "dc01.example.at.", "7.1.10.in-addr.arpa.", ...) with forwarders (ISP's >> nameservers) for everything outside of inte

Re: Internal clients' queries for "myhostname." get sent to forwarders. Why?

2014-03-11 Thread Tony Finch
Andreas Ntaflos wrote: > > Using Bind 9 on Ubuntu 12.04 for internal DNS (master for zones > "dc01.example.at.", "7.1.10.in-addr.arpa.", ...) with forwarders (ISP's > nameservers) for everything outside of internal zones. > > The Problem: Clients,

Re: Internal clients' queries for "myhostname." get sent to forwarders. Why?

2014-03-10 Thread Dave Warren
7;s .hints file to locate the root servers, and from there, it will resolve whatever it needs to resolve recursively, taking over the roll of your upstream forwarder. I'm sure someone can post a link to proper documentation, if you need it. Incidentally, in the Windows world, you do the sa

Re: Internal clients' queries for "myhostname." get sent to forwarders. Why?

2014-03-10 Thread Kevin Darcy
ere you want the external namespaces to be visible (a configuration-management system helps here, to ensure configuration consistency; you mentioned you were using Puppet). For a forwarded *external* zone, you want "forward only" as the mode, since otherwise your internal boxes will tr

Re: Internal clients' queries for "myhostname." get sent to forwarders. Why?

2014-03-10 Thread Andreas Ntaflos
On 2014-03-10 22:23, Kevin Darcy wrote: Options: First, thanks a lot for the reply! So it seems what I described is indeed the expected behaviour for the type of DNS we operate? 1) Change nameservice-switch order (e.g. /etc/nsswitch.conf) on your hosts to prefer another source of name resol

Re: Internal clients' queries for "myhostname." get sent to forwarders. Why?

2014-03-10 Thread Kevin Darcy
M, Andreas Ntaflos wrote: Hi list, I hope I succeeded in articulating the problem we are facing and I apologize for the length of this post. Short version: Using Bind 9 on Ubuntu 12.04 for internal DNS (master for zones "dc01.example.at.", "7.1.10.in-addr.arpa.", ...) with forw

Internal clients' queries for "myhostname." get sent to forwarders. Why?

2014-03-10 Thread Andreas Ntaflos
Hi list, I hope I succeeded in articulating the problem we are facing and I apologize for the length of this post. Short version: Using Bind 9 on Ubuntu 12.04 for internal DNS (master for zones "dc01.example.at.", "7.1.10.in-addr.arpa.", ...) with forwarders (ISP's na

Re: Forwarders Timeout

2014-01-28 Thread Phil Fagan
That's kinda what I'm gleaning as well. On Tue, Jan 28, 2014 at 12:43 PM, Matus UHLAR - fantomas wrote: > On 28.01.14 10:08, Phil Fagan wrote: >> >> Is it possible to configure the forward (only|first) timeout? > > > AFAIK not (yet). The forwarder selection is done in the same way as the > server

Re: Forwarders Timeout

2014-01-28 Thread Matus UHLAR - fantomas
On 28.01.14 10:08, Phil Fagan wrote: Is it possible to configure the forward (only|first) timeout? AFAIK not (yet). The forwarder selection is done in the same way as the server selection by RTT meassuring. -- Matus UHLAR - fantomas, uh...@fantomas.sk ; http://www.fantomas.sk/ Warning: I wish

Forwarders Timeout

2014-01-28 Thread Phil Fagan
Is it possible to configure the forward (only|first) timeout? So, first query a server listed in the forwarders statement and upon receiving no resolution answer [ in ?configurable? seconds ] query another server (e.g., based on cached information or hints file configuration) (forward first

Re: forwarders and zone transfer to the same set of servers

2013-09-30 Thread Kevin Darcy
}; server 172.16.202.2 { keys { ab.dc.example.com; }; }; server 172.16.202.3 { keys { ab.dc.example.com; }; }; server 172.16.202.4 { keys { ab.dc.example.com; }; }; And i have my forwarders set to the same set of above servers.

forwarders and zone transfer to the same set of servers

2013-09-28 Thread sarath
xample.com; }; }; server 172.16.202.4 { keys { ab.dc.example.com; }; }; And i have my forwarders set to the same set of above servers...My bind options clause is shown below. forwarders { 172.16.202.1; 172.16.202.2; 172.16.202.3; 172.16.202.4; }; forward only; allow-query { any; }; allow-trans

Re: Reverse Lookups with Forwarders

2013-07-12 Thread Leonard Mills
helps, Len > > From: sumsum 2000 >To: bind-users@lists.isc.org >Sent: Friday, July 12, 2013 6:14 AM >Subject: Re: Reverse Lookups with Forwarders > > > >Along the same lines as that of ipv4 address: >i have the following

Re: Reverse Lookups with Forwarders

2013-07-12 Thread btb
28 and > network range is 191.168.100.129 - 191.168.100.190 > > in this specific case, this is what i end up with zone file configuration: > zone "128.100.168.192.in-addr.arpa" IN { > type forward; >

Re: Reverse Lookups with Forwarders

2013-07-12 Thread sumsum 2000
, this is what i end up with zone file configuration: zone "128.100.168.192.in-addr.arpa" IN { type forward; forwarders {10.213.246.15;}; fo

Re: Reverse Lookups with Forwarders

2013-07-09 Thread sumsum 2000
Thanks for the info On Tue, Jul 9, 2013 at 1:03 PM, Matus UHLAR - fantomas wrote: > On 09.07.13 11:51, sumsum 2000 wrote: > >> I have a reverse lookup zone file configuration as follows: >> zone "0/24.110.252.173.in-addr.**arpa" { >> > [...] > > When I do dig -x 172.252.110.27, I expect it to f

Re: Reverse Lookups with Forwarders

2013-07-09 Thread btb
On 2013.07.09 03.18, sumsum 2000 wrote: What I am trying to achieve is this: I am using BIND9 only for forwarding DNS requests to other DNS Servers. I want the entire hosts in the network : 173.252.110.0 with the host range: 173.252.110.1 - 173.252.110.254 with a total 254 addresses to be

Re: Reverse Lookups with Forwarders

2013-07-09 Thread Matus UHLAR - fantomas
On 09.07.13 11:51, sumsum 2000 wrote: I have a reverse lookup zone file configuration as follows: zone "0/24.110.252.173.in-addr.arpa" { [...] When I do dig -x 172.252.110.27, I expect it to forward it to 10.10.96.1, but instead, it uses the default resolver. [...] So if DNS Server X is confi

Re: Reverse Lookups with Forwarders

2013-07-09 Thread Doug Barton
include "/etc/named.conf.test"; named.conf.test: == view "default" IN { max-cache-ttl 600; max-ncache-ttl 600; zone "." IN {

Re: Reverse Lookups with Forwarders

2013-07-09 Thread sumsum 2000
ot;/etc/rndc.key"; include "/etc/named.conf.test"; named.conf.test: == view "default" IN { max-cache-ttl 600; max-ncache-ttl 600;

Re: Reverse Lookups with Forwarders

2013-07-08 Thread Doug Barton
It's not at all clear from your description what you're trying to accomplish. Particularly it's not clear what you seem to be trying to accomplish with the 2317 delegation for a /24 zone. Can you describe what you're trying to do, and why? It may be easier to help you that way. Please use the

Re: Reverse Lookups with Forwarders

2013-07-08 Thread Jason Hellenthal
Oops mistype range: 172.16.0.0 > 172.31.255.255 range b10: 2886729728 > 2887778303 range b16: 0xac10 > 0xac1f hosts: 1048576 prefixlen: 12 mask:255.240.0.0 -- Jason Hellenthal I

Re: Reverse Lookups with Forwarders

2013-07-08 Thread Leonard Mills
, July 8, 2013 11:21 PM >Subject: Reverse Lookups with Forwarders > > > >I have a reverse lookup zone file configuration as follows: >zone "0/24.110.252.173.in-addr.arpa" { >type forward; forward only; >forwarders {10.10.96.1;}; >}; > > >When I do dig -x 1

Re: Reverse Lookups with Forwarders

2013-07-08 Thread Jason Hellenthal
Only thing I see to be missing here is actual Class B address space 172.16/12 but instead you are trying to forward from Class A public address space assigned to FACEBOOK. I don't quite think you will get that to work... That is unless you are the Facebook authoritative server... range:

Reverse Lookups with Forwarders

2013-07-08 Thread sumsum 2000
I have a reverse lookup zone file configuration as follows: zone "0/24.110.252.173.in-addr.arpa" { type forward; forward only; forwarders {10.10.96.1;}; }; When I do dig -x 172.252.110.27, I expect it to forward it to 10.10.96.1, but instead, it uses the default resol

Re: Queries using forwarders

2013-06-03 Thread Warren Kumari
On Jun 3, 2013, at 4:31 PM, John Miller wrote: > Hi Mike, > > To keep my answer simple, if BIND is set up to allow recursion, and gets a > recursive query for a zone it's not authoritative for, it'll: > > 1) Answer from cache > 2) pass the query off to the co

Re: Queries using forwarders

2013-06-03 Thread Kevin Darcy
ke S wrote: Hello all, I was trying to follow the thread on the NXDOMAIN and got lost. :) I have a question about using forwarders. If the DNS that is using forwarders receives a query for a zone it's not authoritative for even if it's in the same network, does it go to the forwa

Re: Queries using forwarders

2013-06-03 Thread John Miller
Hi Mike, To keep my answer simple, if BIND is set up to allow recursion, and gets a recursive query for a zone it's not authoritative for, it'll: 1) Answer from cache 2) pass the query off to the configured forwarders 3) If the forwarders are unavailable, follow delegation itself

Re: Queries using forwarders

2013-06-03 Thread Steven Carr
r microsoft.com goes no where near your server and points at Microsoft's DNS servers. On 3 June 2013 20:36, Ward, Mike S wrote: > Hello all, I was trying to follow the thread on the NXDOMAIN and got lost. :) > I have a question about using forwarders. If the DNS that is using forwarders

Queries using forwarders

2013-06-03 Thread Ward, Mike S
Hello all, I was trying to follow the thread on the NXDOMAIN and got lost. :) I have a question about using forwarders. If the DNS that is using forwarders receives a query for a zone it's not authoritative for even if it's in the same network, does it go to the forwarders for zone i

Re: Setting a timeout for forwarders

2013-03-25 Thread Matus UHLAR - fantomas
ve DNS that are declared as a forwarder in the named.conf.options settings. Why do you define such forwarders in named.conf at all? -- 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 c

Setting a timeout for forwarders

2013-03-24 Thread Stephen Wood
I have bind set up to forward only. Is it possible to declare a timeout for recursive queries? I can't seem to find a setting I'm trying to protect against slow or unresponsive DNS that are declared as a forwarder in the named.conf.options settings. ___

Disable SRTT and enable round-robin for forwarders

2013-03-22 Thread Stephen Wood
I have a question about how smooth round-trip-time (srtt) works. If I declare 5 separate DNS servers to forward queries to and one of them is much faster than the other one, naturally the bulk of all queries will go towards that host because of its low curve, correct? However, what happens when th

Re: global forwarders - current BIND9 behaviour documentation

2012-07-25 Thread Ben Croswell
All forwarders in the list will tried at least some. Every time the fastest forwarder responds the srtt of the remaining forwarders are decayed. Eventually they will be lower and get tried. If they are slower than the original fastest their srtt go back up and the original will be used again. It&#

  1   2   >