Hi, <div><br></div><div>I have the following scenario. </div><div><br></div><div>Unbound server on private address network (192.168) which I want to run as a local cache. </div><div><br></div><div>A windows box on the same network is the only box allowed to do DNS lookups, along with it also serving PTR requests for the private address</div>
<div>range (mostly DHCP assigned addresses) </div><div><br></div><div>I want the unbound box to forward all queries to the windows box (including reverse queries for the 192.168 range) and then cache those entries. </div>
<div><br></div><div>I have the following in place for the request forwarding </div><div><br></div><div><div>forward-zone: </div><div>        name: "."</div><div>        forward-addr: <windows box> </div><div>
<br></div><div>which works for all forward lookups</div><div><br></div><div>When I do a reverse lookup I get the following</div></div><div><br></div><div><div>;; AUTHORITY SECTION:</div><div>168.192.in-addr.arpa.   10800   IN      SOA     localhost. nobody.invalid. 1 3600 1200 604800 10800</div>
<div><br></div></div><div>but when I query the windows box directly I get the correct answer. </div><div><br></div><div>Is it possible to get unbound to answer for the reverse entries ? </div><div><br></div><div>Cheers, </div>
<div><br></div><div>Gareth </div><div><br></div><div><br></div>