<div dir="ltr">Very true.<div><br></div><div>I was basing mine on the fact I have a single zone file for my entire /48, so you have to be a little more specific, probably needed to mention that. :-)</div></div><div class="gmail_extra">
<br><br><div class="gmail_quote">On 9 March 2013 02:08, Noel Butler <span dir="ltr"><<a href="mailto:noel.butler@ausics.net" target="_blank">noel.butler@ausics.net</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<u></u>


  
  

<div>
Tom , LTNC <img src="cid:1362794506.4933.23.camel@tardis" align="middle" alt=":)" border="0"><div class="im"><br>
<br>
On Fri, 2013-03-08 at 19:04 +0000, Tom Storey wrote:
<blockquote type="CITE">
    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:
</blockquote>
<blockquote type="CITE">
    <br>
    <br>
</blockquote>
<blockquote type="CITE">
    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    <a href="http://host1.example.com" target="_blank">host1.example.com</a>.
</blockquote>
<blockquote type="CITE">
    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    <a href="http://host2.example.com" target="_blank">host2.example.com</a>.
</blockquote>
<blockquote type="CITE">
    <br>
    <br>
</blockquote>
<blockquote type="CITE">
    and turn it in to something like:
</blockquote>
<blockquote type="CITE">
    <br>
    <br>
</blockquote>
<blockquote type="CITE">
    $ORIGIN 0.0.0.0.0.0.0.0.8.b.d.0.1.0.0.2.ip6.arpa.
</blockquote>
<br>
<br></div>
much simpler , you dont need the origin line, its implied from named.conf<br>
<br>
zone "4.2.5.0.7.6.0.0.0.7.4.0.1.0.0.2.ip6.arpa" {<br>
        type master;<br>
        allow-transfer { admin; remotedns; };<br>
        file "ipv6-ptr.zone";<br>
        allow-query { any; };<br>
        allow-update { none; };<br>
};<br>
<br>
<br>
<br>
$TTL    1D<br>
@       IN      SOA     ns1.xxxxxxxx. hostmaster.cdcdcdcdc. (<br>
                        <a href="tel:2012090501" value="+12012090501" target="_blank">2012090501</a><br>
                        3H<br>
                        30M<br>
                        4W<br>
                        1H )<br>
                        NS      ns1.xxxxxxxxx.<br>
                        NS      ns2.xxxxxxxx<br>
<br>
1.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0         PTR     foobar.mynet.blah<br>
etc<br>
etc<br>
etc<br>
<br>
<br>
Cheers <br>
<br>
<br>
<br>
</div>

<br>_______________________________________________<br>
AusNOG mailing list<br>
<a href="mailto:AusNOG@lists.ausnog.net">AusNOG@lists.ausnog.net</a><br>
<a href="http://lists.ausnog.net/mailman/listinfo/ausnog" target="_blank">http://lists.ausnog.net/mailman/listinfo/ausnog</a><br>
<br></blockquote></div><br></div>