This is a discussion on Re: Class B delegation issues. within the Bind Users forums, part of the DNS and Related Forums category; In article <bti5kp$26qu$1@sf1.isc.org>, Mark_Andrews@isc.org wrote: > > Hello, > > I ...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
In article <bti5kp$26qu$1@sf1.isc.org>, Mark_Andrews@isc.org wrote:
> > Hello, > > I have been having issued delegating the 68.242.0.0/16 class B network > > block using bind 8.x.x. I'm trying to delegate the block from > > 207.15.68.164 and 207.15.68.36 to 68.28.242.11 and 68.28.250.11. I have > > tried several methods of delegating this entire block and they all have > > failed. > > > > Currently I have a ~40% successful forward set up. I'd like to > > try to get it set up correctly and remove the forward. Here is how the > > block is set up and how it's configured today (I know it's not correct). > > I'd like to know what would be the best way to delegate this entire > > class B to those DNS servers. > > Change the nameservers registered with ARIN. Alternatively, he can delegate the reverse DNS for each /24 within the /16. I.e. keep the original server authoritative for 242.68.in-addr.arpa, and in its zone file put: $GENERATE 0-255 $ IN NS <new-server1> $GENERATE 0-255 $ IN NS <new-server2> Then make the new servers authoritative for each ###.242.68.in-addr.arpa zone. -- Barry Margolin, barmar@alum.mit.edu Arlington, MA |