-----Original Message----- From: centos-bounces@centos.org [mailto:centos-bounces@centos.org] On Behalf Of Alexander Dalloz Sent: Saturday, November 26, 2005 12:07 PM To: CentOS mailing list Subject: Re: [CentOS] rdnc error
Am Sa, den 26.11.2005 schrieb Thomas E Dukes um 16:21:
I noticed in my logwatch file I have an error with my rndc key. I could 'play' around with it and may fix it but most likey just hose things up. I think I see the problem but not 100% sure. I
think the
key file has 3 different names.
Here's the error:
**Unmatched Entries** /etc/named.conf:23: couldn't find key 'rndckey' for use with command channel 127.0.0.1#953: 1 Time(s)
Here's parts of the relevant files:
named.conf:
controls { inet 127.0.0.1 allow { localhost; } keys { rndckey; };
This key name "rndckey" must match ...
include "/etc/rndc.key"; <-- does not match above
rdnc.conf:
options { default-server localhost; default-key "rndckey"; };
server localhost { key "rndckey"; };
key "rndckey" { algorithm hmac-md5; secret "xxxxxxxxxxxxxxxxxxxxx"; };
rdnc.key:
key "rndc-key" { <----- yet another name for the key
... the key name given here.
algorithm hmac-md5; secret "xxxxxxxxxxxxxxxxxxxxxxx"; };
Anyone know what the simpliest solution would be?
Rename "rndc-key" to be "rndckey" in /etc/rndc.key file.
Alexander
Thanks Alex, that got it!!!