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

Noel Butler noel.butler at ausics.net
Sat Mar 9 13:08:25 EST 2013


Tom , LTNC :)

On Fri, 2013-03-08 at 19:04 +0000, Tom Storey wrote:
> 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.


much simpler , you dont need the origin line, its implied from
named.conf

zone "4.2.5.0.7.6.0.0.0.7.4.0.1.0.0.2.ip6.arpa" {
        type master;
        allow-transfer { admin; remotedns; };
        file "ipv6-ptr.zone";
        allow-query { any; };
        allow-update { none; };
};



$TTL    1D
@       IN      SOA     ns1.xxxxxxxx. hostmaster.cdcdcdcdc. (
                        2012090501
                        3H
                        30M
                        4W
                        1H )
                        NS      ns1.xxxxxxxxx.
                        NS      ns2.xxxxxxxx

1.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0         PTR     foobar.mynet.blah
etc
etc
etc


Cheers 



-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.ausnog.net/pipermail/ausnog/attachments/20130309/f38a1953/attachment.html>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: face-smile.png
Type: image/png
Size: 873 bytes
Desc: not available
URL: <http://lists.ausnog.net/pipermail/ausnog/attachments/20130309/f38a1953/attachment.png>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 490 bytes
Desc: This is a digitally signed message part
URL: <http://lists.ausnog.net/pipermail/ausnog/attachments/20130309/f38a1953/attachment.sig>


More information about the AusNOG mailing list