If you want to force forwarding you will probably want to add the forward only; directive. <br>By default your server will try to follow NS delegations and then forward if it can't follow them<br>Forward only; tells it to not even bother trying to follow NS delegations.<br>
<br><br>-- <br>-Ben Croswell<br><br><br><div class="gmail_quote">On Fri, Jun 5, 2009 at 11:00 PM, Mark S. Turczan <span dir="ltr"><<a href="mailto:mturczan@nyp.org">mturczan@nyp.org</a>></span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Folks,<br>
<br>
I'm trying to understand the behavior of a single zone that I'm forwarding queries for.<br>
<br>
Essentially, when I do a dig <a href="http://fwd.zone.net" target="_blank">fwd.zone.net</a> SOA the request seems to be properly forwarded to the nameservers in the forward statement. I've verified this with tcpdump running on my primary nameserver.<br>

<br>
But when I attempt to resolve a host record in <a href="http://fwd.zone.net" target="_blank">fwd.zone.net</a> it doesn't seem to be forwarded to the proper nameservers and instead goes out to the Internet.<br>
<br>
I've verified that the host record exists on the remote nameservers to which I am forwarding by looking up the record directly from the remote nameserver.<br>
<br>
This is what the forwarded zone's configuration looks like:<br>
<br>
// zone: <a href="http://fwd.zone.net" target="_blank">fwd.zone.net</a><br>
zone "<a href="http://fwd.zone.net" target="_blank">fwd.zone.net</a>"<br>
{<br>
    type forward;<br>
    forwarders { <public ip withheld>; <public ip withheld>; };<br>
};<br>
<br>
Am I correct in understanding that each and every query for any record in the forwarded zone should be forwarded to the specified nameservers and not go out to the Internet? BTW, I'm running BIND 9.3.5-P1.<br>
<br>
Regards,<br>
<br>
Mark<br>
        <br>
<br>
<br>
<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/listinfo/bind-users</a><br>
</blockquote></div><br><br clear="all"><br>