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, 18 Jul 2010 19:02:21
Message-Id: 20100718190216.C9BE32CE14@corvid.gentoo.org
1 nightmorph 10/07/18 19:02:16
2
3 Modified: ipv6.xml
4 Log:
5 GuideXML fixes, spacing, code tags, and add the commented license block to the start of the document
6
7 Revision Changes Path
8 1.35 xml/htdocs/doc/en/ipv6.xml
9
10 file : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/ipv6.xml?rev=1.35&view=markup
11 plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/ipv6.xml?rev=1.35&content-type=text/plain
12 diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/ipv6.xml?r1=1.34&r2=1.35
13
14 Index: ipv6.xml
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/ipv6.xml,v
17 retrieving revision 1.34
18 retrieving revision 1.35
19 diff -u -r1.34 -r1.35
20 --- ipv6.xml 18 Jul 2010 18:51:07 -0000 1.34
21 +++ ipv6.xml 18 Jul 2010 19:02:16 -0000 1.35
22 @@ -1,5 +1,5 @@
23 <?xml version="1.0" encoding="UTF-8"?>
24 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/ipv6.xml,v 1.34 2010/07/18 18:51:07 nightmorph Exp $ -->
25 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/ipv6.xml,v 1.35 2010/07/18 19:02:16 nightmorph Exp $ -->
26 <!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
27
28 <guide>
29 @@ -30,6 +30,8 @@
30 and configuring clients to use the system to connect to IPv6 addresses.
31 </abstract>
32
33 +<!-- The content of this document is licensed under the CC-BY-SA license -->
34 +<!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
35 <license/>
36
37 <version>2</version>
38 @@ -81,7 +83,6 @@
39
40 </body>
41 </section>
42 -
43 <section>
44 <title>Testing IPv6 Support</title>
45 <body>
46 @@ -174,7 +175,6 @@
47
48 </body>
49 </section>
50 -
51 <section>
52 <title>Hurricane Electric</title>
53 <body>
54 @@ -204,10 +204,18 @@
55 </p>
56
57 <table>
58 -<tr><ti>Local IPv4 Address (eth0)</ti><ti>68.36.91.195</ti></tr>
59 -<tr><ti>HE IPv4 Address</ti><ti>64.71.128.82</ti></tr>
60 -<tr><ti>Local IPv6 tunnel Address</ti><ti>2001:470:1F00:FFFF::189</ti></tr>
61 -<tr><ti>IPv6 Block</ti><ti>2001:470:1F00:296::/64</ti></tr>
62 + <tr>
63 + <ti>Local IPv4 Address (eth0)</ti><ti>68.36.91.195</ti>
64 + </tr>
65 + <tr>
66 + <ti>HE IPv4 Address</ti><ti>64.71.128.82</ti>
67 + </tr>
68 + <tr>
69 + <ti>Local IPv6 tunnel Address</ti><ti>2001:470:1F00:FFFF::189</ti>
70 + </tr>
71 + <tr>
72 + <ti>IPv6 Block</ti><ti>2001:470:1F00:296::/64</ti>
73 + </tr>
74 </table>
75
76 <p>
77 @@ -238,7 +246,7 @@
78 <p>
79 <uri link="http://gogonet.gogo6.com/">Freenet6</uri> is another free tunnel
80 broker. Optional registration only requires a username and a valid email
81 -address. They have chosen to turn the tunnel management into a client/server
82 +address. They have chosen to turn the tunnel management into a client/server
83 setup and have created the <c>gateway6</c> client. The client is available in
84 Portage. To install it do:
85 </p>
86 @@ -467,13 +475,13 @@
87
88 <p>
89 There are currently some third-party patches to DJBDNS available at
90 -<uri link="http://www.fefe.de/dns/">http://www.fefe.de/dns/</uri> that allow
91 -it to do IPv6 nameserving. DJBDNS can be installed with these patches
92 -by emerging it with <e>ipv6</e> in your USE variables.
93 +<uri>http://www.fefe.de/dns/</uri> that allow it to do IPv6 nameserving. DJBDNS
94 +can be installed with these patches by emerging it with <e>ipv6</e> in your USE
95 +variables.
96 </p>
97
98 <warn>
99 -Not all record types are support yet with these patches. In particular,
100 +Not all record types are support yet with these patches. In particular,
101 NS and MX records are not supported.
102 </warn>
103
104 @@ -544,8 +552,8 @@
105 </pre>
106
107 <warn>
108 -The radvd init script explained in the next chapter enables (and disables)
109 -forwarding, making the next step unnecessary.
110 +The <c>radvd</c> init script explained in the next chapter enables (and
111 +disables) forwarding, making the next step unnecessary.
112 </warn>
113
114 <p>
115 @@ -583,7 +591,7 @@
116
117 <p>
118 Stateless configuration is easily accomplished using the Router
119 -Advertisement Daemon, or radvd.
120 +Advertisement Daemon, or <c>radvd</c>.
121 </p>
122
123 <pre caption="Configuring radvd">
124 @@ -591,7 +599,7 @@
125 </pre>
126
127 <p>
128 -After having emerged radvd, we need to create
129 +After having emerged <c>radvd</c>, we need to create
130 <path>/etc/radvd/radvd.conf</path> that contains information about what
131 IP block to assign IPs from. Here is a sample <path>radvd.conf</path>
132 file using the prefix we've been assigned from our tunnel broker.
133 @@ -621,7 +629,7 @@
134
135 <p>
136 Further information is available in <c>man radvd.conf</c>. We can now
137 -start radvd and set it to start at boot.
138 +start <c>radvd</c> and set it to start at boot.
139 </p>
140
141 <pre caption="Starting up radvd">
142 @@ -720,8 +728,8 @@
143 <body>
144
145 <p>
146 -If your router is set up to use DHCPv6, your clients will also need to
147 -have the dhcpv6 package installed. After having done this, you need to
148 +If your router is set up to use DHCPv6, your clients will also need to have the
149 +<c>net-misc/dhcpv6</c> package installed. After having done this, you need to
150 configure your client by editing <path>/etc/dhcp6c.conf</path>.
151 </p>