Today I encountered an error, whenever I tried to create a new cpanel account, or tried to edit a dns zone.
The error was:
CODE:
-
Bind reloading on server using rndc zone: [testdomain.com]
-
Error reloading bind<a /> on server: 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.
After some digging, I found the solution. I run:
CODE:
-
/scripts/fixrndc
-
-
/scripts/fixnamed
and everything start working again.