[Unbound-users] PTR's for private address space

Chris Smith fixie at chrissmith.org
Fri Apr 1 14:16:15 UTC 2011


On Fri, Apr 1, 2011 at 8:57 AM, Gareth Hopkins <gabbawp at gmail.com> wrote:
> forward-zone:
>  name: "168.192.in-addr.arpa."
>  forward-addr: <windows box>
>
> local-zone: 168.192.in-addr.arpa. nodefault

If you're just using a /24 then changing this to something like:
================================
forward-zone:
 name: "1.168.192.in-addr.arpa."
 forward-addr: <windows box>
================================
and then:
================================
 local-zone: 1.168.192.in-addr.arpa. transparent
================================
will prevent Unbound from forwarding PTR queries outside of your
subnet (in this example anything not in 192.168.1) to your Windows
box.

Chris



More information about the Unbound-users mailing list