<div dir="ltr">Hello, thanks for your response.<div><br></div><div>On Wed, Feb 4, 2015 at 7:41 AM, Stefan Schmidt <span dir="ltr"><<a href="mailto:zaphodb@zaphods.net" target="_blank">zaphodb@zaphods.net</a>></span> wrote:<br></div><div class="gmail_extra"><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex"><span class=""><br></span>
Below it seems that it answers just fine though.<br>
<br>
<blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">
[james@eng:~] % dig @<a href="http://10.250.50.237" target="_blank">10.250.50.237</a> [2] 100.94.145.204.in-addr.<u></u>arpa<br>
ptr <br>
<br>
; <<>> DiG 9.3.6-P1-RedHat-9.3.6-4.P1.<u></u>el5_4.2 <<>> @<a href="http://10.250.50.237" target="_blank">10.250.50.237</a><br><span class="">;; flags: qr rd ra; QUERY: 1, ANSWER: 0, AUTHORITY: 1, ADDITIONAL: 0<br>
<br>
;; QUESTION SECTION:<br>
;100.94.145.204.in-addr.arpa.   IN      PTR<br>
<br>
;; AUTHORITY SECTION:<br>
100.94.145.204.in-addr.arpa. 3600 IN    NS    <br>
 <a href="http://ns17.bitronictech.net" target="_blank">ns17.bitronictech.net</a>.<br></span></blockquote></blockquote><div><br></div><div>It indeed returns with the authoritative answer, but I believe my expectation was that since recursion is desired, and there is a pdns-recursor available, that it would do the deed.  Mainly that dig or nslookup off of the pdns-authoritative server, with recursion enabled, would end up with an actual PTR answer. You mention that BIND just happens to do both at the same time..is that something that PDNS can't do, or something I'm doing wrong, or in general a false perception of what is right?</div><div><br></div><div><br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">Here you ask with the "rd" aka recursion desired flag and it appears that your BIND Server is indeed configured to recurse for you and go ask <a href="http://ns17.bitronictech.net" target="_blank">ns17.bitronictech.net</a> about the PTR for 100.94.145.204.in-addr.arpa. This is now recursive DNS works, however it is not how authoritative DNS works. BIND just happens to do both at the same time.<br></blockquote><div><br></div><div><br></div><div>Querying the pdns-recursor directly does return the proper result, however ARIN isn't set to point to this pool of pdns servers and thus this recursion is likely interacting with BIND which is still authoritative for the reverse in-addr.arpa zone....none of which helps my troubleshooting</div><div><br></div><div><div>[root@lga1dns1 amc]# dig -p 5300 ptr 100.94.145.204.in-addr.arpa @<a href="http://127.0.0.1">127.0.0.1</a></div><div><br></div><div>; <<>> DiG 9.8.2rc1-RedHat-9.8.2-0.30.rc1.el6_6.1 <<>> -p 5300 ptr 100.94.145.204.in-addr.arpa @<a href="http://127.0.0.1">127.0.0.1</a></div><div>;; flags: qr rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 0, ADDITIONAL: 0<br></div><div><br></div><div>;; QUESTION SECTION:</div><div>;100.94.145.204.in-addr.arpa.   IN      PTR</div><div><br></div><div>;; ANSWER SECTION:</div><div>100.94.145.204.in-addr.arpa. 7200 IN    PTR     <a href="http://lopfar.net">lopfar.net</a>.</div></div><div><br></div><div><br></div><div><br></div><div>Thanks</div><div>-James</div></div></div></div>