<div dir="ltr"><div><div><div><div><div><div><div>Hello,<br><br></div><div>Not sure if i can ask my question here, since i suppose it's more general than just unbound related.<br></div><div><br></div>I'm trying to set up a system that i tought was easy.<br>

<br>I've a lan, with a unbound dns resolving <a href="http://lan.domain.net" target="_blank">lan.domain.net</a> and everything on the internet, for the local users.<br></div>Everything works fine at that point.<br><br>
Here is a snippet of my configuration file<br>
<br>include: "/var/unbound/etc/zone-lan.conf"<br><br>that contains<br><br>local-zone: "<a href="http://lan.domain.net" target="_blank">lan.domain.net</a>" static<br>local-data: xxxxxxx<br><br></div>Now, my goal is to forward all query for a different subdomain (<a href="http://virtu.domain.net" target="_blank">virtu.domain.net</a>) to a different dns servers and ONLY that sort of query.<br>

<br></div>Here's the related configuration part<br><br>local-zone: "<a href="http://virtu.domain.net" target="_blank">virtu.domain.net</a>" transparent<br>forward-zone:<br>name: "<a href="http://virtu.domain.net" target="_blank">virtu.domain.net</a>."<br>

forward-addr: 10.0.20.5<br><br></div>The thing is, all sort of query are forwarded to that server (see them with tcpdump, dropbox, gmail...), and some are not (<a href="http://vm1.virtu.domain.net" target="_blank">vm1.virtu.domain.net</a>).<br>

</div><div>I rate as working 80% of the time.<br><br></div><div>Is the unbound part of my configuration ok ? <br></div><div><br></div>Another problem is that some windows got the <a href="http://virtu.domain.net" target="_blank">virtu.domain.net</a> as the primary dns server...<br>

<br>The dhcp configuration is:<br><br>shared-network <a href="http://lan.domain.net" target="_blank">lan.domain.net</a> {<br><br>option  domain-name "<a href="http://lan.domain.net" target="_blank">lan.domain.net</a>";<br>
option  domain-name-servers 10.0.1.254;<br>
[...]<br><br>Thank you for your help and apology for my english.<br><br></div>Regards,<br></div>