]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
pullup:
authorAndreas Gustafsson <source@isc.org>
Mon, 1 Oct 2001 22:00:50 +0000 (22:00 +0000)
committerAndreas Gustafsson <source@isc.org>
Mon, 1 Oct 2001 22:00:50 +0000 (22:00 +0000)
added bind9->win2k zone transfer failure FAQ

FAQ

diff --git a/FAQ b/FAQ
index 498b3a54a5b57e26c740a0ed3b7362420fc84d12..f1e04d493d974305840083865bf72d4a30d96318 100644 (file)
--- a/FAQ
+++ b/FAQ
@@ -188,3 +188,14 @@ depending on whether they were last received as answers or as glue.
 You can always look up the addresses with explicit queries like
 "dig a.root-servers.net A".
 
+
+Q: Zone transfers from my BIND 9 master to my Windows 2000 slave
+fail.  Why?
+
+A: This may be caused by a bug in the Windows 2000 DNS server where
+DNS messages larger than 16K are not handled properly.  This can be
+worked around by setting the option "transfer-format one-answer;".
+Also check whether your zone contains domain names with embedded
+spaces or other special characters, like "John\032Doe\213s\032Computer",
+since such names have been known to cause Windows 2000 slaves to
+incorrectly reject the zone.