On 25/11/13 17:31, Listas wrote:
On 25-11-2013 14:22, Phil Mayers wrote:

No, because you told your recursive it was authoritative and gave it
an empty zone file.


Thank you Phil.

But it is a private network zone. The query cannot go to the DNS root
servers, must be forwarded to the authoritative server for the zone
(ns1.mydomain.com).

You have not understood me, or I've been unclear.

You have the following config on your recursive:

zone "5.a.8.3.2.e.3.f.0.0.d.f.ip6.arpa" IN {
  type master;
  file "...";
}

THIS is your problem; the zone file contains nothing except a single NS record at zone apex, so queries to the zone don't return anything.

You will either need to:

 1. Stop being a master for the zone, and forward/stub appropriately
2. Put a proper zone cut (delegation) into your local master, pointing at your authoritative server
_______________________________________________
Please visit https://lists.isc.org/mailman/listinfo/bind-users to unsubscribe 
from this list

bind-users mailing list
bind-users@lists.isc.org
https://lists.isc.org/mailman/listinfo/bind-users

Reply via email to