BIND authoritative name server: SERVFAIL?
Posted
by
Luca Tettamanti
on Server Fault
See other posts from Server Fault
or by Luca Tettamanti
Published on 2011-01-25T14:44:08Z
Indexed on
2011/01/31
7:27 UTC
Read the original article
Hit count: 599
I have a BIND 9.6 instance that acts as a caching NS for the whole building and is also authoritative for an internal zone ("example" below):
zone "example" {
type master;
file "example";
update-policy { grant dhcp-update subdomain example. A TXT; };
};
Due to a rogue switch we lost connectivity with the rest of the world, and the NS started answering SERVFAIL; what surprised me was that the server was also unable to respond to queries for the example domain.
What is the reason of this behavior? Shouldn't the NS be able to answer since it has authoritative data?
edit: The rest of the configuration is the standard one shipped with Debian: hints for the root servers and the zones for localhost and broadcast.
© Server Fault or respective owner