Re: [Pdns-users] recursor getting ServFail from public DNS servers?

2018-09-28 Thread Mohamed Lrhazi
Yup. I just figured it out too :) I was using this forward-zones when I should be using forward-zones-recurse Somehow, some queries did work, which confused me more.. Thanks a lot. On Fri, Sep 28, 2018 at 9:35 PM David wrote: > On 2018-09-28 4:40 PM, Mohamed Lrhazi wrote: > > I trying a new

Re: [Pdns-users] recursor getting ServFail from public DNS servers?

2018-09-28 Thread David
On 2018-09-28 4:40 PM, Mohamed Lrhazi wrote: I trying a new deployment, with PowerDNS Recursor 4.1.4 And I seem to be getting failures systematically for some records, such as this example : Sep 28 20:21:35 [8] mit.edu : initial validation status for mit.edu i

Re: [Pdns-users] recursor getting ServFail from public DNS servers?

2018-09-28 Thread Mohamed Lrhazi
and for completeness sake, tested with the 4.0 repo and got same results... if my rebuilds/tests are correct :) On Fri, Sep 28, 2018 at 6:54 PM Mohamed Lrhazi wrote: > Just tested with the rpm from the mater branch repo, same issue! > > On Fri, Sep 28, 2018 at 6:43 PM Mohamed Lrhazi wrote: > >>

Re: [Pdns-users] recursor getting ServFail from public DNS servers?

2018-09-28 Thread Mohamed Lrhazi
Just tested with the rpm from the mater branch repo, same issue! On Fri, Sep 28, 2018 at 6:43 PM Mohamed Lrhazi wrote: > Actually, querying the same problem record, from one of those public DNS > servers, from the same docker container on the same machine, works fine: > > [root@84d867895136 /]#

Re: [Pdns-users] recursor getting ServFail from public DNS servers?

2018-09-28 Thread Mohamed Lrhazi
Actually, querying the same problem record, from one of those public DNS servers, from the same docker container on the same machine, works fine: [root@84d867895136 /]# dig txt mit.edu @1.1.1.1 ; <<>> DiG 9.9.4-RedHat-9.9.4-61.el7_5.1 <<>> txt mit.edu @1.1.1.1 ;; global options: +cmd ;; Got answe

[Pdns-users] recursor getting ServFail from public DNS servers?

2018-09-28 Thread Mohamed Lrhazi
I trying a new deployment, with PowerDNS Recursor 4.1.4 And I seem to be getting failures systematically for some records, such as this example : Sep 28 20:21:35 [8] mit.edu: initial validation status for mit.edu is Indeterminate Sep 28 20:21:35 [8] mit.edu: Cache consultations done, have 1 NS to

Re: [Pdns-users] Different replies based on origin of query

2018-09-28 Thread Pieter Lexis
Hi Jason, On 9/28/18 4:55 PM, Jason Bailey wrote: > Is there a way with pdns (auth) version 4.1 to essentially accomplish > what BIND does with views? In other words, different responses for the > same DNS records based on what IP or IPs the queries come from? > > Suppose I wanted a given zone on

[Pdns-users] Different replies based on origin of query

2018-09-28 Thread Jason Bailey
Is there a way with pdns (auth) version 4.1 to essentially accomplish what BIND does with views? In other words, different responses for the same DNS records based on what IP or IPs the queries come from? Suppose I wanted a given zone only to resolve if the queries come from a select IP -- ca