> 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. _______________________________________________ CentOS mailing list CentOS@xxxxxxxxxx http://lists.centos.org/mailman/listinfo/centos