<div dir="ltr">Thanks Aki,<div><br></div><div>I have pdns-recursor running on the same severs so have recursor=<a href="http://127.0.0.1:54">127.0.0.1:54</a> configured within my pdns.conf file.  Recursion seems to works fine when recursing for domains we are not authoritative for but for sub domain delegation the answer is not fully recursed and only the NS record is returned.  I wondered if it was possible to change this behavior and return the fully recursed record?<br>
</div><div><br></div><div>Thanks.</div><div><br></div><div>Steve.</div></div><div class="gmail_extra"><br><br><div class="gmail_quote">On Wed, Jul 23, 2014 at 9:53 AM, Aki Tuomi <span dir="ltr"><<a href="mailto:cmouse@youzen.ext.b2.fi" target="_blank">cmouse@youzen.ext.b2.fi</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">You probably want to either setup a recursor in front of your auth (recommended) or use recursor=ip.of.recursor in pdns.conf<br>

<br>
pdns authoritative server does not recurse by default. to get same functionality as your windows dns server, i do recommend putting recursor in front of the<br>
auth server, and configure forward-zones setting for the auth domains. it won't be as automatic, but it works better.<br>
<br>
Aki<br>
<div><div class="h5"><br>
On Wed, Jul 23, 2014 at 08:46:28AM +0100, Stephen Dodge wrote:<br>
> Hello,<br>
><br>
> We are a small MSP looking to move from a Windows DNS environment to PDNS.<br>
> We have two internet facing authoritative pdns servers with a mysql backend.<br>
> Each server also runs pdns-recursor to handle recursive queries for our<br>
> customer subnets.<br>
><br>
> All looks okay but I have a query about how delegated sub domains should be<br>
> handled.  For example -<br>
> we are authoritative for  '<a href="http://customer.com" target="_blank">customer.com</a>'  but our customer has requested a<br>
> delegation for a sub domain to another name server. i.e '<a href="http://sub.customer.com" target="_blank">sub.customer.com</a>'.<br>
> We simply have a NS record for <a href="http://sub.customer.com" target="_blank">sub.customer.com</a> pointed to another dns<br>
> server which is hosted by a third party.<br>
><br>
> When I dig the original Windows DNS servers the answer is the A record<br>
> configured on the 3rd part name server.<br>
> When I dig our PDNS server the answer returned is the NS record only.<br>
> When I dig a different recursor which then in turn forwards the query onto<br>
> our PDNS servers the answer is the A record.<br>
><br>
> Is this the expected behaviour or should I be able to configure the<br>
> authoritative pdns server to provide a fully recursed answer?<br>
><br>
> I appreciate the help.  If you need any other info let me know.<br>
><br>
> Thanks,<br>
><br>
> Steve<br>
<br>
</div></div>> _______________________________________________<br>
> Pdns-users mailing list<br>
> <a href="mailto:Pdns-users@mailman.powerdns.com">Pdns-users@mailman.powerdns.com</a><br>
> <a href="http://mailman.powerdns.com/mailman/listinfo/pdns-users" target="_blank">http://mailman.powerdns.com/mailman/listinfo/pdns-users</a><br>
<br>
</blockquote></div><br></div>