Code Snippet

Just another Code Snippet site

[Bind] Error while reloading configuration

root:/etc/init.d# ./bind9 reload
[....] Reloading domain name service...: bind9rndc: connect failed: 127.0.0.1#953: connection refused
 failed!

Change ‘rndc.key’ permission

chown bind:bind /etc/bind/rndc.key

Restart bind9

/etc/init.d/bind9 restart


Comments are currently closed.