Re: DNS Configurations....

2002-09-10 Thread Michael Tiernan
On Monday 09 September 2002 20:01, Mike Burger said: It's already generated...look in /etc/rndc.conf file. I realize that. I'm now assuming that this error: $ rndc -V status creating log channel enabling log channel create parser get key for server get config key list rndc: decode base64

Re: DNS Configurations....

2002-09-10 Thread Mike Burger
Haven't run into that error, myself. Do you have the following in your /etc/named.conf file? controls { inet 127.0.0.1 allow { localhost; } keys { key; }; }; key key { algorithm hmac-md5; secret insert actual

DNS Configurations....

2002-09-09 Thread Michael Tiernan
I've done the DNS configuration according to all the docs that I could find but none of these docs seem to discuss what's required to generate the hmac-md5 key that's included in the /etc/named.conf for authentication. Where'd I miss it? (Or did I?) Thanks for your time. -- MCT

Re: DNS Configurations....

2002-09-09 Thread Kevin MacNeil
On Mon, Sep 09, 2002 at 02:34:49PM -0400, Michael Tiernan wrote: I've done the DNS configuration according to all the docs that I could find but none of these docs seem to discuss what's required to generate the hmac-md5 key that's included in the /etc/named.conf for authentication.

Re: DNS Configurations....

2002-09-09 Thread Mike Burger
It's already generated...look in /etc/rndc.conf file. On Mon, 9 Sep 2002, Michael Tiernan wrote: I've done the DNS configuration according to all the docs that I could find but none of these docs seem to discuss what's required to generate the hmac-md5 key that's included in the