From 3d3839a09000f971992dfa55ae90c23ce382ee93 Mon Sep 17 00:00:00 2001 From: Mark Andrews Date: Mon, 25 Feb 2008 05:08:15 +0000 Subject: [PATCH] regen --- FAQ | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/FAQ b/FAQ index 04f20ca024..e6b2ff27ce 100644 --- a/FAQ +++ b/FAQ @@ -704,6 +704,18 @@ A: Red Hat Security Enhanced Linux (SELinux) policy security protections : See these man-pages for more information : selinux(8), named_selinux (8), chcon(1), setsebool(8) +Q: Listening on individual IPv6 interfaces does not work. + +A: This is usually due to "/proc/net/if_inet6" not being available in the + chroot file system. Mount another instance of "proc" in the chroot file + system. + + This can be be made permanent by adding a second instance to /etc/ + fstab. + + proc /proc proc defaults 0 0 + proc /var/named/proc proc defaults 0 0 + 4.3. Windows Q: Zone transfers from my BIND 9 master to my Windows 2000 slave fail.