BIND9 反向查找仅在一个区域失败,其他区域均正常工作。我正在使用以下配置设置内部 DNS 服务器。我已为 /8 网络添加了反向文件。
zone "test.com" {
type master;
file "/etc/bind/zones/db.test.com"; # zone file path
};
zone "10.in-addr.arpa" {
type master;
file "/etc/bind/zones/db.10"; #
};
zone "172.in-addr.arpa" {
type master;
file "/etc/bind/zones/db.172"; #
};
zone "138.in-addr.arpa" {
type master;
file "/etc/bind/zones/db.138"; #
};
除了“172.in-addr.arpa”之外,所有区域都运行良好。我尝试使用与 db.10 相同的文件,但没有成功,并不断收到文件不存在的错误。
; BIND reverse data file for local loopback interface
;
$TTL 604800
@ IN SOA ubuntu1.cgi.com. admin.cgi.com. (
2 ; Serial
604800 ; Refresh
86400 ; Retry
2419200 ; Expire
604800 ) ; Negative Cache TTL
; name servers - NS records
IN NS ubuntu1.cgi.com.
; PTR Records
; 172.0.0.0 - A records
16.16.16 IN PTR host4
19.253.25 IN PTR host5