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

suresh.tattikota at info-spectrum.com

suresh.tattikota at info-spectrum.com
Fri Jun 20 10:49:58 UTC 2008


hi


wile i am running the command rndc reload

i am getting the error

rndc: connect failed: 127.0.0.1#953: connection refuse

any one can suggest where i am doing wrong


this is my rndc.conf

key "rndckey" {
        algorithm hmac-md5;
        secret "fKZfrqGy9VOPOLA3pgDACA==";
};



options {
        default-key "rndckey";
        default-server 127.0.0.1;
        default-port 953;
};


this my named.conf
key "rndckey" {
       algorithm hmac-md5;
       secret "fKZfrqGy9VOPOLA3pgDACA==";
 };

 controls {
       inet 127.0.0.1 port 953
               allow { 127.0.0.1; } keys { "rndckey"; };
 };


thank u







More information about the CentOS mailing list