<html xmlns:v="urn:schemas-microsoft-com:vml" xmlns:o="urn:schemas-microsoft-com:office:office" xmlns:w="urn:schemas-microsoft-com:office:word" xmlns:m="http://schemas.microsoft.com/office/2004/12/omml" xmlns="http://www.w3.org/TR/REC-html40">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta name="Generator" content="Microsoft Word 15 (filtered medium)">
<style><!--
/* Font Definitions */
@font-face
        {font-family:"Cambria Math";
        panose-1:2 4 5 3 5 4 6 3 2 4;}
@font-face
        {font-family:Calibri;
        panose-1:2 15 5 2 2 2 4 3 2 4;}
/* Style Definitions */
p.MsoNormal, li.MsoNormal, div.MsoNormal
        {margin:0cm;
        margin-bottom:.0001pt;
        font-size:11.0pt;
        font-family:"Calibri",sans-serif;
        mso-fareast-language:EN-US;}
a:link, span.MsoHyperlink
        {mso-style-priority:99;
        color:#0563C1;
        text-decoration:underline;}
a:visited, span.MsoHyperlinkFollowed
        {mso-style-priority:99;
        color:#954F72;
        text-decoration:underline;}
span.EmailStyle17
        {mso-style-type:personal-compose;
        font-family:"Calibri",sans-serif;
        color:windowtext;}
.MsoChpDefault
        {mso-style-type:export-only;
        font-family:"Calibri",sans-serif;
        mso-fareast-language:EN-US;}
@page WordSection1
        {size:612.0pt 792.0pt;
        margin:72.0pt 72.0pt 72.0pt 72.0pt;}
div.WordSection1
        {page:WordSection1;}
--></style><!--[if gte mso 9]><xml>
<o:shapedefaults v:ext="edit" spidmax="1026" />
</xml><![endif]--><!--[if gte mso 9]><xml>
<o:shapelayout v:ext="edit">
<o:idmap v:ext="edit" data="1" />
</o:shapelayout></xml><![endif]-->
</head>
<body lang="EN-CA" link="#0563C1" vlink="#954F72">
<div class="WordSection1">
<p class="MsoNormal">Hi all,<o:p></o:p></p>
<p class="MsoNormal"><o:p> </o:p></p>
<p class="MsoNormal">Today while auditing a few zones, I noticed that when I run one of the following I am not seeing all the records that are supposed to be in the zone.<o:p></o:p></p>
<p class="MsoNormal"><o:p> </o:p></p>
<p class="MsoNormal"># pdnsutil list-zone 29.0.10.in-addr.arpa<o:p></o:p></p>
<p class="MsoNormal">$ORIGIN .<o:p></o:p></p>
<p class="MsoNormal">29.0.10.in-addr.arpa 3600    IN      NS      ns2.example.com.<o:p></o:p></p>
<p class="MsoNormal">29.0.10.in-addr.arpa 3600    IN      NS      ns. example.com.<o:p></o:p></p>
<p class="MsoNormal">29.0.10.in-addr.arpa 3600    IN      SOA     ns2. example.com dnsadmin. example.com 2019121721 900 600 86400 3600<o:p></o:p></p>
<p class="MsoNormal"><o:p> </o:p></p>
<p class="MsoNormal"># pdnsutil check-zone 29.0.10.in-addr.arpa<o:p></o:p></p>
<p class="MsoNormal">Checked 3 records of '29.0.10.in-addr.arpa', 0 errors, 0 warnings.<o:p></o:p></p>
<p class="MsoNormal"><o:p> </o:p></p>
<p class="MsoNormal">When I check my postgresql backend however, I see this, which is what’s supposed to be in the zone:<o:p></o:p></p>
<p class="MsoNormal"><o:p> </o:p></p>
<p class="MsoNormal"># select * from records where name LIKE '%29.0.10.in-addr.arpa%';<o:p></o:p></p>
<p class="MsoNormal">    id     | domain_id |            name             | type |                               content                                |  ttl  | prio | change_date | disabled | ordername | auth<o:p></o:p></p>
<p class="MsoNormal">-----------+-----------+-----------------------------+------+----------------------------------------------------------------------+-------+------+-------------+----------+-----------+------<o:p></o:p></p>
<p class="MsoNormal">466105138 |      8475 | 29.0.10.in-addr.arpa     | SOA  | ns2.example.com dnsadmin. example.com 2019121721 900 600 86400 3600 |  3600 |    0 |             | f        |           | t<o:p></o:p></p>
<p class="MsoNormal">466105139 |      8475 | 29.0.10.in-addr.arpa     | NS   | ns. example.com                                                      |  3600 |    0 |             | f        |           | t<o:p></o:p></p>
<p class="MsoNormal">466105140 |      8475 | 29.0.10.in-addr.arpa     | NS   | ns2. example.com                                                     |  3600 |    0 |             | f        |           | t<o:p></o:p></p>
<p class="MsoNormal">466105141 |      8475 | 1.29.0.10.in-addr.arpa   | PTR  | bdr01. example.com                                      | 21600 |    0 |             | f        |           | t<o:p></o:p></p>
<p class="MsoNormal">466105142 |      8475 | 41.29.0.10.in-addr.arpa  | PTR  | bdr02. example.com                                      | 21600 |    0 |             | f        |           | t<o:p></o:p></p>
<p class="MsoNormal">466105143 |      8475 | 222.29.0.10.in-addr.arpa | PTR  | agg01. example.com                                      | 21600 |    0 |             | f        |           | t<o:p></o:p></p>
<p class="MsoNormal"><o:p> </o:p></p>
<p class="MsoNormal">When doing a dig to this server it does not work when querying those records, querying the soa and ns records return correct data.<o:p></o:p></p>
<p class="MsoNormal">When I try to add records with pdnsutil edit-zone 29.0.10.in-addr.arpa, it adds to the backend but a pdns list-zone 29.0.10.in-addr.arpa returns the same 3 records, the SOA and both ns records…<o:p></o:p></p>
<p class="MsoNormal"><o:p> </o:p></p>
<p class="MsoNormal">I am really puzzled about this and would appreciate any clues that would help me resolve this.<o:p></o:p></p>
<p class="MsoNormal"><o:p> </o:p></p>
<p class="MsoNormal">Thanks.<o:p></o:p></p>
<p class="MsoNormal"><o:p> </o:p></p>
<p class="MsoNormal">-Mike<o:p></o:p></p>
</div>
</body>
</html>