Re: [Pdns-users] txt record not returning a value

2024-11-08 Thread Nico CARTRON via Pdns-users
Hi Curtis, On 08-Nov-2024 13:37 CET, wrote: > Hello, > > I'm trying to set up an external dmarc permission in pdns authoritative > 4.8.4. I'm fixing to upgrade to the latest, but that is a complex task given > the confiruration file format change and the lack of support for non-systemd > server

Re: [Pdns-users] How to config pdns to send notification to addres not in "IN NS" record.

2024-03-12 Thread Nico Cartron via Pdns-users
> On 12 Mar 2024, at 12:54, Brian Candler via Pdns-users > wrote: > > On 12/03/2024 11:40, Bino Oetomo wrote: >> I run --> tcpdump -vv --interface eth1 port 53 at powerdns box , got no >> traffic indicating notification sent. >> But when I restart the bind9 service at the slave, tcpdump shows

Re: [Pdns-users] Lighning Stream LMDB - Encryption ?

2023-09-07 Thread Nico Cartron via Pdns-users
Hi Laura, On 9/7/23 14:48, Laura Smith via Pdns-users wrote: PDNS with Lightning Stream LMDB looks like a welcome addition but having briefly glanced over the docs, I cannot see any client-side encryption settings, not even the option to use CMK on S3 blobs. Are there eventual plans for addin

Re: [Pdns-users] Issue with lightningstream replication not working

2023-05-19 Thread Nico Cartron via Pdns-users
Hi again, On 5/18/23 09:15, Nico Cartron via Pdns-users wrote: Answering to myself after I've been pointed out off-list that I was missing lmdb-shards=1 in my pdns.conf I don't know how I missed that, but as soon as I added that line, lightningstream sync worked straight away and

Re: [Pdns-users] Issue with lightningstream replication not working

2023-05-18 Thread Nico Cartron via Pdns-users
new zones, editing the content of a zone etc Thank you Konrad! :-) Cheers, -- Nico On 5/17/23 22:24, Nico Cartron via Pdns-users wrote: Hi, I'm testing PDNS Auth 4.8-beta1 with lightningstream on FreeBSD 13. I compiled PDNS manually with LMDB module (and gmake, as suggested in the README

[Pdns-users] Issue with lightningstream replication not working

2023-05-17 Thread Nico Cartron via Pdns-users
Hi, I'm testing PDNS Auth 4.8-beta1 with lightningstream on FreeBSD 13. I compiled PDNS manually with LMDB module (and gmake, as suggested in the README), and am using Backblaze B2 as S3 backend. The Lightningstream log indicate that replication happens in both directions, and I can indeed see

Re: [Pdns-users] Powerdns on AWS Instances

2021-04-27 Thread Nico CARTRON via Pdns-users
On 27-Apr-2021 21:17 CEST, wrote: > Hello, > > Is it possible to deploy powerdns on aws instances and have the instances > run behind an ec2 load balancer? > Any tips to set this up would be really helpful. > > My current design is a powerdns server and a pdns-recursor running on the > same hos

Re: [Pdns-users] What determines authoritative?

2020-06-20 Thread Nico CARTRON via Pdns-users
Hi, On 20-Jun-2020 17:47 CEST, wrote: > Yes, this is probably a dumb question, but I couldn't figure it out in > 20 minutes of googling. > > I have a pdns installation for my local network. V4.1.13. Mysql > backend. > > I noticed while debugging something else that it is returning > non-autho

Re: [Pdns-users] Sub-domains delegation. I am not sure what I missed.

2020-06-01 Thread Nico CARTRON via Pdns-users
Hi, On 01-Jun-2020 12:19 CEST, wrote: > I've got a test PDNS auth with mysql running in my internal network for the > domain and delegate the vlan100 subdomain to another DNS in the network > (see mysql extract below). I'm not sure why I'm not getting any answer > for the A record test. When I d

Re: [Pdns-users] dnssec and lua-config--file

2020-05-12 Thread Nico CARTRON via Pdns-users
On 12-May-2020 19:11 CEST, wrote: > Hi, > > Yes I do : > > cat recursor.conf | grep -v '^\s*$\|^\s*\#' > config-dir=/etc/powerdns > dnssec-log-bogus=yes > hint-file=/usr/share/dns/root.hints > local-address=0.0.0.0 > local-port=3334 > *lua-config-file=/etc/powerdns/recursor.lua* > quiet=yes > s

Re: [Pdns-users] dnssec and lua-config--file

2020-05-12 Thread Nico CARTRON via Pdns-users
Hi Pierre, On 12-May-2020 16:59 CEST, wrote: > Hello, > > I'm testing pdns-recursor and I'd like to config it in order to : > >- resolves normally exemple.net >- forwards the request foo.example.net to an internal authoritative >server > > I've read the documentation, and found :

Re: [Pdns-users] Fallback to recursor if authoritative fails

2020-04-30 Thread Nico CARTRON via Pdns-users
Hi Saad, On 01-May-2020 05:17 CEST, wrote: > Hi, > > My use case is such that I have some local as well as TLD domains inside > the authoritative server but I would also like to use a recursor so that > local clients can send queries for let's say google.com. > > Is there a way to do this in s