Re: forward first and fallback not working

2016-08-24 Thread /dev/rob0
On Wed, Aug 24, 2016 at 05:28:55PM +0200, Marco Felettigh wrote: > The dns resolution with 8.8.8.8 works fine with "forward first" if > 8.8.8.8 is working but for testing i blocked with an intermediate > firewall the dns requests to the forwarder and two things happened > (the second one is bad)

Re: forward first and fallback not working

2016-08-24 Thread Marco Felettigh
> > - > > kevin > > > > > > -Original Message- > > From: bind-users [mailto:bind-users-boun...@lists.isc.org] On Behalf > > Of ma...@nucleus.it Sent: Tuesday, August 23, 2016 6:42 AM > > To: b

Re: forward first and fallback not working

2016-08-24 Thread marco
isc.org] On Behalf > Of ma...@nucleus.it Sent: Tuesday, August 23, 2016 6:42 AM > To: bind-users@lists.isc.org > Subject: forward first and fallback not working > > Hi, > bind 9.10.3_p4 with this global option: > > forward first; > > forwarders { >8.8.8.8;

RE: forward first and fallback not working

2016-08-23 Thread Darcy Kevin (FCA)
...@lists.isc.org] On Behalf Of ma...@nucleus.it Sent: Tuesday, August 23, 2016 6:42 AM To: bind-users@lists.isc.org Subject: forward first and fallback not working Hi, bind 9.10.3_p4 with this global option: forward first; forwarders { 8.8.8.8; }; If i dig from localhost or any client and 8.8.8.8

forward first and fallback not working

2016-08-23 Thread marco
Hi, bind 9.10.3_p4 with this global option: forward first; forwarders { 8.8.8.8; }; If i dig from localhost or any client and 8.8.8.8 answers all is ok but if 8.8.8.8 is unreachable or it doesn't respond, bind doesn't fallback on himslef asking to root server etc . This is not expected. Anyo