绑定转发地址的区域外警告

我已经search了几个小时,几乎在网上几乎所有相关的论坛网站发现类似的错误,没有帮助我解决我的问题。

目前,我正在运行Debian 6.0.6,安装了Bind 9.7.3,并在/ var / log / syslog中收到以下警告:

Jan 16 16:44:57 rikka named[6049]: /etc/bind/zones/unseen.horizon.db:16: ignoring out-of-zone data (nagisa.unseen.horizon) Jan 16 16:44:57 rikka named[6049]: /etc/bind/zones/unseen.horizon.db:17: ignoring out-of-zone data (rikka.unseen.horizon) Jan 16 16:44:57 rikka named[6049]: /etc/bind/zones/unseen.horizon.db:18: ignoring out-of-zone data (yuuta.unseen.horizon) Jan 16 16:44:57 rikka named[6049]: zone unseen.horizon.db/IN: loaded serial 2013011613 

这是我的转发文件:

 ;; /etc/bind/zones/unseen.horizon.db - Forward lookup zone file for unseen.horizon $TTL 2D @ IN SOA rikka.unseen.horizon. flaskis.unseen.horizon. ( 2013011613 ; Serial 8H ; Refresh 2H ; Retry 4W ; Expire 2D ) ; TTL Negative Cache @ NS rikka.unseen.horizon. $ORIGIN unseen.horizon. ; @ IN NS rikka.unseen.horizon. nagisa IN A 192.168.0.11 rikka IN A 192.168.0.100 yuuta IN A 192.168.0.10 

和反向查找文件:

 ;; /etc/bind/zones/rev.0.168.192.in-addr.arpa - Reverse lookup zone file for unseen.horizon $TTL 2D $ORIGIN 0.168.192.in-addr.arpa. @ IN SOA rikka.unseen.horizon. flaskis.unseen.horizon. ( 2013011613 ; Serial 8H ; Refresh 2H ; Retry 4W ; Expire 2D ) ; TTL Negative Cache @ IN NS rikka.unseen.horizon. 10 IN PTR yuuta.unseen.horizon. 11 IN PTR nagisa.unseen.horizon. 100 IN PTR rikka.unseen.horizon. 

而且根据要求,我将添加我的named.conf(或named.conf.local)

 zone "unseen.horizon.db" IN { type master; file "/etc/bind/zones/unseen.horizon.db"; }; zone "0.168.192.in-addr.arpa" IN { type master; file "/etc/bind/zones/rev.0.168.192.in-addr.arpa"; }; 

我错过了什么吗? 我在这里是一个约束(双关语没有打算),我真的很感谢在这个问题上的一些帮助。

你在…只是改变:

 zone "unseen.horizon.db" IN { 

 zone "unseen.horizon" IN {