[CentOS] rndc: connect failed: 127.0.0.1#953: connection refused

Fri Jun 20 08:58:05 UTC 2008
Ralph Angenendt <ra+centos at br-online.de>

suresh.tattikota at 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
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: not available
URL: <http://lists.centos.org/pipermail/centos/attachments/20080620/05fa0a52/attachment-0004.sig>