unbound - what is wrong
Mark Felder
feld at FreeBSD.org
Thu Sep 18 11:51:36 UTC 2014
On Thu, Sep 18, 2014, at 04:29, Wojciech Puchar wrote:
> i try to make it resolve both global zones and my own intranet zones
>
> i added to /var/unbound/conf.d/ file intra.conf
>
> private-address: 10.0.0.0/8
> local-zone: "10.in-addr.arpa." transparent
> local-zone: "intra." transparent
> forward-zone:
> name: intra.
> forward-addr: 10.0.1.1
> forward-zone:
> name: 10.in-addr.arpa.
> forward-addr: 10.0.1.1
>
>
> reverse lookups on 10/8 works fine
>
> [root at laptop /var/unbound]# host 10.0.1.1
> 1.1.0.10.in-addr.arpa domain name pointer intra.
>
> but forward:
>
> [root at laptop /var/unbound]# host intra.
> Host intra not found: 2(SERVFAIL)
>
>
> what is wrong?
>
Can you confirm that a dig or drill @10.0.1.1 for intra hostnames works
correctly?
I previously had a setup that required two additional lines. See below:
private-domain: localdomain
domain-insecure: localdomain
forward-zone:
name: "localdomain"
forward-addr: 192.168.1.1
More information about the freebsd-hackers
mailing list