recursion

Gerald Waugh gwaugh at frontstreetnetworks.com
Wed Nov 13 16:43:46 UTC 2002


On Wed, 13 Nov 2002, Cricket Liu wrote:

>
> Gerald Waugh wrote:
> >> Sure:
> >>
> >> options {
> >>     allow-recursion { 192.168.0/24; 10/8; );
> >> };
> >>
> > Thanks Cricket,
> >
> > I was using allow-recursion { 192.168.0.0/24; 10.0.0.0/8; );
> > No wonder it would not work, makes sense now!
>
> Actually, I think that should work, too.
>
Well, I stand corrected again, I was trying to do a subnet and wasn't
using the network address, so I got a address mask mismatch error

I was using allow-recursion { 1.2.3.34/28; 192.168.1.0/24; );
 1.2.3.34 is one of the nodes on a 1.2.3.32 network.

So, now I use allow-recursion { 1.2.3.32/28; 192.168.1.0/24; );
And it does work!
Damn, even that makes sense.., excuse me for being a little dense today!

Gerald




More information about the bind-users mailing list