|
反向解析数据库文件db.149的内容:
$TTL 604800
@ IN SOA socool.com. root.socool.com.
(
20050916
604800
86400
2419200
604800
)
@ IN NS blueberry.socool.com.
4 IN PTR blueberry.socool.com.
=======================
named.conf.local的内容:
zone "socool.com" {
type master;
file "/etc/bind/db.blueberry";
};
zone "149.120.202.in-addr.arpa" {
type master;
file "/etc/bind/db.149";
};
==============
正向解析没问题,可是反向就不行
host 202.120.149.4
Host 4.149.120.202.in-addr.arpa not found: 2(SERVFAIL)
............
晕菜了。照着人家的文章配置的,搞半天了,不知道错在哪里?与 hosts或 host.conf有关吗?请帮下忙,谢了 |
|