<div dir="ltr">Dear all,<div><br></div><div>I'm using unbound on ubuntu server 14.04 as a resolver for a local network. We also have dnsmasq providing dhcp and I wanted to use it to resolve local hostnames too. the local domain is "office".</div><div><br></div><div>Dnsmasq is configured with "domain=office" and unbound is configured as follows:</div><div><br></div><div><div>private-domain: "office"</div><div>forward-zone:</div><div>  name: "office"</div><div>  forward-addr: 10.0.0.42</div></div><div><br></div><div>this works. however now I wanted to add a subdomain, "upstairs" and have hosts such as host1.upstairs.office. I was expecting the forward to still work since upstairs is a subdomain of office, but I don't see any requests being sent over. For kicks I tried to add a forward-zone for upstairs.office, but that also resulted in no queries being sent to dnsmasq. *.office also did not work.</div><div><br></div><div>I also have a forward-zone "." that sends all queries to opendns and that works just fine in combo with "office".</div><div><br></div><div>what am I missing?</div><div><br></div><div>regards,</div><div><br></div><div>Spike</div></div>