rndc: connect failed: 127.0.0.1#953: connection refused
suresh.tattikota@info-spectrum.com wrote:
> options {
> default-key "rndckey";
> default-server 127.0.0.1;
> default-port 953;
> };
You bind it to localhost, but
> controls {
> inet 172.18.3.57 port 953
> allow { 172.18.3.57; } keys { "rndckey"; };
> };
don't allow your localhost to connect to it.
Ralph
_______________________________________________
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos
|