<div dir="ltr">Ken,<div><br></div><div>Yea - I don't think this will work for us.  Our domain is shared with the Isilon, so it would be <a href="http://lab.domain.com">lab.domain.com</a>, and I don't want to forward the entire zone over to the Isilon. </div>
<div><br></div><div>thanks!</div></div><div class="gmail_extra"><br><br><div class="gmail_quote">On Wed, Dec 4, 2013 at 1:57 PM, <a href="mailto:ktm@rice.edu">ktm@rice.edu</a> <span dir="ltr"><<a href="mailto:ktm@rice.edu" target="_blank">ktm@rice.edu</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div class="HOEnZb"><div class="h5">On Wed, Dec 04, 2013 at 01:18:40PM -0600, Drew Decker wrote:<br>
> We are currently wanting to implement Isilon's SmartConnect features, which<br>
> requres a delegation (NS) record to the Isilon.  Unfortunately, their<br>
> documentation only covers BIND and Microsoft DNS products.  Is there a way<br>
> to do the same thing in PowerDNS?  If so, what is the correct way?<br>
><br>
> Per the documentation, it shows the following for BIND:<br>
><br>
> -----<br>
> BIND server:<br>
> In BIND, a new name server (NS) record needs to be added to the existing<br>
> authoritative DNS zone specifying the server of authority for the new<br>
> sub-zone. For<br>
> that, an A record must be added, specified in the NS record that points to<br>
> the SIP<br>
> address of the cluster. For example, if the SmartConnect zone name is<br>
> <a href="http://cluster.example.com" target="_blank">cluster.example.com</a>, the DNS entries would looks like:<br>
><br>
> >> <a href="http://cluster.example.com" target="_blank">cluster.example.com</a> IN NS <a href="http://sip.example.com" target="_blank">sip.example.com</a><br>
> >> <a href="http://sip.example.com" target="_blank">sip.example.com</a> IN A {IP"address}<br>
> -----<br>
><br>
> Unfortunately, it doesn't appear to work on our end - it says "hostname not<br>
> found" - but all other DNS records work for the parent domain on our end -<br>
> it is just this one that is not working.  Please let me know if you'd like<br>
> me to provide more information on the setup of our PowerDNS servers.<br>
><br>
><br>
> --<br>
> Best Regards,<br>
> Drew Decker<br>
<br>
</div></div>Hi Drew,<br>
<br>
We do this in the recursor, not in the authoritative server, with pdns-recursor<br>
using the forward-zones option. For your example, it would be a line something<br>
like this:<br>
<br>
forward-zones=<a href="http://cluster.example.com" target="_blank">cluster.example.com</a>={IP address}<br>
<br>
Regards,<br>
Ken<br>
</blockquote></div><br><br clear="all"><div><br></div>-- <br><div dir="ltr">Best Regards,<br>Drew Decker<br></div>
</div>