<div dir="ltr"><div>Hi all,<br><br>I'm setting up Unbound in my home lab and am having trouble forwarding PTR queries to my Knot DNS server. My A queries for `<a href="http://econger.net">econger.net</a>` work fine, but reverse lookups for the <a href="http://10.0.0.0/24">10.0.0.0/24</a> range appear to follow the normal recursion path to the root servers, as indicated by my query logs.<br><br>Here is my test configuration:<br><br>remote-control:<br>  control-enable: yes<br>  control-interface: /run/unbound.ctl<br><br>server:<br>  verbosity: 3<br>  log-servfail: yes<br>  auto-trust-anchor-file: "/var/lib/unbound/root.key"<br>  qname-minimisation: yes<br>  interface: 10.0.0.11<br>  access-control: <a href="http://10.0.0.0/16">10.0.0.0/16</a> allow<br>  private-address: <a href="http://10.0.0.0/24">10.0.0.0/24</a><br>  private-domain: <a href="http://econger.net">econger.net</a>.<br>  private-domain: 0.0.10.in-addr.arpa.<br><br>stub-zone:<br>  name: "<a href="http://econger.net">econger.net</a>."<br>  stub-addr: 10.0.0.14<br><br>stub-zone:<br>  name: "0.0.10.in-addr.arpa."<br>  stub-addr: 10.0.0.14<br><br>While the <a href="http://econger.net">econger.net</a> stub works fine, the 0.0.10.in-addr.arpa stub does not. I also tried configuring these as forward-zone entries using forward-addr, but I got the same result.<br><br>Here’s the error I see during reverse lookups:<br><br>root@raspy1:/etc/unbound# nslookup 10.0.0.1 10.0.0.11<br>** server can't find 1.0.0.10.in-addr.arpa: NXDOMAIN<br><br>However, querying the same address directly from my Knot DNS server works fine:<br><br>root@raspy1:/etc/unbound# nslookup 10.0.0.1 10.0.0.14<br>1.0.0.10.in-addr.arpa name = <a href="http://fw1.econger.net">fw1.econger.net</a>.<br><br>I'm using Unbound version 1.19.2-1ubuntu3.2 on Ubuntu 24.04.1 on a Raspberry Pi 3 B+, and Knot DNS version 3.3.4-1.1build2 on the same hardware/OS combo.<br><br>Any advice on what might be wrong or how to resolve the issue would be greatly appreciated!<br><br>Thanks,<br>April<br></div><div><br></div></div>