bind 9.5.1b1(rndc.key) Problem

Matthew Pounsett matt at conundrum.com
Tue Aug 26 15:25:03 UTC 2008


On 22-Aug-2008, at 17:17 , iman wrote:

> how can i fix this problem without deleting "keys { "rndckey"; }"
> from  named.conf?
> should i change my ./configure options for this or change some other
> things after compile?
> why bind get this error from named.conf?
> any idea would be appreciated

You're probably not including the actual key in your named.conf file.

'named' won't automatically read the rndc.key file -- that's for  
'rndc' -- so you need to include that key in your named.conf file  
somehow.  I generally handle this by using an include statement in my  
named.conf file that looks like this:

include "/path/to/rndc.key";

HTH,
   Matt







More information about the bind-users mailing list