Re: Handling expired domains

2018-06-29 Thread Niall O'Reilly
On 28 Jun 2018, at 23:48, rohan.henry cwjamaica.com wrote:

> If all zones on a slave server expire because the slave could not reach the 
> master shouldn't the slave start working again once the master becomes 
> reachable without having to tweak anything like the serial?

The slave should start working again once it discovers that the master has 
become reachable.  According to the circumstances, this moment may differ, 
either grossly or subtly, from the moment when the master actually becomes 
reachable.

For example, if the master itself has failed, been recovered, and been 
restarted, it will likely send NOTIFY messages to the slaves, which will then 
be aware of restored reachability, and will be able to resume service directly.

On the other hand, if the reachability failure is due to a network fault, the 
master will have continued running, and will have no reason to send NOTIFY on 
restoration of reachability.  In this case, resumption of normal service will 
depend on how the slave server software implements recovery from an expiry 
event.   I  expect, but have never had occasion to confirm, that this would 
depend on the REFRESH and RETRY timers.  this might involve a delay of some, or 
even many, hours.

In any recovery situation, I would be minded to check slave status within a few 
minutes of restoration of reachability, and to force the master to send NOTIFY 
messages in case any slaves had not yet resumed service.


Niall O'Reilly


signature.asc
Description: OpenPGP digital signature
___
Please visit https://lists.isc.org/mailman/listinfo/bind-users to unsubscribe 
from this list

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


Re: What if the link is failed between master/slave

2018-06-29 Thread Blason R
Excellent..Thanks!

On Fri, Jun 29, 2018 at 10:52 PM  wrote:

> From: "Blason R" 
>
> > OK - Got it so is there any settings available at master by which it
> > will keep on probing slave and as soon it is contacted NOTIFY Message is
> sent.
>
> No.  The slave will try every REFRESH interval to see if it can contact
> the master.
>
>
>
> Confidentiality Notice:
> This electronic message and any attachments may contain confidential or
> privileged information, and is intended only for the individual or entity
> identified above as the addressee. If you are not the addressee (or the
> employee or agent responsible to deliver it to the addressee), or if this
> message has been addressed to you in error, you are hereby notified that
> you may not copy, forward, disclose or use any part of this message or any
> attachments. Please notify the sender immediately by return e-mail or
> telephone and delete this message from your system.
>
___
Please visit https://lists.isc.org/mailman/listinfo/bind-users to unsubscribe 
from this list

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


Re: What if the link is failed between master/slave

2018-06-29 Thread wbrown
From: "Blason R" 

> OK - Got it so is there any settings available at master by which it
> will keep on probing slave and as soon it is contacted NOTIFY Message is 
sent.

No.  The slave will try every REFRESH interval to see if it can contact 
the master.



Confidentiality Notice: 
This electronic message and any attachments may contain confidential or 
privileged information, and is intended only for the individual or entity 
identified above as the addressee. If you are not the addressee (or the 
employee or agent responsible to deliver it to the addressee), or if this 
message has been addressed to you in error, you are hereby notified that 
you may not copy, forward, disclose or use any part of this message or any 
attachments. Please notify the sender immediately by return e-mail or 
telephone and delete this message from your system.
___
Please visit https://lists.isc.org/mailman/listinfo/bind-users to unsubscribe 
from this list

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


Re: What if the link is failed between master/slave

2018-06-29 Thread Matus UHLAR - fantomas

> From: "Blason R" 
> I have bind Master server with me and slave is at other remote
> location. My query is since I have opted for PUSH update from master
> to slave over random port.
>
> What if the link at slave is down and NOTFY message is not reached?
> When will slave then pull the update?



On Fri, Jun 29, 2018 at 10:30 PM  wrote:

Yes, according to the refresh interval in the SOA record.  The pertinent
values are REFRESH, RETRY and EXPIRE.  See section 3.3.13 of RFC1035
https://tools.ietf.org/html/rfc1035#page-19


William, btw, people put the signature at the bottom of sent mail, not at the
top. It would be better if you did it too.


On 29.06.18 22:35, Blason R wrote:

OK - Got it so is there any settings available at master by which it will
keep on probing slave and as soon it is contacted NOTIFY Message is sent.


if you are asking, please use question marks.

There's no functionality in BIND that would keep sending notices to slaves
when they are down.
It's slaves' job to be up to date.

--
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.
Microsoft dick is soft to do no harm
___
Please visit https://lists.isc.org/mailman/listinfo/bind-users to unsubscribe 
from this list

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


Re: Reinstall bind9 via apt-get with options

2018-06-29 Thread Matus UHLAR - fantomas

On 29.06.18 13:37, Elias Pereira wrote:

Is there any way to reinstall bind9 with install options via apt-get
install/reinstall?

E.g: apt-get install --reinstall bind9 --with-dlz-ldap ...


no, apt-get is only able to install/reinstall package the way it was
packaged.

You need to play with source packages if you want to have them compiled with
default options.

However, in debian since stretch there's package named bind9-dyndb-ldap that
may support what you want.


--
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.
Linux is like a teepee: no Windows, no Gates and an apache inside...
___
Please visit https://lists.isc.org/mailman/listinfo/bind-users to unsubscribe 
from this list

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


Re: What if the link is failed between master/slave

2018-06-29 Thread Blason R
OK - Got it so is there any settings available at master by which it will
keep on probing slave and as soon it is contacted NOTIFY Message is sent.

On Fri, Jun 29, 2018 at 10:30 PM  wrote:

> --
> William Brown
> Messaging Team
> Technology Services, WNYRIC, Erie 1 BOCES
> (716) 821-7285
>
> "bind-users"  wrote on 06/29/2018
> 12:53:07 PM:
>
> > From: "Blason R" 
>
> > I have bind Master server with me and slave is at other remote
> > location. My query is since I have opted for PUSH update from master
> > to slave over random port.
> >
> > What if the link at slave is down and NOTFY message is not reached?
> > When will slave then pull the update?
>
> Yes, according to the refresh interval in the SOA record.  The pertinent
> values are REFRESH, RETRY and EXPIRE.  See section 3.3.13 of RFC1035
> https://tools.ietf.org/html/rfc1035#page-19
>
>
>
>
> Confidentiality Notice:
> This electronic message and any attachments may contain confidential or
> privileged information, and is intended only for the individual or entity
> identified above as the addressee. If you are not the addressee (or the
> employee or agent responsible to deliver it to the addressee), or if this
> message has been addressed to you in error, you are hereby notified that
> you may not copy, forward, disclose or use any part of this message or any
> attachments. Please notify the sender immediately by return e-mail or
> telephone and delete this message from your system.
>
___
Please visit https://lists.isc.org/mailman/listinfo/bind-users to unsubscribe 
from this list

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


Re: What if the link is failed between master/slave

2018-06-29 Thread wbrown
--
William Brown
Messaging Team
Technology Services, WNYRIC, Erie 1 BOCES
(716) 821-7285

"bind-users"  wrote on 06/29/2018 
12:53:07 PM:

> From: "Blason R" 

> I have bind Master server with me and slave is at other remote 
> location. My query is since I have opted for PUSH update from master
> to slave over random port.
> 
> What if the link at slave is down and NOTFY message is not reached? 
> When will slave then pull the update?

Yes, according to the refresh interval in the SOA record.  The pertinent 
values are REFRESH, RETRY and EXPIRE.  See section 3.3.13 of RFC1035 
https://tools.ietf.org/html/rfc1035#page-19 




Confidentiality Notice: 
This electronic message and any attachments may contain confidential or 
privileged information, and is intended only for the individual or entity 
identified above as the addressee. If you are not the addressee (or the 
employee or agent responsible to deliver it to the addressee), or if this 
message has been addressed to you in error, you are hereby notified that 
you may not copy, forward, disclose or use any part of this message or any 
attachments. Please notify the sender immediately by return e-mail or 
telephone and delete this message from your system.
___
Please visit https://lists.isc.org/mailman/listinfo/bind-users to unsubscribe 
from this list

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


What if the link is failed between master/slave

2018-06-29 Thread Blason R
Hi There,

I have bind Master server with me and slave is at other remote location. My
query is since I have opted for PUSH update from master to slave over
random port.

What if the link at slave is down and NOTFY message is not reached? When
will slave then pull the update?

Lets take an example

12.05 I updated the zone and reload it
12.06 xfer.out shows the update is sent but Internet link at slave is down.
Link is back at 12.20.
When will then slave receive update?
___
Please visit https://lists.isc.org/mailman/listinfo/bind-users to unsubscribe 
from this list

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


Reinstall bind9 via apt-get with options

2018-06-29 Thread Elias Pereira
Hello,

Is there any way to reinstall bind9 with install options via apt-get
install/reinstall?

E.g: apt-get install --reinstall bind9 --with-dlz-ldap ...

-- 
Elias Pereira
___
Please visit https://lists.isc.org/mailman/listinfo/bind-users to unsubscribe 
from this list

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