<div dir="ltr"><div><div>Hi, <br>I have the following  zone configuration for forwarding DNS query<br><br>                        view "default" IN {<br>                        max-cache-ttl 604800;<br>                        max-ncache-ttl 10800;<br>
<br>                        zone  "." IN  {<br>                                type forward;<br>                                forwarders {161.69.96.5;};<br>                                forward only;<br>                        };<br>
<br>                        zone "7.7.7.7.in-addr.arpa" IN {<br>                                type forward;<br>                                forwarders {10.212.24.11;};<br>                                forward only;<br>
                        };<br>                        };<br><br></div> when I do dig -x 9.9.9.9, which is not in the configured zone for DNS  which falls to the default DNS server 161.69.96.5, i get the resonses cached<br>
<br> and when i do  dig -x 7.7.7.7, which is in the configured zone for DNS 10.212.24.11, i am not able to get the responses cached. <br><br></div><div>When i reverse the DNS entries for the default and the configured zones, i get the same answer. <br>
</div><div><br></div><div>I would like to get the configured zones NXDOMAIN also cached, so that the next time, the request comes, it should be served from the cache.<br><br></div><div>What am I missing?<br></div><div>Thanks<br>
</div><div>S<br></div><div><div><div><br><br></div></div></div></div>