[CentOS] Bind isn't working. after upgrade.

Winter winter at frostmarch.com
Wed Jul 25 18:14:25 UTC 2012


> but, after this, the Nameservers and DNS are working and solving.
>
> Anything to fix those awful messages?

Hello again,


I.
Does your named.conf contain an entry for rndc-key?

Along the lines of:

key "rndc-key" {
     algorithm hmac-md5;
     secret "<insert hash here>";
};


II.
Does rndc.conf have contain:

key "rndc-key" {
     algorithm hmac-md5;
     secret "<same hash as named.conf entry";
};

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


Basically do the rndc secrets in named.conf and rndc.conf match?

I don't believe it's necessary to have an rndc.conf file and an rndc.key 
file.  Just the .conf will do.

And the time is correct on the server?  :)


W.



More information about the CentOS mailing list