Hi,<br><br>Thanks for the suggestion.  There are probably a few ways to<br>fix these things, but in my case I found two things <br>I needed...<br><br>In options, I needed:<br><br>        allow-recursion {XXX.YYY.0.0/16; };<br>
<br>Also, I had trouble with external view.  It had been set as:<br><br>        match-clients           { !local_lan; };<br><br>This would not match external clients.  I had to use:<br><br>        match-clients           { any; };<br>
<br>Now things are working again...<br><br><br><br><div class="gmail_quote">On Thu, Dec 20, 2012 at 10:45 AM, Antonio Lopez <span dir="ltr"><<a href="mailto:cubodebits@gmail.com" target="_blank">cubodebits@gmail.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><font color="#3366ff"><font face="tahoma,sans-serif">Check allow-quey directive<br></font></font><br><div class="gmail_quote">
2012/12/20 francis picabia <span dir="ltr"><<a href="mailto:fpicabia@gmail.com" target="_blank">fpicabia@gmail.com</a>></span><br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div><div class="h5">Hi,<br><br>I'd really appreciate some help on this. I thought this was working when testing,<br>
but today when rolling it into production it fails me.<br>
<br>I have internal and external views in named.conf<br><br>The goal is to allow everyone (in and out) to query my domain,<br>
but allow only internal users to query the outside world.<br><br>We had this working before in Redhat 5, but something has changed and<br>it isn't working for RH 6.<br><br>The strange thing is, I can do queries of the outside OK from<br>


the DNS server, or from systems on the same subnet.<br><br>The ones I want to let use the view, seem to match the view,<br>but are blocked:<br><br>Dec 20 10:14:58 sedna named[7574]: 20-Dec-2012 10:14:58.759 security: info: client XXX.YYY.200.66#55286: view internal: query (cache) '<a href="http://onmail.com/MX/IN" target="_blank">onmail.com/MX/IN</a>' denied<br>


<br>acl "local_lan" {<br>      XXX.YYY.0.0/16;<br>      127.0.0.1;<br>};<br><br>view "internal"<br>{<br>/* This view will contain zones you want to serve only to "internal" clients<br>   that connect via your directly attached LAN interfaces - "localnets" .<br>


 */<br>        match-clients           { local_lan; XXX.YYY.1.3; };<br>        match-destinations      { any; };<br>        recursion yes;<br>        additional-from-auth yes;<br>        additional-from-cache yes;<br>        empty-zones-enable yes;<br>


        notify yes;<br>        allow-transfer { adcs; XXX.YYYY.1.3; };<br>        also-notify { XXX.YYY.200.67; XXX.YYY.200.66; XXX.YYY.1.3;};<br>        // all views must contain the root hints zone:<br>        include "/etc/named.root.hints";<br>


<br>        include "/etc/named.rfc1912.zones";<br><br>        zone "<a href="http://mydomain.ca" target="_blank">mydomain.ca</a>" in {<br>          type master;<br>          file "forward/<a href="http://mydomain.ca" target="_blank">mydomain.ca</a>";<br>


        };<br><br>        zone "XXX.YYY.in-addr.arpa" in {<br>           type master;<br>          file "reverse/db.XXX.YYY.rev";<br>        };<br><br><br>};<br><br><br>I've changed the first digits of my network IPs to XXX.YYY.<br>


<br>The DNS system is on XXX.YYY.2.48, and systems on subnet 2 can query it OK.<br>Other systems which should fall in the /16 network are not able to query.<br><br>It seems like there is something about Bind 9.8 I'm missing.<br>


Running BIND 9.8.2rc1-RedHat-9.8.2-0.10.rc1.el6_3.5 <br><br><br>
<br></div></div>_______________________________________________<br>
rhelv6-list mailing list<br>
<a href="mailto:rhelv6-list@redhat.com" target="_blank">rhelv6-list@redhat.com</a><br>
<a href="https://www.redhat.com/mailman/listinfo/rhelv6-list" target="_blank">https://www.redhat.com/mailman/listinfo/rhelv6-list</a><span class="HOEnZb"><font color="#888888"><br></font></span></blockquote></div><span class="HOEnZb"><font color="#888888"><br>
<br clear="all"><div><br></div>-- <br><p style="text-align:center">
<b><span style="font-family:"Segoe Script","sans-serif"" lang="EN-US"><font color="#000099"><br></font></span></b></p><p style="text-align:center"><span style="font-family:'Segoe Script',sans-serif" lang="EN-US"><font color="#999999" size="4">“software
is like sex, its better when its free”</font></span></p>
</font></span><br>_______________________________________________<br>
rhelv6-list mailing list<br>
<a href="mailto:rhelv6-list@redhat.com">rhelv6-list@redhat.com</a><br>
<a href="https://www.redhat.com/mailman/listinfo/rhelv6-list" target="_blank">https://www.redhat.com/mailman/listinfo/rhelv6-list</a><br></blockquote></div><br>