[Pdns-users] dns update across dnsdist

Marc Boisis marc.boisis at univ-lr.fr
Mon Feb 10 21:42:15 UTC 2020


Hi,
Here is my config:
[isc-dhcp] ----dns update---->[dnsdist--->pdns authoritative]
the isc dhcp server(v4.4.2) send a dns update query with a tsig key(hmac-md5). (I see it with tcpdump/wireshark).
When the authoritative get the request, it said : "UPDATE (9470) from 127.0.0.1 for my-domain.com: TSIG key required, but packet does not contain key. Sending REFUSED"
my dnsdist config is:
newServer({address='127.0.0.1:5300', pool='auth'})
addAction(OpcodeRule(DNSOpcode.Update), PoolAction("auth") )
my authoritative config:
allow-dnsupdate-from=127.0.0.0/8
dnsupdate=yes
I miss something  ?
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mailman.powerdns.com/pipermail/pdns-users/attachments/20200210/7b3c68dd/attachment.htm>


More information about the Pdns-users mailing list