Re: [Pdns-users] Powerdns server is not passing Authority parameter

2021-01-19 Thread Markus Ehrlicher via Pdns-users
me: 16 msec ;; SERVER: 216.239.32.10#53(216.239.32.10) ;; WHEN: Tue Jan 19 10:46:20 CET 2021 ;; MSG SIZE rcvd: 54 Von: Pdns-users Im Auftrag von Markus Ehrlicher via Pdns-users Gesendet: Dienstag, 19. Januar 2021 10:56 An: pdns-users@mailman.powerdns.com Betreff: Re: [Pdns-users] Powerdns serve

Re: [Pdns-users] Powerdns server is not passing Authority parameter

2021-01-19 Thread Dedan Irungu via Pdns-users
Thank you for the advice. I will make the changes and see how it will work. On Tue, Jan 19, 2021 at 1:37 PM Brian Candler wrote: > On 19/01/2021 10:07, Dedan Irungu via Pdns-users wrote: > > The issue was on dnsdist configuration it worked by changing. > > recursive_ips:addMask('0.0.0.0/

Re: [Pdns-users] Powerdns server is not passing Authority parameter

2021-01-19 Thread Brian Candler via Pdns-users
On 19/01/2021 10:07, Dedan Irungu via Pdns-users wrote: The issue was on dnsdist configuration it worked by changing.     recursive_ips:addMask('0.0.0.0/ 0')      to     recursive_ips:addMask('127.0.0.1/8 ') Thank you for your assistance. By the way, if

Re: [Pdns-users] Powerdns server is not passing Authority parameter

2021-01-19 Thread Dedan Irungu via Pdns-users
th „pdnsutil edit-zone essyfortunes.com“. > > > > Best regards, > > Markus > > > > *Von:* Dedan Irungu > *Gesendet:* Dienstag, 19. Januar 2021 11:19 > *An:* Markus Ehrlicher > *Cc:* pdns-users@mailman.powerdns.com > *Betreff:* Re: [Pdns-users] Powerdns serve

Re: [Pdns-users] Powerdns server is not passing Authority parameter

2021-01-19 Thread Markus Ehrlicher via Pdns-users
-users@mailman.powerdns.com Betreff: Re: [Pdns-users] Powerdns server is not passing Authority parameter How can I change it? I had made the changes on pdns.conf as shown below; default-soa-name=ns1.gifwebhost.com<http://ns1.gifwebhost.com> Why is it picking a.misconfigured.powerdns.server

Re: [Pdns-users] Powerdns server is not passing Authority parameter

2021-01-19 Thread Dedan Irungu via Pdns-users
How can I change it? I had made the changes on pdns.conf as shown below; default-soa-name=ns1.gifwebhost.com Why is it picking a.misconfigured.powerdns.server. On Tue, Jan 19, 2021 at 1:02 PM Markus Ehrlicher via Pdns-users < pdns-users@mailman.powerdns.com> wrote: > …and here is your problem

Re: [Pdns-users] Powerdns server is not passing Authority parameter

2021-01-19 Thread Dedan Irungu via Pdns-users
OPT PSEUDOSECTION: > > ; EDNS: version: 0, flags:; udp: 512 > > ;; QUESTION SECTION: > > ;google.de. IN A > > > > ;; ANSWER SECTION: > > google.de. 300 IN A 172.217.18.99 > > > > > > *Von:* D

Re: [Pdns-users] Powerdns server is not passing Authority parameter

2021-01-19 Thread Markus Ehrlicher via Pdns-users
…and here is your problem: Your SOA-Record is wrong. dig essyfortunes.com @ns1.gifwebhost.com SOA ; <<>> DiG 9.11.3-1ubuntu1.13-Ubuntu <<>> essyfortunes.com @ns1.gifwebhost.com SOA ;; global options: +cmd ;; Got answer: ;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 47367 ;; flags: qr aa rd

Re: [Pdns-users] Powerdns server is not passing Authority parameter

2021-01-19 Thread Markus Ehrlicher via Pdns-users
Gesendet: Dienstag, 19. Januar 2021 10:21 An: Dedan Irungu mailto:dedaniru...@gmail.com>> Cc: pdns-users-ml mailto:pdns-users@mailman.powerdns.com>> Betreff: Re: [Pdns-users] Powerdns server is not passing Authority parameter Hi, Could you share the configuration of the PDNS Auth ser

Re: [Pdns-users] Powerdns server is not passing Authority parameter

2021-01-19 Thread Dedan Irungu via Pdns-users
Attached is the powerdns configuration file. On Tue, Jan 19, 2021 at 12:21 PM wrote: > Hi, > > Could you share the configuration of the PDNS Auth server please? > > Frank Louwers > Certified PowerDNS Consultant @ Kiwazo.be > > On 19 Jan 2021, at 10:08, Dedan Irungu via Pdns-users < > pdns-user

Re: [Pdns-users] Powerdns server is not passing Authority parameter

2021-01-19 Thread Markus Ehrlicher via Pdns-users
] Powerdns server is not passing Authority parameter Hi, Could you share the configuration of the PDNS Auth server please? Frank Louwers Certified PowerDNS Consultant @ Kiwazo.be<http://Kiwazo.be> On 19 Jan 2021, at 10:08, Dedan Irungu via Pdns-users mailto:pdns-users@mailman.powerdns.com>&g

Re: [Pdns-users] Powerdns server is not passing Authority parameter

2021-01-19 Thread frank+pdns--- via Pdns-users
Hi, Could you share the configuration of the PDNS Auth server please? Frank Louwers Certified PowerDNS Consultant @ Kiwazo.be > On 19 Jan 2021, at 10:08, Dedan Irungu via Pdns-users > mailto:pdns-users@mailman.powerdns.com>> > wrote: > > I have made the changes request as

Re: [Pdns-users] Powerdns server is not passing Authority parameter

2021-01-19 Thread Dedan Irungu via Pdns-users
I have made the changes request as soon below. The server does not serve authoritative results. setLocal('85.10.203.183') setACL({'0.0.0.0/0', '::/0'}) -- Allow all IPs access newServer({address='85.10.203.183:5300', pool='auth'}) newServer({address='85.10.203.183:5301', pool='rec

Re: [Pdns-users] Powerdns server is not passing Authority parameter

2021-01-19 Thread Brian Candler via Pdns-users
On 19/01/2021 08:40, Dedan Irungu via Pdns-users wrote:    recursive_ips:addMask('0.0.0.0/0 ') -- These network masks are the ones from allow-recursion in the Authoritative Server      addAction(NetmaskGroupRule(recursive_ips), PoolAction('recursor')) These two lines togeth

Re: [Pdns-users] Powerdns server is not passing Authority parameter

2021-01-19 Thread Dedan Irungu via Pdns-users
I have made the changes as requested and the new dnsdist.conf is as follows; setLocal('85.10.203.183') setACL({'0.0.0.0/0', '::/0'}) -- Allow all IPs access newServer({address='85.10.203.183:5300', pool='auth'}) newServer({address='85.10.203.183:5301', pool='recursor'})

Re: [Pdns-users] Powerdns server is not passing Authority parameter

2021-01-18 Thread Jacob Bunk Nielsen via Pdns-users
Hi On 19/01/2021 07.41, Dedan Irungu via Pdns-users wrote: I have installed powerdns on the server to serve DNS requests. The setup has powerdns at port 5300, recursor at port 5301 and dnsdist at port 53. You never send any queries to you auth server. setLocal('85.10.203.183') setACL({'0.

[Pdns-users] Powerdns server is not passing Authority parameter

2021-01-18 Thread Dedan Irungu via Pdns-users
I have installed powerdns on the server to serve DNS requests. The setup has powerdns at port 5300, recursor at port 5301 and dnsdist at port 53. If I perform a dig I am getting the results below which is not authoritative hence is ignored by other nameservers. 1.while calling recursor: dig a e