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


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 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 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