]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
regen
authorMark Andrews <marka@isc.org>
Mon, 25 Feb 2008 05:07:58 +0000 (05:07 +0000)
committerMark Andrews <marka@isc.org>
Mon, 25 Feb 2008 05:07:58 +0000 (05:07 +0000)
FAQ
FAQ.xml

diff --git a/FAQ b/FAQ
index 04f20ca0245d4245c7374a6cfd2adb0331aca9f9..e6b2ff27cefa3c71e948aa02dfba554e08e062f2 100644 (file)
--- 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.
diff --git a/FAQ.xml b/FAQ.xml
index f075d1ad9e344be09ac2904f7c339ae31abe2f60..818390b5a801449c3786187109bfc1d83080fbaf 100644 (file)
--- a/FAQ.xml
+++ b/FAQ.xml
@@ -17,7 +17,7 @@
  - PERFORMANCE OF THIS SOFTWARE.
 -->
 
-<!-- $Id: FAQ.xml,v 1.4.6.19 2008/01/30 23:45:26 tbox Exp $ -->
+<!-- $Id: FAQ.xml,v 1.4.6.20 2008/02/25 05:07:58 marka Exp $ -->
 
 <article class="faq">
   <title>Frequently Asked Questions about BIND 9</title>
@@ -1240,6 +1240,30 @@ named_cache_t: for files modifiable by named - $ROOTDIR/var/{tmp,named/{slaves,d
        </para>
       </answer>
     </qandaentry>
+
+    <qandaentry>
+      <question>
+       <para>
+         Listening on individual IPv6 interfaces does not work.
+       </para>
+      </question>
+      <answer>
+       <para>
+         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.
+       </para>
+       <para>
+         This can be be made permanent by adding a second instance to
+         /etc/fstab.
+         <informalexample>
+           <programlisting>
+proc /proc           proc defaults 0 0
+proc /var/named/proc proc defaults 0 0</programlisting>
+         </informalexample>
+       </para>
+      </answer>
+    </qandaentry>
     
     </qandadiv> <!-- Linux -->