<div dir="ltr">The basics are fine. BIND just doesn't load newly added forwarded zones, period. It also kind of lies in the output:<br><br><div>Sep 20 17:57:48 host01 named[26453]: reloading configuration succeeded</div><div>Sep 20 17:57:48 host01 named[26453]: any newly configured zones are now loaded</div><div><br></div><div>...except they're not. Thus far I think the only condition I've actually seen BIND load new zones without a restart after being added to named.conf is if it's not already authoritative for a lower level part of a domain and you're adding an authoritative zone. </div><div><br></div><div>Even adding another master zone that is higher up in the hierarchy will not load until a full restart I've found (meaning you have "<a href="http://domain.com">domain.com</a>" configured as a master zone and add "<a href="http://subdomain.domain.com">subdomain.domain.com</a>" as a master zone as well).</div><div><br></div></div><div class="gmail_extra"><br><div class="gmail_quote">On Tue, Sep 20, 2016 at 5:56 PM, Benny Pedersen <span dir="ltr"><<a href="mailto:me@junc.eu" target="_blank">me@junc.eu</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><span class="">On 2016-09-21 02:40, Frank Even wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Is there a way to add forwarders for specific zones without a restart?<br>
Everything I've read seems to indicate an "rndc reconfig" or an "rndc<br>
reload" should take care of this, but they do not. I add forwarders<br>
to "named.conf" and neither will load the new forwarded zone until I<br>
do a full daemon restart.<br>
</blockquote>
<br></span>
rndc reload<br>
<br>
after edit named.conf<br>
<br>
remember to named-checkconf first<br>
<br>
is your rndc key pair or acl setup ?<br>
<br>
what are logged ?<br>
<br>
rndc reload zone ?<br>
<br>
type rndc to see valid commands<br>
______________________________<wbr>_________________<br>
Please visit <a href="https://lists.isc.org/mailman/listinfo/bind-users" rel="noreferrer" target="_blank">https://lists.isc.org/mailman/<wbr>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" rel="noreferrer" target="_blank">https://lists.isc.org/mailman/<wbr>listinfo/bind-users</a><br>
</blockquote></div><br></div>