bind9得到“坏区转移请求”

我的Debian服务器充当我拥有的域名的DNS服务器。 由于我的ISP也为我分配了一个子域,所以我的DNS服务器也有这个主机的一些条目。 换句话说,我有/etc/bind/db.domain-i-own.tld几个条目 /etc/bind/db.192 ,也有几个条目。 而我的named.conf.local

 zone "domain-i-own.tld" { type master; file "/etc/bind/db.domain-i-own.tld"; }; zone "<my-public-ip>.in-addr.arpa" { type master; notify no; file "/etc/bind/db.192"; }; 

几天前,我的日志中出现了以下内容:

  client 137.xxx.xxx.xxx#xxxxx: bad zone transfer request: 'my-isp.tld/IN': non-authoritative zone (NOTAUTH) 

我真的不明白发生了什么事。 有人试图欺骗我的DNS服务器相信它应该成为我的ISP的整个域的根DNS服务器(所以不仅是我的子域)? 我应该通知我的ISP吗?

有人( 137.xxx.xxx.xxx )要求您的域名服务器向他们发送my-isp.tld区域的内容,您的域名服务器响应的请求表示对该区域不具有权威性。

我不认为这有什么困扰你的ISP,特别是如果这个客户端IP地址不属于他们。