Bind 远程连接DNS服务器时出现 rndc: connection to remote host closed

使用命令:rndc -s 192.168.1.2 status
连接远程的bind 搭建的DNS服务器时出现下面的错误:
 
rndc: connection to remote host closed
This may indicate that
* the remote server is using an older version of the command protocol,
* this host is not authorized to connect,
* the clocks are not synchronized, or
* the key is invalid.
 
原因:
1、两台服务器的secret也就是key值必须一样。检查两台服务器的named.conf和rndc.conf中的key值是否相同
解决方法:将两台服务器中配置的secret值修改为相同值
2、两台服务器的时钟不同步,如果使用时钟慢的服务器访问时钟快的服务器就会出现这个问题,但是反过来就可以正常访问。
解决方法:同步两台服务器时钟。
     yum install ntp
     ntpdate time.nist.gov