From: Mark Andrews Date: Sun, 24 Feb 2008 23:57:06 +0000 (+0000) Subject: add /proc/net/if_inet6 reference X-Git-Tag: v9.4.3b1~37^2~20 X-Git-Url: http://git.ipfire.org/gitweb/?a=commitdiff_plain;h=2b65fc1d034e967a5ecbc0f39c509e6bbc98698d;p=thirdparty%2Fbind9.git add /proc/net/if_inet6 reference --- diff --git a/FAQ.xml b/FAQ.xml index f2bc0bb3122..b01f12d65ff 100644 --- a/FAQ.xml +++ b/FAQ.xml @@ -17,7 +17,7 @@ - PERFORMANCE OF THIS SOFTWARE. --> - +
Frequently Asked Questions about BIND 9 @@ -1240,6 +1240,31 @@ named_cache_t: for files modifiable by named - $ROOTDIR/var/{tmp,named/{slaves,d + + + + + Listening on individual IPv6 interfaces does not work. + + + + + 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 intance to + /etc/fstab. + + +proc /proc proc defaults 0 0 +proc /var/named/proc proc defaults 0 0 + + + + +