nightmorph    11/07/24 18:56:27

  Modified:             ipv6.xml
  Log:
  add stateful configuration to the guide, patch from hwoarang on bug 375541

Revision  Changes    Path
1.39                 xml/htdocs/doc/en/ipv6.xml

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/ipv6.xml?rev=1.39&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/ipv6.xml?rev=1.39&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/ipv6.xml?r1=1.38&r2=1.39

Index: ipv6.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/ipv6.xml,v
retrieving revision 1.38
retrieving revision 1.39
diff -u -r1.38 -r1.39
--- ipv6.xml    15 Jul 2011 05:51:25 -0000      1.38
+++ ipv6.xml    24 Jul 2011 18:56:27 -0000      1.39
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
-<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/ipv6.xml,v 1.38 2011/07/15 
05:51:25 nightmorph Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/ipv6.xml,v 1.39 2011/07/24 
18:56:27 nightmorph Exp $ -->
 
 <guide>
 <title>Gentoo IPv6 Router Guide</title>
@@ -23,6 +23,9 @@
 <author title="Editor">
   <mail link="nightmorph"/>
 </author>
+<author title="Contributor">
+  <mail link="hwoarang"/>
+</author>
 
 <abstract>
 This guide shows how to setup IPv6 on a Gentoo system.  This includes
@@ -34,8 +37,8 @@
 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
 <license/>
 
-<version>5</version>
-<date>2011-07-14</date>
+<version>6</version>
+<date>2011-07-24</date>
 
 <chapter>
 <title>Preliminaries</title>
@@ -634,6 +637,43 @@
 
 </body>
 </section>
+<section>
+<title>Stateful Configuration</title>
+<body>
+
+<p>
+If you'd like to have stateful configuration, you'll need to install and
+configure <c>net-misc/dibbler</c>.
+</p>
+
+<pre caption="Installing dibbler">
+# <i>emerge dibbler</i>
+</pre>
+
+<p>
+New we must configure the dibbler client by editiing
+<path>/etc/dibbler/client.conf</path>.
+</p>
+
+<pre caption="Sample dibbler client configuration">
+iface ppp0 {
+       rapid-commit yes
+       pd
+       option dns-server
+}
+</pre>
+
+<p>
+We can now start the dibbler client, and configure it to start at boot.
+</p>
+
+<pre caption="Starting the dibbler client">
+# <i>/etc/init.d/dibbler-client start</i>
+# <i>rc-update add dibbler-client default</i>
+</pre>
+
+</body>
+</section>
 </chapter>
 
 <chapter>




Reply via email to