Reverse Lookups with Forwarders

2013-07-08 Thread sumsum 2000
I have a reverse lookup zone file configuration as follows: zone "0/24.110.252.173.in-addr.arpa" { type forward; forward only; forwarders {10.10.96.1;}; }; When I do dig -x 172.252.110.27, I expect it to forward it to 10.10.96.1, but instead, it uses the default resolver. Am I mi

Re: Reverse Lookups with Forwarders

2013-07-08 Thread Jason Hellenthal
Only thing I see to be missing here is actual Class B address space 172.16/12 but instead you are trying to forward from Class A public address space assigned to FACEBOOK. I don't quite think you will get that to work... That is unless you are the Facebook authoritative server... range:

Re: Reverse Lookups with Forwarders

2013-07-08 Thread Leonard Mills
, July 8, 2013 11:21 PM >Subject: Reverse Lookups with Forwarders > > > >I have a reverse lookup zone file configuration as follows: >zone "0/24.110.252.173.in-addr.arpa" { >type forward; forward only; >forwarders {10.10.96.1;}; >}; > > >When I do dig -x 1

Re: Reverse Lookups with Forwarders

2013-07-08 Thread Jason Hellenthal
Oops mistype range: 172.16.0.0 > 172.31.255.255 range b10: 2886729728 > 2887778303 range b16: 0xac10 > 0xac1f hosts: 1048576 prefixlen: 12 mask:255.240.0.0 -- Jason Hellenthal I

Re: Reverse Lookups with Forwarders

2013-07-08 Thread Doug Barton
It's not at all clear from your description what you're trying to accomplish. Particularly it's not clear what you seem to be trying to accomplish with the 2317 delegation for a /24 zone. Can you describe what you're trying to do, and why? It may be easier to help you that way. Please use the

Re: Reverse Lookups with Forwarders

2013-07-09 Thread sumsum 2000
What I am trying to achieve is this: I am using BIND9 only for forwarding DNS requests to other DNS Servers. I want the entire hosts in the network : 173.252.110.0 with the host range: 173.252.110.1 - 173.252.110.254 with a total 254 addresses to be sent for reverse lookup say to DNS : 8.8.8.

Re: Reverse Lookups with Forwarders

2013-07-09 Thread Doug Barton
Ok, simple. The zone you want to forward is 110.252.173.in-addr.arpa. There is no need to make it more complicated than that. Good luck, Doug On 07/09/2013 12:18 AM, sumsum 2000 wrote: What I am trying to achieve is this: I am using BIND9 only for forwarding DNS requests to other DNS Server

Re: Reverse Lookups with Forwarders

2013-07-09 Thread Matus UHLAR - fantomas
On 09.07.13 11:51, sumsum 2000 wrote: I have a reverse lookup zone file configuration as follows: zone "0/24.110.252.173.in-addr.arpa" { [...] When I do dig -x 172.252.110.27, I expect it to forward it to 10.10.96.1, but instead, it uses the default resolver. [...] So if DNS Server X is confi

Re: Reverse Lookups with Forwarders

2013-07-09 Thread btb
On 2013.07.09 03.18, sumsum 2000 wrote: What I am trying to achieve is this: I am using BIND9 only for forwarding DNS requests to other DNS Servers. I want the entire hosts in the network : 173.252.110.0 with the host range: 173.252.110.1 - 173.252.110.254 with a total 254 addresses to be

Re: Reverse Lookups with Forwarders

2013-07-09 Thread sumsum 2000
Thanks for the info On Tue, Jul 9, 2013 at 1:03 PM, Matus UHLAR - fantomas wrote: > On 09.07.13 11:51, sumsum 2000 wrote: > >> I have a reverse lookup zone file configuration as follows: >> zone "0/24.110.252.173.in-addr.**arpa" { >> > [...] > > When I do dig -x 172.252.110.27, I expect it to f

Re: Reverse Lookups with Forwarders

2013-07-12 Thread sumsum 2000
Along the same lines as that of ipv4 address: i have the following zone file configuration for reverse lookup: Goal: 192.168.100.128/26 to be directed to 10.213.246.15 In this, the network part it 192.168.100.128 and network range is 191.168.100.129 - 191.168.100.190 in this specific case,

Re: Reverse Lookups with Forwarders

2013-07-12 Thread btb
On Jul 12, 2013, at 09.14, sumsum 2000 wrote: > Along the same lines as that of ipv4 address: > i have the following zone file configuration for reverse lookup: > > Goal: 192.168.100.128/26 to be directed to 10.213.246.15 > > In this, the network part it 192.168.100.128 and > network r

Re: Reverse Lookups with Forwarders

2013-07-12 Thread Leonard Mills
helps, Len > > From: sumsum 2000 >To: bind-users@lists.isc.org >Sent: Friday, July 12, 2013 6:14 AM >Subject: Re: Reverse Lookups with Forwarders > > > >Along the same lines as that of ipv4 address: >i have the following