[AusNOG] IPv6: The mail problem to AusNog - found the fault, but how to fix.

Tom Storey tom at snnap.net
Sat Mar 9 06:04:08 EST 2013


In case you care about being able to read your records on a single line,
instead of including the entire IPv6 address with every entry you create,
you can take something like:

1.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.8.b.d.0.1.0.0.2.ip6.arpa.
 IN    PTR    host1.example.com.
2.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.8.b.d.0.1.0.0.2.ip6.arpa.
 IN    PTR    host2.example.com.

and turn it in to something like:

$ORIGIN 0.0.0.0.0.0.0.0.8.b.d.0.1.0.0.2.ip6.arpa.
1.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0    IN    PTR    host1.example.com.
2.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0    IN    PTR    host2.example.com.

to "group" all IPs from the 2001:db8::/64 subnet together.

DRY principal. :-)


On 8 March 2013 03:33, Matt Baker <matt.baker at colocity.com> wrote:

>
>
>
> >
> > I currently have no idea how to set up a v6 ptr zone in bind and
> actually had quite a bit of trouble finding out any information on how to
> do that 18 months ago.
> >
> > Suggestions welcomed.
> >
> > D
>
>
> I found the PTR record generator tool at http://rdns6.com to be quick and
> handy for setting up reverse IPv6records.
>
>
> Cheers,
>
> Matt Baker
> Colocity Pty Ltd
> Adelaide Co-location and Dedicated Servers
> matt.baker at colocity.com
> Ph:  (08) 8232-3250      Fx:  (08) 8227-0315
>
> _______________________________________________
> AusNOG mailing list
> AusNOG at lists.ausnog.net
> http://lists.ausnog.net/mailman/listinfo/ausnog
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.ausnog.net/pipermail/ausnog/attachments/20130308/61afb4b2/attachment.html>


More information about the AusNOG mailing list