Error reconfiguring bind on server name: 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,
or the key is invalid.
If you are receiving above error message then follow the steps.
Quote:
/scripts/updatenow
/scripts/upcp --force
mv /etc/named.conf /etc/named.old
/scripts/rebuildnamedconf > /etc/named.conf
service named stop
killall -9 named
/scripts/fixndc
|