[Unbound-users] Non authoritative answer for local zone

Alibek Bolatov alibek at mail.ru
Sat Nov 1 13:26:53 UTC 2014


Hello.
Please help me with troubles.

I'm use NSD and Unbound; NSD as authoritative server, Unbound as
client cache and recursor. NSD worked on port 5353, Unbound worked on
port 53.

unbound.conf
----
server:
        #private-domain: "mydomain.local."
        local-zone: "10.in-addr.arpa." nodefault
        local-zone: "mydomain.local." nodefault
stub-zone:
        name: "mydomain.local."
        stub-addr: 10.1.128.12 at 5353
stub-zone:
        name: "10.in-addr.arpa."
        stub-addr: 10.1.128.12 at 5353
----
How do I get answers to be authoritative?

----
# nslookup srv-test.cybercom.local 10.1.128.12
Server:         10.1.128.12
Address:        10.1.128.12#53
Non-authoritative answer:
Name:   srv-test.mydomain.local
Address: 10.1.128.9
----
Why so?

FreeBSD 10, 64-bit
Unbound 1.4.20 (system)

--
WBR, Alibek



More information about the Unbound-users mailing list