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: Fri, 15 Jul 2011 05:51:39
Message-Id: 20110715055125.57FE22004B@flycatcher.gentoo.org
1 nightmorph 11/07/15 05:51:25
2
3 Modified: ipv6.xml
4 Log:
5 remove sections on ipv6 servers, since dhcpv6 is being removed from portage
6
7 Revision Changes Path
8 1.38 xml/htdocs/doc/en/ipv6.xml
9
10 file : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/ipv6.xml?rev=1.38&view=markup
11 plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/ipv6.xml?rev=1.38&content-type=text/plain
12 diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/ipv6.xml?r1=1.37&r2=1.38
13
14 Index: ipv6.xml
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/ipv6.xml,v
17 retrieving revision 1.37
18 retrieving revision 1.38
19 diff -u -r1.37 -r1.38
20 --- ipv6.xml 2 Mar 2011 09:53:25 -0000 1.37
21 +++ ipv6.xml 15 Jul 2011 05:51:25 -0000 1.38
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.37 2011/03/02 09:53:25 nightmorph Exp $ -->
26 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/ipv6.xml,v 1.38 2011/07/15 05:51:25 nightmorph Exp $ -->
27
28 <guide>
29 <title>Gentoo IPv6 Router Guide</title>
30 @@ -34,8 +34,8 @@
31 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
32 <license/>
33
34 -<version>4</version>
35 -<date>2011-03-02</date>
36 +<version>5</version>
37 +<date>2011-07-14</date>
38
39 <chapter>
40 <title>Preliminaries</title>
41 @@ -634,59 +634,6 @@
42
43 </body>
44 </section>
45 -
46 -<section>
47 -<title>Stateful Configuration</title>
48 -<body>
49 -
50 -<p>
51 -If you'd like to use stateful configuration, you'll need to install and
52 -configure dhcpv6.
53 -</p>
54 -
55 -<pre caption="Installing dhcpv6">
56 -# <i>emerge dhcpv6</i>
57 -</pre>
58 -
59 -<p>
60 -Next we must configure the DHCPv6 server by editing
61 -<path>/etc/dhcp6s.conf</path>.
62 -</p>
63 -
64 -<pre caption="Sample dhcp6s.conf">
65 -prefer-life-time 10000;
66 -valid-life-time 20000;
67 -renew-time 5000;
68 -rebind-time 8000;
69 -interface eth1 {
70 - link AAA {
71 - allow unicast;
72 - send unicast;
73 - allow rapid-commit;
74 - send server-preference 5;
75 - renew-time 1000;
76 - rebind-time 2400;
77 - prefer-life-time 2000;
78 - valid-life-time 3000;
79 - pool{
80 - range 2001:470:1f00:296::10 to 2001:470:1f00:296::110/64;
81 - prefix 2001:470:1f00:296::/64;
82 - };
83 - };
84 -};
85 -</pre>
86 -
87 -<p>
88 -We can now start dhcp6s, and configure it to start at boot.
89 -</p>
90 -
91 -<pre caption="Starting dhcp6s">
92 -# <i>/etc/init.d/dhcp6s start</i>
93 -# <i>rc-update add dhcp6s default</i>
94 -</pre>
95 -
96 -</body>
97 -</section>
98 </chapter>
99
100 <chapter>
101 @@ -717,28 +664,6 @@
102
103 </body>
104 </section>
105 -
106 -<section>
107 -<title>Using DHCPv6</title>
108 -<body>
109 -
110 -<p>
111 -If your router is set up to use DHCPv6, your clients will also need to have the
112 -<c>net-misc/dhcpv6</c> package installed. After having done this, you need to
113 -configure your client by editing <path>/etc/dhcp6c.conf</path>.
114 -</p>
115 -
116 -<pre caption="Sample dhcp6c.conf">
117 -interface eth0 {
118 - send rapid-commit;
119 - request domain-name-servers;
120 - iaid 11111;
121 - renew-time 11000;
122 -};
123 -</pre>
124 -
125 -</body>
126 -</section>
127 </chapter>
128
129 <chapter>