<div dir="ltr">Hello.<br><br>I'm a new user of PowerDNS and first time writing to this group.<br><br>I have questions regarding IXFR. I have a problem in my lab where pdns is refusing IXFR requests to check current serial of a master zone in pdns. This seems to appear when IXFR is requested over UDP.<br><br>PowerDNS Authoritative Server 4.4.0-alpha3<br><br>Here's how I test the same scenario with dig.<br><br>Successful IXFR request - this also show up in pdns logs<br>dig <a href="http://example.com">example.com</a> ixfr=1<br>; <<>> DiG 9.11.3-1ubuntu1.13-Ubuntu <<>> <a href="http://example.com">example.com</a> ixfr=1 @<a href="http://10.10.1.10">10.10.1.10</a><br>;; global options: +cmd<br><a href="http://example.com">example.com</a>. 3600 IN SOA <a href="http://ns1.example.com">ns1.example.com</a>. <a href="http://example.com">example.com</a>. 1 10800 3600 604800 3600<br>;; Query time: 3 msec<br>;; SERVER: 10.10.1.10#53(10.10.1.10)<br>;; WHEN: Mon Nov 23 12:01:15 CET 2020<br>;; XFR size: 1 records (messages 1, bytes 117)<br><br>Non successful IXFR request forcing udp - pdns logging event in log-dns-queries<br>dig <a href="http://example.com">example.com</a> ixfr=1 +notcp<br>; <<>> DiG 9.11.3-1ubuntu1.13-Ubuntu <<>> <a href="http://example.com">example.com</a> ixfr=1 @<a href="http://10.10.1.10">10.10.1.10</a> +notcp<br>;; global options: +cmd<br>;; Query time: 1 msec<br>;; SERVER: 10.10.1.10#53(10.10.1.10)<br>;; WHEN: Mon Nov 23 12:02:34 CET 2020<br>;; MSG SIZE  rcvd: 41<br><br>PowerDNS log<br>pdns[32522]: Remote 10.10.1.91 wants '<a href="http://example.com">example.com</a>|IXFR', do = 0, bufsize = 1232 (4096): packetcache MISS<br><br>Best regards,<br>Sebastian<br></div>