recursion

Gerald Waugh gwaugh at frontstreetnetworks.com
Wed Nov 13 15:43:09 UTC 2002


On Wed, 13 Nov 2002, Cricket Liu wrote:

> Gerald Waugh wrote:
> > I originally used "none;" But my sendmail process didn't like it,
> > rejecting email.
> > So I inluded the server ips of ours that use those nameservers.
> > Is there a way to include a block of ip addresses. I tried /24 and
> > /255.255.255.0 but on ndc reload I got errors.
>
> 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!

Gerald




More information about the bind-users mailing list