Hi Gregory, On Thu, 29 Sep 2016 14:30:05 +0300 Gregory Edigarov wrote: > $ dig openbsd.org @127.0.0.1 > ; <<>> DiG 9.9.5-9+deb8u6-Debian <<>> openbsd.org @127.0.0.1 > ;; global options: +cmd > ;; connection timed out; no servers could be reached
Debian isn't OpenBSD...... This means unbound isn't listening on localhost. e.g: <hostmaster@palm:~ 0>$ dig openbsd.org @127.1.2.7 ; <<>> DiG 9.4.2-P2 <<>> openbsd.org @127.1.2.7 ;; global options: printcmd ;; connection timed out; no servers could be reached On OpenBSD, unbound's listening ports can be found with: <hostmaster@palm:~ 0>$ fstat -u _unbound | fgrep internet _unbound unbound 15133 3* internet dgram udp 127.0.0.1:53 _unbound unbound 15133 4* internet stream tcp 0x0 127.0.0.1:53 _unbound unbound 15133 5* internet dgram udp 10.11.12.13:53 _unbound unbound 15133 6* internet stream tcp 0x0 10.11.12.13:53 Ah dinnae ken aboot Debian. -- Craig Skinner | http://linkd.in/yGqkv7

