<quote who="O Plameras">
>
> Have you read,
> http://ops.ietf.org/dns/dynupd/secure-ddns-howto.html

Oscar,

no, not until now
I was using RedHat's ReferenceGuide/s1-bind-rndc.html

well, using the docs you pointed out, it does tell me that the file is not
required, but, I'm still not getting past
'connect failed: connection refused'

obviously, I'm still missing something:

named.conf includes:

.....
controls {
  inet 127.0.0.1 allow { localhost; } keys { sbt.net.au; };
  };

include "/etc/rndc.key";
.....

rndc.key has:

key "sbt.net.au" {
        algorithm       hmac-md5;
        secret "stuff removed";
};

rndc.conf has:

options {
        default-server  localhost;
        default-key     "sbt.net.au";
};

server localhost {
        key     "sbt.net.au";
};

key "sbt.net.au" {
        algorithm       hmac-md5;
        secret "stuff removed";
};


but, all I get is:

# rndc status
rndc: connect failed: connection refused





-- 
Voytek
-- 
SLUG - Sydney Linux User's Group Mailing List - http://slug.org.au/
Subscription info and FAQs: http://slug.org.au/faq/mailinglists.html

Reply via email to