[conspire] Unbound and DHCP on home computer
roger at rogerchrisman.com
roger at rogerchrisman.com
Thu Dec 17 15:49:12 PST 2009
Solved the "dig +trace" problem, after Googling "dig +trace" and
reading a while[1][2], as follows:
1. Into the "server:" section of /etc/unbound/unbound.conf I added this:
access-control: 127.0.0.1 allow_snoop
2. Then killed unbound:
pidof unbound
sudo kill <above pid>
3. Then restarted it:
sudo unbound -c /etc/unbound/unbound.conf
Now dig +trace works as expected through my Unbound instance at 127.0.0.1:
dig +trace @127.0.0.1 example.com
It seems that Unbound did not permit the trace dig without the conf
adjustment, presumably for security reasons.
[1] http://outsourcedclue.com/2009/04/13/supporting-dig-trace-using-an-unbound-recursive-dns-server/
[2] http://www.unbound.net/documentation/unbound.conf.html
Blessings one and all,
Roger
-- It works!
Xubuntu 9.10 and Unbound on home laptop
More information about the conspire
mailing list