From: "Joshua Saddler (nightmorph)" <nightmorph@gentoo.org>
To: gentoo-doc-cvs@lists.gentoo.org
Subject: [gentoo-doc-cvs] gentoo commit in xml/htdocs/doc/en: ipv6.xml
Date: Sun, 18 Jul 2010 19:02:16 +0000 (UTC) [thread overview]
Message-ID: <20100718190216.C9BE32CE14@corvid.gentoo.org> (raw)
nightmorph 10/07/18 19:02:16
Modified: ipv6.xml
Log:
GuideXML fixes, spacing, code tags, and add the commented license block to the start of the document
Revision Changes Path
1.35 xml/htdocs/doc/en/ipv6.xml
file : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/ipv6.xml?rev=1.35&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/ipv6.xml?rev=1.35&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/ipv6.xml?r1=1.34&r2=1.35
Index: ipv6.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/ipv6.xml,v
retrieving revision 1.34
retrieving revision 1.35
diff -u -r1.34 -r1.35
--- ipv6.xml 18 Jul 2010 18:51:07 -0000 1.34
+++ ipv6.xml 18 Jul 2010 19:02:16 -0000 1.35
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
-<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/ipv6.xml,v 1.34 2010/07/18 18:51:07 nightmorph Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/ipv6.xml,v 1.35 2010/07/18 19:02:16 nightmorph Exp $ -->
<!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
<guide>
@@ -30,6 +30,8 @@
and configuring clients to use the system to connect to IPv6 addresses.
</abstract>
+<!-- The content of this document is licensed under the CC-BY-SA license -->
+<!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
<license/>
<version>2</version>
@@ -81,7 +83,6 @@
</body>
</section>
-
<section>
<title>Testing IPv6 Support</title>
<body>
@@ -174,7 +175,6 @@
</body>
</section>
-
<section>
<title>Hurricane Electric</title>
<body>
@@ -204,10 +204,18 @@
</p>
<table>
-<tr><ti>Local IPv4 Address (eth0)</ti><ti>68.36.91.195</ti></tr>
-<tr><ti>HE IPv4 Address</ti><ti>64.71.128.82</ti></tr>
-<tr><ti>Local IPv6 tunnel Address</ti><ti>2001:470:1F00:FFFF::189</ti></tr>
-<tr><ti>IPv6 Block</ti><ti>2001:470:1F00:296::/64</ti></tr>
+ <tr>
+ <ti>Local IPv4 Address (eth0)</ti><ti>68.36.91.195</ti>
+ </tr>
+ <tr>
+ <ti>HE IPv4 Address</ti><ti>64.71.128.82</ti>
+ </tr>
+ <tr>
+ <ti>Local IPv6 tunnel Address</ti><ti>2001:470:1F00:FFFF::189</ti>
+ </tr>
+ <tr>
+ <ti>IPv6 Block</ti><ti>2001:470:1F00:296::/64</ti>
+ </tr>
</table>
<p>
@@ -238,7 +246,7 @@
<p>
<uri link="http://gogonet.gogo6.com/">Freenet6</uri> is another free tunnel
broker. Optional registration only requires a username and a valid email
-address. They have chosen to turn the tunnel management into a client/server
+address. They have chosen to turn the tunnel management into a client/server
setup and have created the <c>gateway6</c> client. The client is available in
Portage. To install it do:
</p>
@@ -467,13 +475,13 @@
<p>
There are currently some third-party patches to DJBDNS available at
-<uri link="http://www.fefe.de/dns/">http://www.fefe.de/dns/</uri> that allow
-it to do IPv6 nameserving. DJBDNS can be installed with these patches
-by emerging it with <e>ipv6</e> in your USE variables.
+<uri>http://www.fefe.de/dns/</uri> that allow it to do IPv6 nameserving. DJBDNS
+can be installed with these patches by emerging it with <e>ipv6</e> in your USE
+variables.
</p>
<warn>
-Not all record types are support yet with these patches. In particular,
+Not all record types are support yet with these patches. In particular,
NS and MX records are not supported.
</warn>
@@ -544,8 +552,8 @@
</pre>
<warn>
-The radvd init script explained in the next chapter enables (and disables)
-forwarding, making the next step unnecessary.
+The <c>radvd</c> init script explained in the next chapter enables (and
+disables) forwarding, making the next step unnecessary.
</warn>
<p>
@@ -583,7 +591,7 @@
<p>
Stateless configuration is easily accomplished using the Router
-Advertisement Daemon, or radvd.
+Advertisement Daemon, or <c>radvd</c>.
</p>
<pre caption="Configuring radvd">
@@ -591,7 +599,7 @@
</pre>
<p>
-After having emerged radvd, we need to create
+After having emerged <c>radvd</c>, we need to create
<path>/etc/radvd/radvd.conf</path> that contains information about what
IP block to assign IPs from. Here is a sample <path>radvd.conf</path>
file using the prefix we've been assigned from our tunnel broker.
@@ -621,7 +629,7 @@
<p>
Further information is available in <c>man radvd.conf</c>. We can now
-start radvd and set it to start at boot.
+start <c>radvd</c> and set it to start at boot.
</p>
<pre caption="Starting up radvd">
@@ -720,8 +728,8 @@
<body>
<p>
-If your router is set up to use DHCPv6, your clients will also need to
-have the dhcpv6 package installed. After having done this, you need to
+If your router is set up to use DHCPv6, your clients will also need to have the
+<c>net-misc/dhcpv6</c> package installed. After having done this, you need to
configure your client by editing <path>/etc/dhcp6c.conf</path>.
</p>
next reply other threads:[~2010-07-18 19:02 UTC|newest]
Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-07-18 19:02 Joshua Saddler (nightmorph) [this message]
-- strict thread matches above, loose matches on Subject: below --
2013-07-22 13:30 [gentoo-doc-cvs] gentoo commit in xml/htdocs/doc/en: ipv6.xml Sven Vermeulen (swift)
2011-09-02 19:49 Sven Vermeulen (swift)
2011-07-25 5:15 Joshua Saddler (nightmorph)
2011-07-24 18:56 Joshua Saddler (nightmorph)
2011-07-15 5:51 Joshua Saddler (nightmorph)
2011-03-02 9:53 Joshua Saddler (nightmorph)
2010-08-12 6:20 Joshua Saddler (nightmorph)
2010-07-18 18:51 Joshua Saddler (nightmorph)
2010-07-13 17:23 Joshua Saddler (nightmorph)
2010-07-05 23:35 Joshua Saddler (nightmorph)
2010-03-15 21:47 Joshua Saddler (nightmorph)
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20100718190216.C9BE32CE14@corvid.gentoo.org \
--to=nightmorph@gentoo.org \
--cc=docs-team@lists.gentoo.org \
--cc=gentoo-doc-cvs@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox