Arvind wrote:

};

^^^^

server localhost {
       key     "rndckey";
};

key "rndckey" {
       algorithm       hmac-md5;
       secret
"zt6bTTpQ9NTDowk0pWPUZwvtdqbAY5oqyrxAIPSYZA8T8qCoHQvYXvL1afxZ";
};

Ok, here you go. what is the }; at the beginning of the file. My /etc/rndc.conf looks like this:
________________________________________________________________________________
options {
default-server localhost;
default-key "rndckey";
};

server localhost {
key "rndckey";
};

key "rndckey" {
algorithm hmac-md5;
secret "<SOME_KEY_GOES_HERE>";
};
________________________________________________________________________________

So obviously you are missing first three lines. Try it making similar to this.
Good luck!
Mahantesh.



-------------------------------------------------------
This SF.net email is sponsored by: SlickEdit Inc. Develop an edge.
The most comprehensive and flexible code editor you can use.
Code faster. C/C++, C#, Java, HTML, XML, many more. FREE 30-Day Trial.
www.slickedit.com/sourceforge
_______________________________________________
linux-india-help mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/linux-india-help

Reply via email to