dns-bind9.3 - refused notify from non-master

refused notify from non-master报错

Apr 19 12:12:10 localhost named[6935]: client 10.254.*.*#60898: received notify for zone 'retail-tek.com'

Apr 19 12:12:10 localhost named[6935]: zone retail-tek.com/IN: refused notify from non-master: 10.254.*.*#60898


配置文件里加入

[root@landnsbak ~]# vi /var/named/chroot/etc/named.conf 

allow-notify { 10.254.*.*; };

重启服务

Apr 19 14:52:20 landnsbak named[29840]: client *.*.*.*#30345: view localhost_resolver: received notify for zone 'retail-tek.com'
Apr 19 14:52:20 landnsbak named[29840]: zone retail-tek.com/IN/localhost_resolver: notify from *.*.*.*#30345: zone is up to date


==============================================================================================

I was adding a new slave DNS server the other day on bind 9.3 and I was getting this error “refused notify from non-master”.  It seems that if you are using bind 9.3 it tries to send a notify to itself even if it is a slave.  In the options section of named.conf you need to add an allow-notify for it’s own IP.  Substitute 192.168.0.1 for your server’s IP.

options {
//otherstuff
allow-notify {192.168.0.1;};
};


  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值