From 2ba3ff9f7d69eeea03d071bf40e4b59f483683af Mon Sep 17 00:00:00 2001 From: Wouter Wijngaards Date: Fri, 4 Jan 2008 13:13:50 +0000 Subject: [PATCH] document misconfiguration. git-svn-id: file:///svn/unbound/trunk@824 be551aaa-1e26-0410-a405-d3ace91eadb9 --- doc/Changelog | 3 +++ doc/README | 6 ++++++ 2 files changed, 9 insertions(+) diff --git a/doc/Changelog b/doc/Changelog index 8a2e490f1..6987af408 100644 --- a/doc/Changelog +++ b/doc/Changelog @@ -1,3 +1,6 @@ +4 January 2008: Wouter + - document misconfiguration in private network. + 2 January 2008: Wouter - fixup typo in requirements. - document that 'refused' is a better choice than 'drop' for diff --git a/doc/README b/doc/README index 7bf97775c..9c7ecc9e1 100644 --- a/doc/README +++ b/doc/README @@ -53,6 +53,12 @@ o If libevent is older (before 1.3c), unbound will exit instead of reload on sighup. On a restart 'did not exit gracefully last time' warning is printed. Perform ./configure --with-libevent=no or update libevent, rerun configure and recompile unbound to make sighup work correctly. +o If you receive no answers deploying unbound on a private network. + Check that the zone you configure as a stub zone is correct, listing working + ip-addresses. Check that the NS data in the zone, those hostnames, are + in fact those same, working, ip-addresses. Unbound will fetch the NS data + from the zone and use that information in preference to the config + information. Acknowledgements ---------------- -- 2.47.2