DNS setup questions

Matt Crawford crawdad@fnal.gov
Mon, 08 Mar 1999 15:17:54 -0600


I'm not sure exactly what you're saying isn't working, but I do
notice two important things.

> However, now when I try to delegate down a /48 of my customer's, the line
> does not show up on a dig. I played with this, and it only seems to be
> working with exactly one extra character (viewed as 9th level delegation by
> dns).
> 
> for example
> 
> 1.9.2.e.f.f.3.ip6.int		 would work, but
> 2.1.9.2.e.f.f.e.ip6.int	 would not

The latter is missing a "3" before "ip6", but I assume that's just a
typo in your message.  In your zone file ...

9.2.e.f.f.3.ip6.int.    86400 SOA v6-sol.sprintlink.net. rrockell.sprint.net. (
[...]
1.0.0.0.0.0.d.1.e.f.f.3.ip6.int.		IN	NS	ns1.slug.net.

This last line is not part of your zone, as it doesn't end with
"9.2.e.f.f.3.ip6.int".  Isn't there a warning from bind when you load
this?