subnets combining

2009-03-14 Thread Ed Bee
Hello, We are moving our DNS from djbdns to bind9 in next few day. We have /20 IP range, but in trying to use one named.conf entry it seem we msising something. This is what we try do, our example will use 10.1.1.0/20 Applying classless delegation principle (mabe this only work on sub /24 ?) zo

subnets combining

2009-03-14 Thread Ed Bee
Hello, We are moving our DNS from djbdns to bind9 in next few day. We have /20 IP range, but in trying to use one named.conf entry it seem we msising something. This is what we try do, our example will use 10.1.1.0/20 Applying classless delegation principle (mabe this only work on sub /24 ?) zo

Re: Question about GENERATE

2009-03-14 Thread Noel Butler
On Sat, 2009-03-14 at 19:19, sth...@nethelp.no wrote: > > I'm trying to see where we can have- > > > > $GENERATE 1-254 $.9 PTR cpe-9-$.qld.guilty_party.removed > > > > . and if a client wishes custom rDNS we can insert- > > > > 123.9PTRfoo.example.com > > You need to have separate

Re: Question about GENERATE

2009-03-14 Thread sthaug
> I'm trying to see where we can have- > > $GENERATE 1-254 $.9 PTR cpe-9-$.qld.guilty_party.removed > > . and if a client wishes custom rDNS we can insert- > > 123.9PTRfoo.example.com You need to have separate $GENERATE ranges which don't include the PTR. > I'm assuming thats not p