No subject
Daniel Armando Rodriguez
drodriguez at unau.edu.ar
Mon Aug 5 19:09:20 UTC 2024
I have a resolver that is not resolving several domains. So far what I
found in logs is this message, repeated several times in the span of every
minute
*nssv named[38251]: resolver priming query complete: failure*
I'm using BIND 9.18.28
This is current config
# named-checkconf -p
options {
directory "/var/cache/bind";
listen-on {
"any";
};
version none;
auth-nxdomain yes;
recursion yes;
response-policy {
zone "rpz.local";
zone "rpz.local.notransfer";
};
allow-query {
"any";
};
forwarders {
};
};
server ::/0 {
bogus yes;
};
zone "168.192.in-addr.arpa" {
type master;
file "/etc/bind/db.empty";
};
zone "8.168.192.in-addr.arpa" {
type master;
file "/etc/bind/zonas/inv.8.168.192";
};
zone "rpz.local" {
type master;
file "/etc/bind/zonas/rpz.local";
allow-query {
"localhost";
};
};
zone "rpz.local.notransfer" {
type master;
file "/etc/bind/zonas/rpz.local.notransfer";
allow-query {
"localhost";
};
allow-transfer {
"localhost";
};
};
zone "." {
type hint;
file "/usr/share/dns/root.hints";
};
zone "localhost" {
type master;
file "/etc/bind/db.local";
};
zone "unau.edu.ar" {
type master;
file "/etc/bind/zonas/publica.unau.edu.ar";
allow-query {
"any";
};
};
zone "253.4.45.in-addr.arpa" {
type master;
file "/etc/bind/zonas/inv.253.4.45";
};
Any ideas will be of great help.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.isc.org/pipermail/bind-users/attachments/20240805/8082b7a6/attachment.htm>
More information about the bind-users
mailing list