<div dir="ltr">2013/6/5 Phil Mayers <span dir="ltr"><<a href="mailto:p.mayers@imperial.ac.uk" target="_blank">p.mayers@imperial.ac.uk</a>></span><br><div class="gmail_extra"><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div class="im">On 06/05/2013 07:37 PM, paul wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Hi. I have a two node active passive cluster serving webpages. When a<br>
failover occurs, I have to restart named on the now active node because<br>
</blockquote>
<br></div>
You don't have to restart it. "rndc reconfig" will re-check the IPs on the machine and re-listen.<div class="im"><br></div></blockquote><div><br>This definitely will not work if BIND dropped privileges after start.<br>
</div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div class="im">
<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
the cluster Ip was not available when named originally started even<br>
though I have listen-to the cluster ip listed in my named.conf. Is there<br>
a way to make named listen-to an ip address that is not yet available?<br></blockquote></div></blockquote><div><br>The cimplest way, I think is to configure cluster IP on loopback interfaces and set up routing<br> </div>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div class="im"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
</blockquote>
<br></div>
No. This has come up before - the bind listen-on statement is an ACL which is matched against the list of IPs on the box, not a list of IPs passed to the bind() syscall. There are various solutions, but "rndc reconfig" is the right one IMO.<div class="HOEnZb">
<div class="h5"><br>
______________________________<u></u>_________________<br>
Please visit <a href="https://lists.isc.org/mailman/listinfo/bind-users" target="_blank">https://lists.isc.org/mailman/<u></u>listinfo/bind-users</a> to unsubscribe from this list<br>
<br>
bind-users mailing list<br>
<a href="mailto:bind-users@lists.isc.org" target="_blank">bind-users@lists.isc.org</a><br>
<a href="https://lists.isc.org/mailman/listinfo/bind-users" target="_blank">https://lists.isc.org/mailman/<u></u>listinfo/bind-users</a><br>
</div></div></blockquote></div><br><br clear="all"><br>-- <br>AP
</div></div>