rndc: connect failed: connection refused

Ralph php4u at pacbell.net
Tue Feb 17 12:44:54 UTC 2004


I have installed 9.2.2 on Mac OS X 10.3, and seem to be unable to
start bind, or connect with rndc.

I have checked severaltutorials and messages posted here, but seem to
be missing something (??). Any help would be grately appreciated.

thanks in advane,
Ralph

top half of named.conf =

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

controls {
       inet 127.0.0.1 allow { localhost;} keys { rndc-key; };
};

options {
        directory "/var/named";
        version "Bind";
        //Forwarders send unresolved requests to my ISP
        forwarders { 206.12.28.12;
                     206.13.30.12;

 };
----------------------------------------------------------------------
rndc.key = 


key "rndc-key" {
        algorithm hmac-md5;
        secret "hsQmDEx9VqmVjxglV3S+clIAX7PbIsGopgVwireIb5c=";
};
------------------------------------------------------------------------
rndc.conf = 

key "rndc-key" {
        algorithm hmac-md5;
        secret "hsQmDEx9VqmVjxglV3S+clIAX7PbIsGopgVwireIb5c=";
};

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

----------------------------------------------------------------------------

bind files are in /etc


More information about the bind-users mailing list