• Welcome to Hurricane Electric's IPv6 Tunnel Broker Forums.

Unsuccessful notification reports

Started by lgwapnitsky, February 20, 2022, 08:06:28 AM

Previous topic - Next topic

lgwapnitsky

I've configured PowerDNS to send "notify" requests to ns1.he.net. I'm receiving the following in my logs consistently:

Feb 20 10:44:28 ns1 pdns_server[55090]: Received unsuccessful notification report for 'test.domain.com' from 216.218.130.2:53, error: Query Refused
Feb 20 10:44:31 ns1 pdns_server[55090]: Received unsuccessful notification report for 'test.domain.com' from [2001:470:100::2]:53, error: Query Refused

(edited name of real domain)

Any suggestions?

Thank you

passport123

> Any suggestions?


Maybe show a tcpdump of the outgoing and incoming notification packets.  That would help narrow down a problem.



divad27182


ewb

Correct.  The "also-notify" line for BIND will look something like this in context:

        zone "example.com" {
                type master;
                file "db.example.com";
                also-notify { 216.218.130.2; };
                allow-update { none; };
        };