<div dir="ltr">Dears,<br><br>The problem I bring here today is probably something simple, but unfortunately, I couldn't find any clear answers to it.<br><br>I'm testing PowerDNS and plan to migrate some zones from BIND to it.<br><br>I created a virtual machine for testing and put a fictitious parent zone and a subzone on it.<br><br>The parent zone is "<a href="http://ancientmariner.com">ancientmariner.com</a>" (yes, I'm an Iron Maiden fan)<br><br>When I check it, I don't find any problems:<br><br>root@pdns-master1:/home/vagrant# pdnsutil check-zone <a href="http://ancientmariner.com">ancientmariner.com</a><br>Mar 07 16:51:17 [bindbackend] Done parsing domains, 0 rejected, 0 new, 0 removed<br>Checked 9 records of '<a href="http://ancientmariner.com">ancientmariner.com</a>', 0 errors, 0 warnings.<br><br>Then I created the fictitious subzone "<a href="http://rime.ancientmariner.com">rime.ancientmariner.com</a>" (yes, I'm a huge Iron Maiden fan)<br><br>But unlike the parent zone, when I check it, I find problems:<br><br>root@pdns-master1:/home/vagrant# pdnsutil check-zone <a href="http://rime.ancientmariner.com">rime.ancientmariner.com</a><br>Mar 07 16:53:56 [bindbackend] Done parsing domains, 0 rejected, 0 new, 0 removed<br>[Error] No delegation for zone '<a href="http://rime.ancientmariner.com">rime.ancientmariner.com</a>' in parent '<a href="http://ancientmariner.com">ancientmariner.com</a>'<br>Checked 5 records of '<a href="http://rime.ancientmariner.com">rime.ancientmariner.com</a>', 1 errors, 0 warnings.<br><br>The zones were edited as follows:<br><br>=> <a href="http://ancientmariner.com">ancientmariner.com</a><br><br>root@pdns-master1:/home/vagrant# pdnsutil list-zone <a href="http://ancientmariner.com">ancientmariner.com</a><br>Mar 07 16:55:40 [bindbackend] Done parsing domains, 0 rejected, 0 new, 0 removed<br>$ORIGIN .<br><a href="http://ancientmariner.com">ancientmariner.com</a> 3600 IN A 10.200.12.151<br><a href="http://ancientmariner.com">ancientmariner.com</a> 3600 IN MX 25 <a href="http://mail.ancientmariner.com">mail.ancientmariner.com</a>.<br><a href="http://ancientmariner.com">ancientmariner.com</a> 3600 IN NS <a href="http://ns1.ancientmariner.com">ns1.ancientmariner.com</a>.<br><a href="http://ancientmariner.com">ancientmariner.com</a> 3600 IN NS <a href="http://ns2.ancientmariner.com">ns2.ancientmariner.com</a>.<br><a href="http://ancientmariner.com">ancientmariner.com</a> 3600 IN SOA <a href="http://ns1.ancientmariner.com">ns1.ancientmariner.com</a> <a href="http://hostmaster.ancientmariner.com">hostmaster.ancientmariner.com</a> 13 10800 3600 604800 3600<br><a href="http://news.ancientmariner.com">news.ancientmariner.com</a> 3600 IN A 10.200.12.151<br><a href="http://ns1.ancientmariner.com">ns1.ancientmariner.com</a> 3600 IN A 10.200.12.173<br><a href="http://ns2.ancientmariner.com">ns2.ancientmariner.com</a> 3600 IN A 10.200.12.174<br><a href="http://www.ancientmariner.com">www.ancientmariner.com</a> 3600 IN A 10.200.12.151<br><br>=> <a href="http://rime.ancientmariner.com">rime.ancientmariner.com</a><br><br>root@pdns-master1:/home/vagrant# pdnsutil list-zone <a href="http://rime.ancientmariner.com">rime.ancientmariner.com</a><br>Mar 07 16:56:51 [bindbackend] Done parsing domains, 0 rejected, 0 new, 0 removed<br>$ORIGIN .<br><a href="http://rime.ancientmariner.com">rime.ancientmariner.com</a> 3600 IN A 10.200.12.152<br><a href="http://rime.ancientmariner.com">rime.ancientmariner.com</a> 3600 IN NS <a href="http://ns1.ancientmariner.com">ns1.ancientmariner.com</a>.<br><a href="http://rime.ancientmariner.com">rime.ancientmariner.com</a> 3600 IN NS <a href="http://ns2.ancientmariner.com">ns2.ancientmariner.com</a>.<br><a href="http://rime.ancientmariner.com">rime.ancientmariner.com</a> 3600 IN SOA <a href="http://ns1.ancientmariner.com">ns1.ancientmariner.com</a> <a href="http://hostmaster.rime.ancientmariner.com">hostmaster.rime.ancientmariner.com</a> 2 10800 3600 604800 3600<br><br>How can I fix this error? How would I delegate the "<a href="http://rime.ancientmariner.com">rime.ancientmariner.com</a>" zone to the parent zone "<a href="http://ancientmariner.com">ancientmariner.com</a>"?<br><br>I am very inexperienced with DNS and also with PowerDNS, so I greatly appreciate the guidance and (if possible) an example with command line ;)<br></div>