Gentoo Archives: gentoo-doc-cvs

From: "Joshua Saddler (nightmorph)" <nightmorph@g.o>
To: gentoo-doc-cvs@l.g.o
Subject: [gentoo-doc-cvs] gentoo commit in xml/htdocs/doc/en: ipv6.xml
Date: Sun, 24 Jul 2011 18:56:46
Message-Id: 20110724185627.D82992004B@flycatcher.gentoo.org
1 nightmorph 11/07/24 18:56:27
2
3 Modified: ipv6.xml
4 Log:
5 add stateful configuration to the guide, patch from hwoarang on bug 375541
6
7 Revision Changes Path
8 1.39 xml/htdocs/doc/en/ipv6.xml
9
10 file : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/ipv6.xml?rev=1.39&view=markup
11 plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/ipv6.xml?rev=1.39&content-type=text/plain
12 diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/ipv6.xml?r1=1.38&r2=1.39
13
14 Index: ipv6.xml
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/ipv6.xml,v
17 retrieving revision 1.38
18 retrieving revision 1.39
19 diff -u -r1.38 -r1.39
20 --- ipv6.xml 15 Jul 2011 05:51:25 -0000 1.38
21 +++ ipv6.xml 24 Jul 2011 18:56:27 -0000 1.39
22 @@ -1,6 +1,6 @@
23 <?xml version="1.0" encoding="UTF-8"?>
24 <!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
25 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/ipv6.xml,v 1.38 2011/07/15 05:51:25 nightmorph Exp $ -->
26 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/ipv6.xml,v 1.39 2011/07/24 18:56:27 nightmorph Exp $ -->
27
28 <guide>
29 <title>Gentoo IPv6 Router Guide</title>
30 @@ -23,6 +23,9 @@
31 <author title="Editor">
32 <mail link="nightmorph"/>
33 </author>
34 +<author title="Contributor">
35 + <mail link="hwoarang"/>
36 +</author>
37
38 <abstract>
39 This guide shows how to setup IPv6 on a Gentoo system. This includes
40 @@ -34,8 +37,8 @@
41 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
42 <license/>
43
44 -<version>5</version>
45 -<date>2011-07-14</date>
46 +<version>6</version>
47 +<date>2011-07-24</date>
48
49 <chapter>
50 <title>Preliminaries</title>
51 @@ -634,6 +637,43 @@
52
53 </body>
54 </section>
55 +<section>
56 +<title>Stateful Configuration</title>
57 +<body>
58 +
59 +<p>
60 +If you'd like to have stateful configuration, you'll need to install and
61 +configure <c>net-misc/dibbler</c>.
62 +</p>
63 +
64 +<pre caption="Installing dibbler">
65 +# <i>emerge dibbler</i>
66 +</pre>
67 +
68 +<p>
69 +New we must configure the dibbler client by editiing
70 +<path>/etc/dibbler/client.conf</path>.
71 +</p>
72 +
73 +<pre caption="Sample dibbler client configuration">
74 +iface ppp0 {
75 + rapid-commit yes
76 + pd
77 + option dns-server
78 +}
79 +</pre>
80 +
81 +<p>
82 +We can now start the dibbler client, and configure it to start at boot.
83 +</p>
84 +
85 +<pre caption="Starting the dibbler client">
86 +# <i>/etc/init.d/dibbler-client start</i>
87 +# <i>rc-update add dibbler-client default</i>
88 +</pre>
89 +
90 +</body>
91 +</section>
92 </chapter>
93
94 <chapter>