forwarding to variable subnet

Barry Margolin barmar at genuity.net
Fri May 24 17:43:03 UTC 2002


In article <aclp1e$c4p$1 at isrv4.isc.org>, Pete V. <veenbaas at go.com> wrote:
>My current named.conf file has an entry for the following
>134.244.172.0/24 subnet:
>
>zone "172.244.134.in-addr.arpa" {
>     type forward;
>     forwarders { 134.244.175.130; 134.244.175.131; };
>
>How would I add a revers4e loookup entry for another subnet (e.g.
>134.244.168.0/23). 

zone "168.244.134.in-addr.arpa" {
     type forward;
     forwarders { 134.244.175.130; 134.244.175.131; };
zone "169.244.134.in-addr.arpa" {
     type forward;
     forwarders { 134.244.175.130; 134.244.175.131; };

>		    Is it possible to add an entry for a variable
>subnet, and if so could someone enlighten me on the proper syntax.

I'm not sure what you mean by "variable subnet".

-- 
Barry Margolin, barmar at genuity.net
Genuity, Woburn, MA
*** DON'T SEND TECHNICAL QUESTIONS DIRECTLY TO ME, post them to newsgroups.
Please DON'T copy followups to me -- I'll assume it wasn't posted to the group.


More information about the bind-users mailing list