<br><br><div class="gmail_quote">On Tue, Mar 17, 2009 at 9:05 AM, W.C.A. Wijngaards <span dir="ltr"><<a href="mailto:wouter@nlnetlabs.nl">wouter@nlnetlabs.nl</a>></span> wrote:<br><div> </div><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<div class="im">
Ondřej Surý wrote:<br>
> According to the logfile Unbound is trying to prime root servers. And you<br>
> specified servers for . in your db.root file and not servers for test, so you<br>
> need to have full delegation path from '.' to your test zone.<br>
</div><br>
I think what you want is a stub-zone setup; here you can avoid your<br>
priming trouble:<br>
<br>
stub-zone:<br>
        name: "."<br>
        stub-addr: 192.168.2.2<br>
        stub-prime: no<br>
<br>
This is basically the same as the root-hints you have, but the<br>
stub-prime: no setting makes it skip the priming step that is failing now.</blockquote></div><br>Thanks to both of you. With a stub-zone instead of a root-hints AND my authoritative server serving the root, it's working.<br>
<br>Thanks,<br><br>Cédric<br>