<div dir="ltr">Dear Jim, where do I have to execute the command "<span style="white-space:pre-wrap">rndc reconfig", in master or slave ??</span><div><span style="white-space:pre-wrap"><br></span></div><div><span style="white-space:pre-wrap">Thanks a lot to both.</span></div>
</div><div class="gmail_extra"><br><br><div class="gmail_quote">On Wed, Apr 16, 2014 at 12:42 PM, Jim Glassford <span dir="ltr"><<a href="mailto:jmglass@iup.edu" target="_blank">jmglass@iup.edu</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
  
    
  
  <div bgcolor="#FFFFFF" text="#000000"><div class="">
    <div>On 4/16/2014 11:35 AM, Barry Margolin
      wrote:<br>
    </div>
    <blockquote type="cite">
      <pre>In article <a href="mailto:mailman.2651.1397662255.20661.bind-users@lists.isc.org" target="_blank"><mailman.2651.1397662255.20661.bind-users@lists.isc.org></a>,
 "Jeronimo L. Cabral" <a href="mailto:jelocabral@gmail.com" target="_blank"><jelocabral@gmail.com></a> wrote:

</pre>
      <blockquote type="cite">
        <pre>Dear, I've implemented two Debian 7 servers with Bind9 as a Master - Slave
schema.

Everything works OK, but I have just a question:

When a create a new zone in the Master and reload the bind9 daemon, this
zone doesn't appear automatically in the Slave....it only appears if I
restart the bind9 daemon in the Slave server.

Is this behaviour correct or is there any statement to transfer a new zone
from Master to Slave withouth restarting the bind9 daemon in the Slave ???
</pre>
      </blockquote>
      <pre>To pick up new zones added to named.conf, you just need to use:

rndc reconfig

You don't need to restart the daemon on either the master or slave.

</pre>
    </blockquote>
    <br></div>
    To quicken the update process can use also-notify in options<br>
    <br>
           also-notify {<br>
            slave1.n.n.n;<br>
            slave2.n.n.n;<br>
           };<br>
    <br>
    <dl>
      <dt><span><span><strong>also-notify</strong></span></span></dt>
      <dd>
        <p>Only meaningful if <span><strong>notify</strong></span>
          is
          active for this zone. The set of machines that will receive a
          <code>DNS NOTIFY</code> message
          for this zone is made up of all the listed name servers (other
          than
          the primary master) for the zone plus any IP addresses
          specified
          with <span><strong>also-notify</strong></span>.
          A port may be specified
          with each <span><strong>also-notify</strong></span>
          address to send the notify
          messages to a port other than the default of 53.
          <span><strong>also-notify</strong></span> is
          not meaningful for stub zones.
          The default is the empty list.</p>
      </dd>
    </dl>
    <p>best!<span class="HOEnZb"><font color="#888888"><br>
      jim<br>
    </font></span></p>
    <br>
    <br>
  </div>

<br>_______________________________________________<br>
Please visit <a href="https://lists.isc.org/mailman/listinfo/bind-users" target="_blank">https://lists.isc.org/mailman/listinfo/bind-users</a> to unsubscribe from this list<br>
<br>
bind-users mailing list<br>
<a href="mailto:bind-users@lists.isc.org">bind-users@lists.isc.org</a><br>
<a href="https://lists.isc.org/mailman/listinfo/bind-users" target="_blank">https://lists.isc.org/mailman/listinfo/bind-users</a><br></blockquote></div><br></div>