Hello
I followed very simple steps to setup unbound but that is not working. My FreeBSD version is 11.0-RELEASE-p12.
At first this was the resolv.conf before unbound started:
I start the unbound by service:
The service running well, but that is not working.
I am not sure if that is some problem from DNSSEC:
please help.
I followed very simple steps to setup unbound but that is not working. My FreeBSD version is 11.0-RELEASE-p12.
At first this was the resolv.conf before unbound started:
Code:
$ cat /etc/resolv.conf
# Generated by resolvconf
nameserver 8.8.8.8
nameserver 8.8.4.4
I start the unbound by service:
Code:
$ service local_unbound start
Performing initial setup.
Extracting forwarders from /etc/resolv.conf.
/var/unbound/forward.conf created
/var/unbound/lan-zones.conf created
/var/unbound/control.conf created
/var/unbound/unbound.conf created
/etc/resolvconf.conf created
original /etc/resolv.conf saved as /etc/resolv.conf.20170919.121929
Starting local_unbound.
The service running well, but that is not working.
Code:
$ ping google.com
ping: cannot resolve google.com: Host name lookup failure
I am not sure if that is some problem from DNSSEC:
Code:
$ drill -S freebsd.org
;; Number of trusted keys: 1
;; Chasing: freebsd.org. A
DNSSEC Trust tree:
freebsd.org. (A)
|---freebsd.org. (DNSKEY keytag: 63768 alg: 8 flags: 256)
No trusted keys found in tree: first error was: No DNSSEC public key(s)
;; Chase failed.
please help.