Re: Transfer delays

2009-05-29 Thread John Wobus

As per the other answers I've seen posted,
such a delay is often caused by notifies not reaching the
slave from the master.  In such a case, you would not
expect a delay of a fixed time, but rather delays over a
limited range of times, e.g. up to 15 minutes.

A notify is a kind of DNS query, normally UDP.  Can you
do any kind of DNS query from the master to the slave?  Specifically
to/from the server's addresses that are being used by bind?
A firewall or network ACL could be preventing all queries
from master to slave, thus might block notifies.  The
zone transfer, in contrast, is a TCP query from slave to master,
and could work even if UDP queries from master
to slave are blocked.

As per the answers I've seen posted, you also
can look at notify-specific issues: either the master
or the slave could be configured in such a way as
to prevent the sending or receiving of them.  Both
can have logs of notifies sent/received, which you
can use to eliminate this as your issue.

On May 28, 2009, at 10:16 AM, Michael Di Martino wrote:


List Members,

This is a new and quite basic install of BIND-9.

I am experiencing a 15 min delay from the time a zone file is updated 
and reloaded w/ rndc and transferred to the slave server.


What could cause this delay. I am at a total loss. Please advise.



Michael DiMartino 


___
bind-users mailing list
bind-users@lists.isc.org
https://lists.isc.org/mailman/listinfo/bind-users



___
bind-users mailing list
bind-users@lists.isc.org
https://lists.isc.org/mailman/listinfo/bind-users


Re: Transfer delays

2009-05-28 Thread Jeremy C. Reed
Also do you have allow-notify ACL restrictions on the secondary?
___
bind-users mailing list
bind-users@lists.isc.org
https://lists.isc.org/mailman/listinfo/bind-users


Re: Transfer delays

2009-05-28 Thread Niall O'Reilly

Todd Snyder wrote:

Do you have "notify no;" in your config options?



... and you replied, "No".

What may be useful, and I haven't seen suggested in the other
replies so far, is to check your logs (and eventually
packet-captures) to confirm that the master is indeed sending
NOTIFY as expected, that the slaves are receiving NOTIFY, and
whether the slaves are ignoring the NNOTIFY for some reason.

/Niall
___
bind-users mailing list
bind-users@lists.isc.org
https://lists.isc.org/mailman/listinfo/bind-users


Re: Transfer delays

2009-05-28 Thread Matus UHLAR - fantomas
> I am experiencing a 15 min delay from the time a zone file is updated and 
> reloaded w/ rndc and transferred to the slave server.

> From: Todd Snyder [mailto:tsny...@rim.com] 
> 
> Do you have "notify no;" in your config options?

On 28.05.09 09:23, Michael Di Martino wrote:
> No I do not. 
> 
> zone "222.206.66.in-addr.arpa" in {
> type master;
> file "data/in-addr.arpa/db.222.206.66.in-addr.arpa";
> notify yes;
> allow-transfer {"slaves";};
> allow-update { none; };
> };

Do you have NS records for slaves in the zone? Do you have corerect "master"
set up in the SOA?
-- 
Matus UHLAR - fantomas, uh...@fantomas.sk ; http://www.fantomas.sk/
Warning: I wish NOT to receive e-mail advertising to this address.
Varovanie: na tuto adresu chcem NEDOSTAVAT akukolvek reklamnu postu.
My mind is like a steel trap - rusty and illegal in 37 states. 
___
bind-users mailing list
bind-users@lists.isc.org
https://lists.isc.org/mailman/listinfo/bind-users


RE: Transfer delays

2009-05-28 Thread Michael Di Martino
No I do not. 

zone "222.206.66.in-addr.arpa" in {
type master;
file "data/in-addr.arpa/db.222.206.66.in-addr.arpa";
notify yes;
allow-transfer {"slaves";};
allow-update { none; };
};

-Original Message-
From: Todd Snyder [mailto:tsny...@rim.com] 
Sent: Thursday, May 28, 2009 10:21 AM
To: Michael Di Martino; bind-users@lists.isc.org
Subject: RE: Transfer delays

Do you have "notify no;" in your config options?

-Original Message-
From: bind-users-boun...@lists.isc.org 
[mailto:bind-users-boun...@lists.isc.org] On Behalf Of Michael Di Martino
Sent: Thursday, May 28, 2009 10:17 AM
To: bind-users@lists.isc.org
Subject: Transfer delays

List Members,

This is a new and quite basic install of BIND-9.

I am experiencing a 15 min delay from the time a zone file is updated and 
reloaded w/ rndc and transferred to the slave server.

What could cause this delay. I am at a total loss. Please advise.



Michael DiMartino 


___
bind-users mailing list
bind-users@lists.isc.org
https://lists.isc.org/mailman/listinfo/bind-users

-
This transmission (including any attachments) may contain confidential 
information, privileged material (including material protected by the 
solicitor-client or other applicable privileges), or constitute non-public 
information. Any use of this information by anyone other than the intended 
recipient is prohibited. If you have received this transmission in error, 
please immediately reply to the sender and delete this information from your 
system. Use, dissemination, distribution, or reproduction of this transmission 
by unintended recipients is not authorized and may be unlawful.
___
bind-users mailing list
bind-users@lists.isc.org
https://lists.isc.org/mailman/listinfo/bind-users


RE: Transfer delays

2009-05-28 Thread Todd Snyder
Do you have "notify no;" in your config options?

-Original Message-
From: bind-users-boun...@lists.isc.org 
[mailto:bind-users-boun...@lists.isc.org] On Behalf Of Michael Di Martino
Sent: Thursday, May 28, 2009 10:17 AM
To: bind-users@lists.isc.org
Subject: Transfer delays

List Members,

This is a new and quite basic install of BIND-9.

I am experiencing a 15 min delay from the time a zone file is updated and 
reloaded w/ rndc and transferred to the slave server.

What could cause this delay. I am at a total loss. Please advise.



Michael DiMartino 


___
bind-users mailing list
bind-users@lists.isc.org
https://lists.isc.org/mailman/listinfo/bind-users

-
This transmission (including any attachments) may contain confidential 
information, privileged material (including material protected by the 
solicitor-client or other applicable privileges), or constitute non-public 
information. Any use of this information by anyone other than the intended 
recipient is prohibited. If you have received this transmission in error, 
please immediately reply to the sender and delete this information from your 
system. Use, dissemination, distribution, or reproduction of this transmission 
by unintended recipients is not authorized and may be unlawful.
___
bind-users mailing list
bind-users@lists.isc.org
https://lists.isc.org/mailman/listinfo/bind-users