Bind 9.3.1 on FreeBSD gives me this error

Layer3guru esavage at digitalrage.org
Sat May 21 15:19:00 UTC 2005


I just upgraded my base bind 8 that comes installed with freebsd 4.10 to 
9.3.1 I used ports to upgrade with "make WITH_PORT_REPLACES_BASE_BIND9=yes 
install clean" everything installed great but now when I try to load bind I 
get this.

rndc reload
rndc: no key definition for name rndc-key

named.conf

key     "rndc-key" {
        algorithm hmac-md5;
        secret "xxxxxxx";
};

rndc.conf

options {
        default-server localhost;
        default-key "rndc-key";
};
server  localhost {
        key     "rndc-key";
};

key     "rdnc-key" {
        algorithm hmac-md5;
        secret "xxxxxxx";
};



More information about the bind-users mailing list