<div dir="ltr">Thanks for the info <br></div><div class="gmail_extra"><br><br><div class="gmail_quote">On Tue, Jul 9, 2013 at 1:03 PM, Matus UHLAR - fantomas <span dir="ltr"><<a href="mailto:uhlar@fantomas.sk" target="_blank">uhlar@fantomas.sk</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div class="im">On 09.07.13 11:51, sumsum 2000 wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
I have a reverse lookup zone file configuration as follows:<br>
zone "0/24.110.252.173.in-addr.<u></u>arpa" {<br>
</blockquote></div>
[...]<div class="im"><br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
When I do dig -x 172.252.110.27, I expect it to forward it to<br>
10.10.96.1, but instead, it uses the default resolver.<br>
</blockquote></div>
[...]<div class="im"><br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
So if DNS Server X is configured against this zone<br>
, then any reverse DNS request for 173.252.110.0-173.252.110.255<br>
should be forwarded via DNS Server X<br>
</blockquote>
<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Currently this is not the case. There is no forwarding in the above<br>
scenario ( where CIDR notation x.x.x.x/Mask is used)<br>
</blockquote>
<br></div>
Neither the BIND nor DNS does use the CIDR format.<br>
the resursive resolution searches for 27.110.252.173.in-addr.arpa which does<br>
NOT belong into 0/24.110.252.173.in-addr.arpa, they are two separate names.<br>
<br>
You would have to set up either zone 27.110.252.173.in-addr.arpa or<br>
110.252.173.in-addr.arpa. <br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div class="im">
Only when the zone file is changed to<br>
                       zone "110.252.173.in-addr.arpa" IN {<br>
<br></div><div class="im">
All the requests for<br>
<br>
173.252.110.0-173.252.110.255  is forwarded to 10.10.96.1.<br>
</div></blockquote>
<br>
Use 110.252.173.in-addr.arpa then. You should be aware that the IP range<br>
belongs to facebook, as already noted.<span class="HOEnZb"><font color="#888888"><br>
<br>
-- <br>
Matus UHLAR - fantomas, <a href="mailto:uhlar@fantomas.sk" target="_blank">uhlar@fantomas.sk</a> ; <a href="http://www.fantomas.sk/" target="_blank">http://www.fantomas.sk/</a><br>
Warning: I wish NOT to receive e-mail advertising to this address.<br>
Varovanie: na tuto adresu chcem NEDOSTAVAT akukolvek reklamnu postu.<br>
99 percent of lawyers give the rest a bad name. ______________________________<u></u>_________________</font></span><div class="HOEnZb"><div class="h5"><br>
Please visit <a href="https://lists.isc.org/mailman/listinfo/bind-users" target="_blank">https://lists.isc.org/mailman/<u></u>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" target="_blank">https://lists.isc.org/mailman/<u></u>listinfo/bind-users</a><br>
</div></div></blockquote></div><br></div>