<div dir="ltr"><div><div><div><div><div>Along the same lines as that of ipv4 address: <br></div>i have the following zone  file  configuration for reverse lookup: <br><br></div>  Goal: <a href="http://192.168.100.128/26">192.168.100.128/26</a>  to be directed to 10.213.246.15<br>
<br></div>In this, the network part it 192.168.100.128 and  <br></div>network range is 191.168.100.129 - 191.168.100.190<br><br></div>in this specific case, this is what i end up with zone file configuration:<br>                        zone "128.100.168.192.in-addr.arpa" IN {<br>
                                type forward;<br>                                forwarders {10.213.246.15;};<br>                                forward only;<br>                        };<br><div><div><br></div><div>In other cases, where my network is 192.168.100,  the configuration is as follows and this works<br>
                        zone "128.100.168.192.in-addr.arpa" IN {<br>                                type forward;<br>                                forwarders {10.213.246.15;};<br>                                forward only;<br>
                        };<br><div><br></div><br></div><div><div><div> <br></div><div>When i do a dig  -x  191.168.100.129  it does not go to the configured DNS. <br></div><div>Any way, i can get this to be looked up for the correct specified DNS, as there is distinction between the network and the host configuration for this specific case.<br>
<br></div><div>Could you please help on this.<br></div></div></div></div></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>