* [gentoo-commits] gentoo commit in xml/htdocs/doc/en: ipv6.xml
@ 2011-07-24 18:56 Joshua Saddler (nightmorph)
0 siblings, 0 replies; 15+ messages in thread
From: Joshua Saddler (nightmorph) @ 2011-07-24 18:56 UTC (permalink / raw
To: gentoo-commits
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>
^ permalink raw reply [flat|nested] 15+ messages in thread
* [gentoo-commits] gentoo commit in xml/htdocs/doc/en: ipv6.xml
@ 2013-07-22 13:30 Sven Vermeulen (swift)
0 siblings, 0 replies; 15+ messages in thread
From: Sven Vermeulen (swift) @ 2013-07-22 13:30 UTC (permalink / raw
To: gentoo-commits
swift 13/07/22 13:30:08
Modified: ipv6.xml
Log:
IPv6 router guide is now at https://wiki.gentoo.org/wiki/IPv6_router_guide
Revision Changes Path
1.43 xml/htdocs/doc/en/ipv6.xml
file : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/ipv6.xml?rev=1.43&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/ipv6.xml?rev=1.43&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/ipv6.xml?r1=1.42&r2=1.43
Index: ipv6.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/ipv6.xml,v
retrieving revision 1.42
retrieving revision 1.43
diff -u -r1.42 -r1.43
--- ipv6.xml 24 Jul 2012 12:12:51 -0000 1.42
+++ ipv6.xml 22 Jul 2013 13:30:08 -0000 1.43
@@ -1,8 +1,8 @@
<?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.42 2012/07/24 12:12:51 swift Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/ipv6.xml,v 1.43 2013/07/22 13:30:08 swift Exp $ -->
-<guide>
+<guide disclaimer="obsolete" redirect="https://wiki.gentoo.org/wiki/IPv6_router_guide">
<title>Gentoo IPv6 Router Guide</title>
<author title="Developer">
@@ -37,8 +37,8 @@
<!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
<license/>
-<version>8</version>
-<date>2012-07-24</date>
+<version>9</version>
+<date>2013-07-22</date>
<chapter>
<title>Preliminaries</title>
^ permalink raw reply [flat|nested] 15+ messages in thread
* [gentoo-commits] gentoo commit in xml/htdocs/doc/en: ipv6.xml
@ 2011-09-02 19:49 Sven Vermeulen (swift)
0 siblings, 0 replies; 15+ messages in thread
From: Sven Vermeulen (swift) @ 2011-09-02 19:49 UTC (permalink / raw
To: gentoo-commits
swift 11/09/02 19:49:23
Modified: ipv6.xml
Log:
Bug #381575 - Fix IPv6 kernel configuration description, thanks to CarelessChaser for reporting
Revision Changes Path
1.41 xml/htdocs/doc/en/ipv6.xml
file : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/ipv6.xml?rev=1.41&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/ipv6.xml?rev=1.41&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/ipv6.xml?r1=1.40&r2=1.41
Index: ipv6.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/ipv6.xml,v
retrieving revision 1.40
retrieving revision 1.41
diff -u -r1.40 -r1.41
--- ipv6.xml 25 Jul 2011 05:15:52 -0000 1.40
+++ ipv6.xml 2 Sep 2011 19:49:23 -0000 1.41
@@ -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.40 2011/07/25 05:15:52 nightmorph Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/ipv6.xml,v 1.41 2011/09/02 19:49:23 swift Exp $ -->
<guide>
<title>Gentoo IPv6 Router Guide</title>
@@ -37,8 +37,8 @@
<!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
<license/>
-<version>6</version>
-<date>2011-07-24</date>
+<version>7</version>
+<date>2011-09-02</date>
<chapter>
<title>Preliminaries</title>
@@ -72,16 +72,16 @@
</note>
<pre caption="'make menuconfig' options">
-Device Drivers --->
Networking support --->
-Networking options --->
- <*> The IPv6 protocol (EXPERIMENTAL)
+ Networking options --->
+ <*> The IPv6 protocol --->
<comment>(The IPv6 options beneath this one can be useful for many other applications,</comment>
<comment>but should not be needed for a basic setup)</comment>
<comment>(This option is only required if you are using ptrtd for 6to4 conversion)</comment>
-[*] Network device support
- <*> Universal TUN/TAP device driver support
+Device Drivers --->
+ Network device support --->
+ <*> Universal TUN/TAP device driver support
</pre>
</body>
^ permalink raw reply [flat|nested] 15+ messages in thread
* [gentoo-commits] gentoo commit in xml/htdocs/doc/en: ipv6.xml
@ 2011-07-25 5:15 Joshua Saddler (nightmorph)
0 siblings, 0 replies; 15+ messages in thread
From: Joshua Saddler (nightmorph) @ 2011-07-25 5:15 UTC (permalink / raw
To: gentoo-commits
nightmorph 11/07/25 05:15:52
Modified: ipv6.xml
Log:
typo fix, no content change
Revision Changes Path
1.40 xml/htdocs/doc/en/ipv6.xml
file : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/ipv6.xml?rev=1.40&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/ipv6.xml?rev=1.40&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/ipv6.xml?r1=1.39&r2=1.40
Index: ipv6.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/ipv6.xml,v
retrieving revision 1.39
retrieving revision 1.40
diff -u -r1.39 -r1.40
--- ipv6.xml 24 Jul 2011 18:56:27 -0000 1.39
+++ ipv6.xml 25 Jul 2011 05:15:52 -0000 1.40
@@ -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.39 2011/07/24 18:56:27 nightmorph Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/ipv6.xml,v 1.40 2011/07/25 05:15:52 nightmorph Exp $ -->
<guide>
<title>Gentoo IPv6 Router Guide</title>
@@ -651,7 +651,7 @@
</pre>
<p>
-New we must configure the dibbler client by editiing
+Now we must configure the dibbler client by editing
<path>/etc/dibbler/client.conf</path>.
</p>
^ permalink raw reply [flat|nested] 15+ messages in thread
* [gentoo-commits] gentoo commit in xml/htdocs/doc/en: ipv6.xml
@ 2011-07-15 5:51 Joshua Saddler (nightmorph)
0 siblings, 0 replies; 15+ messages in thread
From: Joshua Saddler (nightmorph) @ 2011-07-15 5:51 UTC (permalink / raw
To: gentoo-commits
nightmorph 11/07/15 05:51:25
Modified: ipv6.xml
Log:
remove sections on ipv6 servers, since dhcpv6 is being removed from portage
Revision Changes Path
1.38 xml/htdocs/doc/en/ipv6.xml
file : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/ipv6.xml?rev=1.38&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/ipv6.xml?rev=1.38&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/ipv6.xml?r1=1.37&r2=1.38
Index: ipv6.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/ipv6.xml,v
retrieving revision 1.37
retrieving revision 1.38
diff -u -r1.37 -r1.38
--- ipv6.xml 2 Mar 2011 09:53:25 -0000 1.37
+++ ipv6.xml 15 Jul 2011 05:51:25 -0000 1.38
@@ -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.37 2011/03/02 09:53:25 nightmorph Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/ipv6.xml,v 1.38 2011/07/15 05:51:25 nightmorph Exp $ -->
<guide>
<title>Gentoo IPv6 Router Guide</title>
@@ -34,8 +34,8 @@
<!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
<license/>
-<version>4</version>
-<date>2011-03-02</date>
+<version>5</version>
+<date>2011-07-14</date>
<chapter>
<title>Preliminaries</title>
@@ -634,59 +634,6 @@
</body>
</section>
-
-<section>
-<title>Stateful Configuration</title>
-<body>
-
-<p>
-If you'd like to use stateful configuration, you'll need to install and
-configure dhcpv6.
-</p>
-
-<pre caption="Installing dhcpv6">
-# <i>emerge dhcpv6</i>
-</pre>
-
-<p>
-Next we must configure the DHCPv6 server by editing
-<path>/etc/dhcp6s.conf</path>.
-</p>
-
-<pre caption="Sample dhcp6s.conf">
-prefer-life-time 10000;
-valid-life-time 20000;
-renew-time 5000;
-rebind-time 8000;
-interface eth1 {
- link AAA {
- allow unicast;
- send unicast;
- allow rapid-commit;
- send server-preference 5;
- renew-time 1000;
- rebind-time 2400;
- prefer-life-time 2000;
- valid-life-time 3000;
- pool{
- range 2001:470:1f00:296::10 to 2001:470:1f00:296::110/64;
- prefix 2001:470:1f00:296::/64;
- };
- };
-};
-</pre>
-
-<p>
-We can now start dhcp6s, and configure it to start at boot.
-</p>
-
-<pre caption="Starting dhcp6s">
-# <i>/etc/init.d/dhcp6s start</i>
-# <i>rc-update add dhcp6s default</i>
-</pre>
-
-</body>
-</section>
</chapter>
<chapter>
@@ -717,28 +664,6 @@
</body>
</section>
-
-<section>
-<title>Using DHCPv6</title>
-<body>
-
-<p>
-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>
-
-<pre caption="Sample dhcp6c.conf">
-interface eth0 {
- send rapid-commit;
- request domain-name-servers;
- iaid 11111;
- renew-time 11000;
-};
-</pre>
-
-</body>
-</section>
</chapter>
<chapter>
^ permalink raw reply [flat|nested] 15+ messages in thread
* [gentoo-commits] gentoo commit in xml/htdocs/doc/en: ipv6.xml
@ 2011-03-02 9:53 Joshua Saddler (nightmorph)
0 siblings, 0 replies; 15+ messages in thread
From: Joshua Saddler (nightmorph) @ 2011-03-02 9:53 UTC (permalink / raw
To: gentoo-commits
nightmorph 11/03/02 09:53:25
Modified: ipv6.xml
Log:
remove 6to4 chapter for now, given comment #9 and discussion on bug 326771. totd is maintainer-wanted and no-herd, and only available on 2 arches. if 6to4 is really a necessity, and/or there are better cross-platform proxy tools, then maybe we can add a chapter on 6to4 back to the guide.
Revision Changes Path
1.37 xml/htdocs/doc/en/ipv6.xml
file : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/ipv6.xml?rev=1.37&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/ipv6.xml?rev=1.37&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/ipv6.xml?r1=1.36&r2=1.37
Index: ipv6.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/ipv6.xml,v
retrieving revision 1.36
retrieving revision 1.37
diff -u -r1.36 -r1.37
--- ipv6.xml 12 Aug 2010 06:20:16 -0000 1.36
+++ ipv6.xml 2 Mar 2011 09:53:25 -0000 1.37
@@ -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.36 2010/08/12 06:20:16 nightmorph Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/ipv6.xml,v 1.37 2011/03/02 09:53:25 nightmorph Exp $ -->
<guide>
<title>Gentoo IPv6 Router Guide</title>
@@ -34,8 +34,8 @@
<!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
<license/>
-<version>3</version>
-<date>2010-08-11</date>
+<version>4</version>
+<date>2011-03-02</date>
<chapter>
<title>Preliminaries</title>
@@ -742,166 +742,6 @@
</chapter>
<chapter>
-<title>Using 6to4 Conversion</title>
-<section>
-<title>Basic principles</title>
-<body>
-
-<p>
-6to4 conversion can be used if you want to have hosts that talk to IPv4
-hosts over a purely IPv6 connection. Thus you can have an entirely IPv6
-internal network, with one host dealing with connecting to the outside
-IPv4/IPv6 world.
-</p>
-
-</body>
-</section>
-
-<section>
-<title>DNS configuration</title>
-<body>
-
-<p>
-To get 6to4 conversion working, a DNS proxy, <c>totd</c>, needs to be
-configured that will send you AAAA records for sites that really only have
-A records. These AAAA records will point to IPv6 addresses which don't
-actually exist, but which will get routed through a 6to4 proxy.
-</p>
-
-<p>
-First, install <c>totd</c>:
-</p>
-
-<pre caption="Installing totd">
-# <i>emerge totd</i>
-</pre>
-
-<p>
-Next, we need to setup <path>/etc/totd.conf</path> with some basic
-configuration information.
-</p>
-
-<pre caption="Sample /etc/totd.conf">
-<comment>(Points to a real DNS nameserver)</comment>
-forwarder 192.168.0.2 port 53
-<comment>(What prefix to put before faked AAAA records)</comment>
-prefix 3ffe:abcd:1234:9876::
-<comment>(What port to run totd on)</comment>
-port 5005
-<comment>(What PID file to use)</comment>
-pidfile /var/run/totd.pid
-<comment>(Actually do 6to4 stuff)</comment>
-stf
-</pre>
-
-<note>
-<c>totd</c> must be set to use a port different than port 53 if another
-nameserver is running on the same machine.
-</note>
-
-</body>
-</section>
-
-<section>
-<title>6to4 proxy</title>
-<body>
-
-<p>
-<c>ptrtd</c> will be used as a 6to4 proxy, enabling connections between
-the internal IPv6 host and the outside IPv4 host.
-</p>
-
-<pre caption="Installing ptrtd">
-# <i>emerge ptrtd</i>
-</pre>
-
-<p>
-We now need to configure <c>ptrtd</c>, telling it what fake prefix
-(the one we setup <c>totd</c> to use) to create proxy connections for.
-Edit <path>/etc/conf.d/ptrtd</path> and set <c>IPV6_PREFIX</c>. This
-should be the same prefix as was configured with <c>totd</c>.
-</p>
-
-<pre caption="Sample /etc/ptrtd.conf">
-IPV6_PREFIX="3ffe:abcd:1234:9876::"
-</pre>
-
-<p>
-You can now start totd, and enable it to start at boot.
-</p>
-
-<pre caption="Starting totd">
-# <i>/etc/init.d/totd start</i>
-# <i>rc-update add totd default</i>
-</pre>
-
-</body>
-</section>
-
-<section>
-<title>Client configuration and testing</title>
-<body>
-
-<p>
-Clients may now be configured to connect to both IPv4 and IPv6 hosts
-through an IPv6 only connection. Assuming that the clients are already
-receiving an IP address from radvd, we simply need to add a new DNS
-resolver entry, and add a default route for those "fake addresses".
-First, add an entry at the top of your <path>/etc/resolv.conf</path>
-pointing to the machine running <c>totd</c>.
-</p>
-
-<pre caption="/etc/resolv.conf sample">
-nameserver 2001:470:1f00:296::1 <comment>(The server running totd)</comment>
-</pre>
-
-<p>
-To test name resolution, request an AAAA record for a known IPv4
-only site.
-</p>
-
-<pre caption="Testing name resolution">
-# <i>dig aaaa google.com</i>
-;; ANSWER SECTION:
-google.com. 300 IN AAAA 3ffe:abcd:1234:9876::d8ef:3364
-google.com. 300 IN AAAA 3ffe:abcd:1234:9876::d8ef:3564
-</pre>
-
-<p>
-We will now add a default route for all addresses prefixed with our
-chosen fake prefix.
-</p>
-
-<pre caption="Adding the default route">
-<comment>(Assuming your IPv6 interface is eth0)</comment>
-# <i>ip route add 3ffe:abcd:1234:9876::/64 via 2001:470:1f00:296::1 dev eth0</i>
-</pre>
-
-<p>
-Finally, use <c>ping6</c> to ping google.com at it's fake IPv6 location.
-</p>
-
-<pre caption="Testing 6to4">
-# <i>ping6 -c 2 google.com</i>
-PING 3ffe:abcd:1234:9876::d8ef:3364(3ffe:abcd:1234:9876::d8ef:3364) 56 data bytes
-64 bytes from 3ffe:abcd:1234:9876::d8ef:3364: icmp_seq=1 ttl=54 time=0.106 ms
-64 bytes from 3ffe:abcd:1234:9876::d8ef:3364: icmp_seq=2 ttl=54 time=0.090 ms
-
---- 3ffe:abcd:1234:9876::d8ef:3364 ping statistics ---
-2 packets transmitted, 2 received, 0% packet loss, time 1000ms
-rtt min/avg/max/mdev = 0.090/0.098/0.106/0.008 ms
-</pre>
-
-<note>
-The router running <c>ptrtd</c> is actually replying, but this at least
-tells us things are working.
-</note>
-
-</body>
-</section>
-</chapter>
-
-<chapter>
<title>Other Resources</title>
<section>
<body>
^ permalink raw reply [flat|nested] 15+ messages in thread
* [gentoo-commits] gentoo commit in xml/htdocs/doc/en: ipv6.xml
@ 2010-08-12 6:20 Joshua Saddler (nightmorph)
0 siblings, 0 replies; 15+ messages in thread
From: Joshua Saddler (nightmorph) @ 2010-08-12 6:20 UTC (permalink / raw
To: gentoo-commits
nightmorph 10/08/12 06:20:17
Modified: ipv6.xml
Log:
update hurricane electric info, from an email sent by mike leber of HE
Revision Changes Path
1.36 xml/htdocs/doc/en/ipv6.xml
file : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/ipv6.xml?rev=1.36&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/ipv6.xml?rev=1.36&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/ipv6.xml?r1=1.35&r2=1.36
Index: ipv6.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/ipv6.xml,v
retrieving revision 1.35
retrieving revision 1.36
diff -u -r1.35 -r1.36
--- ipv6.xml 18 Jul 2010 19:02:16 -0000 1.35
+++ ipv6.xml 12 Aug 2010 06:20:16 -0000 1.36
@@ -1,10 +1,10 @@
<?xml version="1.0" encoding="UTF-8"?>
-<!-- $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">
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/ipv6.xml,v 1.36 2010/08/12 06:20:16 nightmorph Exp $ -->
<guide>
-
<title>Gentoo IPv6 Router Guide</title>
+
<author title="Developer">
<mail link="latexer@gentoo.org">Peter Johanson</mail>
</author>
@@ -34,8 +34,8 @@
<!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
<license/>
-<version>2</version>
-<date>2010-07-13</date>
+<version>3</version>
+<date>2010-08-11</date>
<chapter>
<title>Preliminaries</title>
@@ -147,7 +147,7 @@
<tr><th>Broker</th><th>Location</th></tr>
<tr>
<ti><uri link="http://tunnelbroker.net/">Hurricane Electric</uri></ti>
- <ti>US/Canada</ti>
+ <ti>North America, Europe, Asia</ti>
</tr>
<tr>
<ti><uri link="http://gogonet.gogo6.com/">Freenet6</uri></ti>
@@ -191,11 +191,6 @@
number.
</note>
-<warn>
-Tunnels from HE take 24 hours to be activated. This is in order to curb
-abuse of the service.
-</warn>
-
<p>
After you have a tunnel approved and have a /64 block allocated, you can
configure your Gentoo box. HE provides sample configurations based on
^ permalink raw reply [flat|nested] 15+ messages in thread
* [gentoo-commits] gentoo commit in xml/htdocs/doc/en: ipv6.xml
@ 2010-07-18 19:02 Joshua Saddler (nightmorph)
0 siblings, 0 replies; 15+ messages in thread
From: Joshua Saddler (nightmorph) @ 2010-07-18 19:02 UTC (permalink / raw
To: gentoo-commits
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>
^ permalink raw reply [flat|nested] 15+ messages in thread
* [gentoo-commits] gentoo commit in xml/htdocs/doc/en: ipv6.xml
@ 2010-07-18 18:51 Joshua Saddler (nightmorph)
0 siblings, 0 replies; 15+ messages in thread
From: Joshua Saddler (nightmorph) @ 2010-07-18 18:51 UTC (permalink / raw
To: gentoo-commits
nightmorph 10/07/18 18:51:08
Modified: ipv6.xml
Log:
capitalization, no content change
Revision Changes Path
1.34 xml/htdocs/doc/en/ipv6.xml
file : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/ipv6.xml?rev=1.34&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/ipv6.xml?rev=1.34&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/ipv6.xml?r1=1.33&r2=1.34
Index: ipv6.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/ipv6.xml,v
retrieving revision 1.33
retrieving revision 1.34
diff -u -r1.33 -r1.34
--- ipv6.xml 13 Jul 2010 17:23:19 -0000 1.33
+++ ipv6.xml 18 Jul 2010 18:51:07 -0000 1.34
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
-<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/ipv6.xml,v 1.33 2010/07/13 17:23:19 nightmorph Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/ipv6.xml,v 1.34 2010/07/18 18:51:07 nightmorph Exp $ -->
<!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
<guide>
@@ -716,7 +716,7 @@
</section>
<section>
-<title>using DHCPv6</title>
+<title>Using DHCPv6</title>
<body>
<p>
^ permalink raw reply [flat|nested] 15+ messages in thread
* [gentoo-commits] gentoo commit in xml/htdocs/doc/en: ipv6.xml
@ 2010-07-13 17:23 Joshua Saddler (nightmorph)
0 siblings, 0 replies; 15+ messages in thread
From: Joshua Saddler (nightmorph) @ 2010-07-13 17:23 UTC (permalink / raw
To: gentoo-commits
nightmorph 10/07/13 17:23:19
Modified: ipv6.xml
Log:
remove keywording instructions for totd, bug 326771
Revision Changes Path
1.33 xml/htdocs/doc/en/ipv6.xml
file : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/ipv6.xml?rev=1.33&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/ipv6.xml?rev=1.33&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/ipv6.xml?r1=1.32&r2=1.33
Index: ipv6.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/ipv6.xml,v
retrieving revision 1.32
retrieving revision 1.33
diff -u -r1.32 -r1.33
--- ipv6.xml 5 Jul 2010 23:35:49 -0000 1.32
+++ ipv6.xml 13 Jul 2010 17:23:19 -0000 1.33
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
-<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/ipv6.xml,v 1.32 2010/07/05 23:35:49 nightmorph Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/ipv6.xml,v 1.33 2010/07/13 17:23:19 nightmorph Exp $ -->
<!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
<guide>
@@ -32,8 +32,8 @@
<license/>
-<version>1.9</version>
-<date>2010-07-05</date>
+<version>2</version>
+<date>2010-07-13</date>
<chapter>
<title>Preliminaries</title>
@@ -759,24 +759,14 @@
<body>
<p>
-To get 6to4 conversion working, a DNS proxy, <c>totd</c>, need to be
+To get 6to4 conversion working, a DNS proxy, <c>totd</c>, needs to be
configured that will send you AAAA records for sites that really only have
A records. These AAAA records will point to IPv6 addresses which don't
actually exist, but which will get routed through a 6to4 proxy.
</p>
<p>
-Since <c>totd</c> is still in <c>~arch</c>, you'll have to keyword it by
-appending the following line to your <path>/etc/portage/package.keywords</path>
-file (see "man portage" for more information about this file).
-</p>
-
-<pre caption="Add totd to package.keywords">
-net-misc/totd
-</pre>
-
-<p>
-Then simply run emerge:
+First, install <c>totd</c>:
</p>
<pre caption="Installing totd">
^ permalink raw reply [flat|nested] 15+ messages in thread
* [gentoo-commits] gentoo commit in xml/htdocs/doc/en: ipv6.xml
@ 2010-07-05 23:35 Joshua Saddler (nightmorph)
0 siblings, 0 replies; 15+ messages in thread
From: Joshua Saddler (nightmorph) @ 2010-07-05 23:35 UTC (permalink / raw
To: gentoo-commits
nightmorph 10/07/05 23:35:50
Modified: ipv6.xml
Log:
clean up the ipv6 guide for totd; use modern keywording syntax. soon it should be stabilized, too, which means removing the keyword steps.
Revision Changes Path
1.32 xml/htdocs/doc/en/ipv6.xml
file : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/ipv6.xml?rev=1.32&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/ipv6.xml?rev=1.32&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/ipv6.xml?r1=1.31&r2=1.32
Index: ipv6.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/ipv6.xml,v
retrieving revision 1.31
retrieving revision 1.32
diff -u -r1.31 -r1.32
--- ipv6.xml 15 Mar 2010 21:47:54 -0000 1.31
+++ ipv6.xml 5 Jul 2010 23:35:49 -0000 1.32
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
-<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/ipv6.xml,v 1.31 2010/03/15 21:47:54 nightmorph Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/ipv6.xml,v 1.32 2010/07/05 23:35:49 nightmorph Exp $ -->
<!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
<guide>
@@ -20,6 +20,9 @@
<author title="Editor">
<mail link="okun@hack.fi">Pasi Valminen</mail>
</author>
+<author title="Editor">
+ <mail link="nightmorph"/>
+</author>
<abstract>
This guide shows how to setup IPv6 on a Gentoo system. This includes
@@ -29,8 +32,8 @@
<license/>
-<version>1.8</version>
-<date>2010-03-15</date>
+<version>1.9</version>
+<date>2010-07-05</date>
<chapter>
<title>Preliminaries</title>
@@ -763,14 +766,13 @@
</p>
<p>
-Since <c>totd</c> is still <c>~x86</c> masked pending further testing, you'll
-have to unmask it by appending the following line to your
-<path>/etc/portage/package.keywords</path> file (see "man portage" for more
-informations about this file).
+Since <c>totd</c> is still in <c>~arch</c>, you'll have to keyword it by
+appending the following line to your <path>/etc/portage/package.keywords</path>
+file (see "man portage" for more information about this file).
</p>
-<pre caption="Permanently unmask totd in package.keywords">
-net-misc/totd ~x86
+<pre caption="Add totd to package.keywords">
+net-misc/totd
</pre>
<p>
^ permalink raw reply [flat|nested] 15+ messages in thread
* [gentoo-commits] gentoo commit in xml/htdocs/doc/en: ipv6.xml
@ 2010-03-15 21:47 Joshua Saddler (nightmorph)
0 siblings, 0 replies; 15+ messages in thread
From: Joshua Saddler (nightmorph) @ 2010-03-15 21:47 UTC (permalink / raw
To: gentoo-commits
nightmorph 10/03/15 21:47:57
Modified: ipv6.xml
Log:
freenet6 has been replaced with gateway6, bug 309641
Revision Changes Path
1.31 xml/htdocs/doc/en/ipv6.xml
file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/ipv6.xml?rev=1.31&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/ipv6.xml?rev=1.31&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/ipv6.xml?r1=1.30&r2=1.31
Index: ipv6.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/ipv6.xml,v
retrieving revision 1.30
retrieving revision 1.31
diff -u -r1.30 -r1.31
--- ipv6.xml 10 Sep 2008 15:22:36 -0000 1.30
+++ ipv6.xml 15 Mar 2010 21:47:54 -0000 1.31
@@ -1,8 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
-<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/ipv6.xml,v 1.30 2008/09/10 15:22:36 rane Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/ipv6.xml,v 1.31 2010/03/15 21:47:54 nightmorph Exp $ -->
<!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
-<guide link="/doc/en/ipv6.xml">
+<guide>
<title>Gentoo IPv6 Router Guide</title>
<author title="Developer">
@@ -29,8 +29,8 @@
<license/>
-<version>1.7</version>
-<date>2008-09-10</date>
+<version>1.8</version>
+<date>2010-03-15</date>
<chapter>
<title>Preliminaries</title>
@@ -146,7 +146,7 @@
<ti>US/Canada</ti>
</tr>
<tr>
- <ti><uri link="http://www.freenet6.net/">Freenet6</uri></ti>
+ <ti><uri link="http://gogonet.gogo6.com/">Freenet6</uri></ti>
<ti>US</ti>
</tr>
<tr>
@@ -233,22 +233,23 @@
<body>
<p>
-<uri link="http://www.freenet6.net/">Freenet6</uri> is another free tunnel
+<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
-setup and have created the <c>freenet6</c> client. The client is available in
+setup and have created the <c>gateway6</c> client. The client is available in
Portage. To install it do:
</p>
<pre caption="Installing the Freenet6 client">
-# <i>emerge freenet6</i>
+# <i>emerge gateway6</i>
</pre>
<p>
Now if you chose to connect with authentification, you need to configure
-freenet6 by editing <path>/etc/freenet6/gw6c.conf</path>. You should only have
-to change the <e>userid</e> and <e>passwd</e> fields to match those assigned
-from Freenet6 and change the gateway server. Below is a sample config file.
+<c>gateway6</c> by editing <path>/etc/gateway6/gw6c.conf</path>. You should only
+have to change the <e>userid</e> and <e>passwd</e> fields to match those
+assigned from Freenet6 and change the gateway server. Below is a sample config
+file.
</p>
<pre caption="gw6c.conf example">
^ permalink raw reply [flat|nested] 15+ messages in thread
* [gentoo-commits] gentoo commit in xml/htdocs/doc/en: ipv6.xml
@ 2008-09-10 15:22 Lukasz Damentko (rane)
0 siblings, 0 replies; 15+ messages in thread
From: Lukasz Damentko (rane) @ 2008-09-10 15:22 UTC (permalink / raw
To: gentoo-commits
rane 08/09/10 15:22:36
Log:
^ permalink raw reply [flat|nested] 15+ messages in thread
* [gentoo-commits] gentoo commit in xml/htdocs/doc/en: ipv6.xml
@ 2008-05-26 14:05 Camille Huot (cam)
0 siblings, 0 replies; 15+ messages in thread
From: Camille Huot (cam) @ 2008-05-26 14:05 UTC (permalink / raw
To: gentoo-commits
cam 08/05/26 14:05:17
Log:
--
gentoo-commits@lists.gentoo.org mailing list
^ permalink raw reply [flat|nested] 15+ messages in thread
* [gentoo-commits] gentoo commit in xml/htdocs/doc/en: ipv6.xml
@ 2008-03-01 7:22 Joshua Saddler (nightmorph)
0 siblings, 0 replies; 15+ messages in thread
From: Joshua Saddler (nightmorph) @ 2008-03-01 7:22 UTC (permalink / raw
To: gentoo-commits
nightmorph 08/03/01 07:22:14
Log:
--
gentoo-commits@lists.gentoo.org mailing list
^ permalink raw reply [flat|nested] 15+ messages in thread
end of thread, other threads:[~2013-07-22 13:30 UTC | newest]
Thread overview: 15+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-07-24 18:56 [gentoo-commits] gentoo commit in xml/htdocs/doc/en: ipv6.xml Joshua Saddler (nightmorph)
-- strict thread matches above, loose matches on Subject: below --
2013-07-22 13:30 Sven Vermeulen (swift)
2011-09-02 19:49 Sven Vermeulen (swift)
2011-07-25 5:15 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 19:02 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)
2008-09-10 15:22 Lukasz Damentko (rane)
2008-05-26 14:05 Camille Huot (cam)
2008-03-01 7:22 Joshua Saddler (nightmorph)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox