<div dir="ltr"><div dir="ltr"><div dir="ltr"><div>Dear, I have Bind 9.10.3 as our private DNS service with two views, one of them let some clients to query <a href="http://linux.org">linux.org</a> domain from Internet forwarding the query to our Bind resolvers, but the query is refused by our private Bind.</div><div><br></div><div>The private Bind has these main parameters in named.conf.options:</div><div><br></div><div><div>options {</div><div>        directory "/var/cache/bind";</div><div>        allow-transfer {"none";};<br></div><div><br></div><div>       dnssec-validation auto;</div><div>        dnssec-enable yes;<br></div><div>        auth-nxdomain no;   </div><div>        allow-query { any; };</div><div>        recursion no;<br></div><div>        version "none";</div><div>};</div></div><div><br></div><div>And this is te relevant part of named.conf.local:</div><div><br></div><div>acl internet { <a href="http://10.0.0.0/24" target="_blank">10.0.0.0/24</a>; };</div><div><br></div><div>view "INTERNET" {</div><div>   match-clients { internet; key "custom";};</div><div><br></div><div>zone "linux<a href="http://teamviewer.com" target="_blank">.</a>org" {<br></div><div>        type forward;</div><div>        forward only;</div><div>        forwarders {</div><div>                172.18.1.1;</div><div>                172.18.1.2;</div><div>        };</div><div>};</div><div><br></div><div>};</div><div><br></div><div>Please can you help me in forward the query for <a href="http://linux.org">linux.org</a> hostnames from the private BIND with the views to our resolvers?</div><div><br></div><div>Thanks a lot!!!</div></div></div></div>