]> git.ipfire.org Git - thirdparty/unbound.git/commitdiff
document misconfiguration.
authorWouter Wijngaards <wouter@nlnetlabs.nl>
Fri, 4 Jan 2008 13:13:50 +0000 (13:13 +0000)
committerWouter Wijngaards <wouter@nlnetlabs.nl>
Fri, 4 Jan 2008 13:13:50 +0000 (13:13 +0000)
git-svn-id: file:///svn/unbound/trunk@824 be551aaa-1e26-0410-a405-d3ace91eadb9

doc/Changelog
doc/README

index 8a2e490f16646c84355138ea6e5efd4aea3b3c76..6987af408f8c41bb2f11da19249f761c2b122e27 100644 (file)
@@ -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 
index 7bf97775ce7e3d85e4bd6280f9167c58f79039da..9c7ecc9e12ed76619c117ff87ff329f2c4ca4336 100644 (file)
@@ -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
 ----------------