[6bone] ip6.int or ip6.arpa or BOTH?

Jeroen Massar jeroen@unfix.org
Thu, 25 Jul 2002 19:10:06 +0200


John Fraizer wrote:

> zone "0.f.4.0.1.0.0.2.ip6.int" {
>         type master;
>         file "ipv6/0.f.4.0.1.0.0.2.ip6.int";
> };
> 
> zone "0.f.4.0.1.0.0.2.ip6.arpa" {
>         type master;
>         file "ipv6/0.f.4.0.1.0.0.2.ip6.arpa";
> };
<SNIP>
> Also, I didn't quite follow Kims example but, does anyone 
> have a tool that
> can be used to generate one zone type from another?  Note: I ALSO use
$ORIGIN lines in my zone files.

I played unfair and removed the ORIGIN's, then again I do reverses for
myself per /64.
One could consider using database generation ;)
Easiest way out for everyone is prolly:

cat ipv6/0.f.4.0.1.0.0.2.ip6.int | sed "s/ip6\.int/ip6\.arpa/g"

And don't forget trailing dots ;)

Greets,
 Jeroen