refresh_callback issues with Bind 9.1.2

lawrence.a.kravets at us.andersen.com lawrence.a.kravets at us.andersen.com
Mon Jun 25 20:31:45 UTC 2001


Greetings,

In my syslog I see the following errors.

Jun 22 14:35:16 nsinternal1001 named[11707]: refresh_callback: zone
mc.windows2000testdomain.com/IN: failure for 10.0.10.14#53: timed out

Here is my named.conf

# Global Server Options
#
options {
        port 53;
        directory "/var/named";
        pid-file "/etc/named.pid";
        version "Not Available.";
        transfer-format one-answer;
        auth-nxdomain no;
        query-source address * port 53;
        transfer-source * port 53;
        notify-source * port 53;
        transfers-in 300;
        transfers-out 300;
};

Here is the zones section in named.conf

zone "mc.windows2000testdomain.com" {
        type slave;
        file "secondary/mc.windows2000testdomain.com";
        masters { 10.0.10.14; };
        forwarders { };
};


I see many of these for different zones.  There are no firewalls, routers,
or other network devices preventing access and the zones eventually
transfer.  What could be causing this?  The masters for the zones are Bind
4.9.3 servers.  I have also specified the notify-source as -
transfer-source 10.0.10.24 port 53;  Which is the only interface on the DNS
server. (Besides the loopback)

Thanks again,

Larry
*******************Internet Email Confidentiality Footer*******************


Privileged/Confidential Information may be contained in this message.  If
you are not the addressee indicated in this message (or responsible for
delivery of the message to such person), you may not copy or deliver this
message to anyone. In such case, you should destroy this message and kindly
notify the sender by reply email. Please advise immediately if you or your
employer do not consent to Internet email for messages of this kind.
Opinions, conclusions and other information in this message that do not
relate to the official business of my firm shall be understood as neither
given nor endorsed by it.



More information about the bind-users mailing list