public inbox for gentoo-doc-cvs@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-doc-cvs] cvs commit: ipv6.xml
@ 2005-08-20 10:09 Jan Kundrat
  0 siblings, 0 replies; 9+ messages in thread
From: Jan Kundrat @ 2005-08-20 10:09 UTC (permalink / raw
  To: gentoo-doc-cvs

jkt         05/08/20 10:09:07

  Modified:    xml/htdocs/doc/en ipv6.xml
  Log:
  #101743, use --newuse instead of sed & cut magic

Revision  Changes    Path
1.19      +9 -21     xml/htdocs/doc/en/ipv6.xml

file : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/ipv6.xml?rev=1.19&content-type=text/x-cvsweb-markup&cvsroot=gentoo
plain: http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/ipv6.xml?rev=1.19&content-type=text/plain&cvsroot=gentoo
diff : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/ipv6.xml.diff?r1=1.18&r2=1.19&cvsroot=gentoo

Index: ipv6.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/ipv6.xml,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -r1.18 -r1.19
--- ipv6.xml	2 Jul 2005 09:58:37 -0000	1.18
+++ ipv6.xml	20 Aug 2005 10:09:07 -0000	1.19
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/ipv6.xml,v 1.18 2005/07/02 09:58:37 swift Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/ipv6.xml,v 1.19 2005/08/20 10:09:07 jkt Exp $ -->
 <!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
 
 <guide link="/doc/en/ipv6.xml">
@@ -29,8 +29,8 @@
 
 <license/>
 
-<version>1.1.4</version>
-<date>2005-07-02</date>
+<version>1.1.5</version>
+<date>2005-08-20</date>
 
 <chapter>
 <title>Preliminaries</title>
@@ -323,32 +323,20 @@
 <p>
 Unless you had <e>USE="ipv6"</e> in your <path>/etc/make.conf</path>
 previously, you probably need to re-emerge a bunch of packages to compile in
-IPv6 support for them. To get a list of all the installed packages which
-leverage the <e>ipv6</e> USE variable, you can run the below line.
+IPv6 support for them. To get a list of all the installed packages which are
+affected by USE flag changes, use Portage's <c>--newuse</c> (<c>-N</c>) option:
 </p>
 
 <pre caption="Candidates for re-emerging">
-# <i>emerge -epv world | grep ipv6 | sed "s:^.*\] ::; s:-[0-9]\+.*::" | cut -d' ' -f1</i>
+# <i>emerge -uDNav world</i>
 </pre>
 
 <p>
-To easily re-emerge some selected packages, do:
+If you have changed a lot of USE flags, the list could be quite long. It's
+suggested to keep your system up-to-date, so it won't hurt if you recompile
+all affected packages.
 </p>
 
-<pre caption="Candidates for re-emerging">
-# <i>emerge -epv world | grep ipv6 | sed "s:^.*\] ::; s:-[0-9]\+.*::" | \</i>
-&gt; <i>cut -d' ' -f1 > packages</i>
-</pre>
-
-<p>
-Next, edit the <path>packages</path> file to remove any packages you
-don't want to recompile at this time. Then simply run:
-</p>
-
-<pre caption="Installing the packages in the file">
-# <i>emerge `cat packages`</i>
-</pre>
-
 <note>
 Some packages detect IPv6 support automagically and hence have no ipv6 USE
 flag. Thus not all packages, which should support IPv6, will support it if



-- 
gentoo-doc-cvs@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 9+ messages in thread

* [gentoo-doc-cvs] cvs commit: ipv6.xml
@ 2007-01-24  0:45 Lukasz Damentko
  0 siblings, 0 replies; 9+ messages in thread
From: Lukasz Damentko @ 2007-01-24  0:45 UTC (permalink / raw
  To: gentoo-doc-cvs

rane        07/01/24 00:45:18

  Modified:             ipv6.xml
  Log:
  commented out dead links

Revision  Changes    Path
1.23                 xml/htdocs/doc/en/ipv6.xml

file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/ipv6.xml?rev=1.23&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/ipv6.xml?rev=1.23&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/ipv6.xml?r1=1.22&r2=1.23

Index: ipv6.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/ipv6.xml,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -r1.22 -r1.23
--- ipv6.xml	29 Nov 2006 15:48:57 -0000	1.22
+++ ipv6.xml	24 Jan 2007 00:45:18 -0000	1.23
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/ipv6.xml,v 1.22 2006/11/29 15:48:57 nightmorph Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/ipv6.xml,v 1.23 2007/01/24 00:45:18 rane Exp $ -->
 <!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
 
 <guide link="/doc/en/ipv6.xml">
@@ -29,8 +29,8 @@
 
 <license/>
 
-<version>1.1.6</version>
-<date>2006-02-14</date>
+<version></version>
+<date>2007-01-23</date>
 
 <chapter>
 <title>Preliminaries</title>
@@ -942,14 +942,14 @@
   <ti><uri link="http://www.deepspace6.net/">www.deepspace6.net</uri></ti>
   <ti>Linux/IPv6 site</ti>
 </tr>
-<tr>
+<!-- dead, was hacked<tr>
   <ti><uri link="http://www.hs247.com/">www.hs247.com</uri></ti>
   <ti>All things IPv6</ti>
-</tr>
-<tr>
+</tr>-->
+<!-- dead, not responding<tr>
   <ti><uri link="http://www.ipv6-net.org/">www.ipv6-net.org</uri></ti>
   <ti>German IPv6 site</ti>
-</tr>
+</tr>-->
 <tr>
   <ti><uri link="http://www.kame.net/">www.kame.net</uri></ti>
   <ti>*BSD implementation</ti>



-- 
gentoo-doc-cvs@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 9+ messages in thread

* [gentoo-doc-cvs] cvs commit: ipv6.xml
@ 2007-01-24 14:45 Jan Kundrat
  0 siblings, 0 replies; 9+ messages in thread
From: Jan Kundrat @ 2007-01-24 14:45 UTC (permalink / raw
  To: gentoo-doc-cvs

jkt         07/01/24 14:45:34

  Modified:             ipv6.xml
  Log:
  bump for previous update

Revision  Changes    Path
1.24                 xml/htdocs/doc/en/ipv6.xml

file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/ipv6.xml?rev=1.24&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/ipv6.xml?rev=1.24&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/ipv6.xml?r1=1.23&r2=1.24

Index: ipv6.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/ipv6.xml,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -r1.23 -r1.24
--- ipv6.xml	24 Jan 2007 00:45:18 -0000	1.23
+++ ipv6.xml	24 Jan 2007 14:45:34 -0000	1.24
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/ipv6.xml,v 1.23 2007/01/24 00:45:18 rane Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/ipv6.xml,v 1.24 2007/01/24 14:45:34 jkt Exp $ -->
 <!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
 
 <guide link="/doc/en/ipv6.xml">
@@ -29,7 +29,7 @@
 
 <license/>
 
-<version></version>
+<version>1.1.7</version>
 <date>2007-01-23</date>
 
 <chapter>



-- 
gentoo-doc-cvs@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 9+ messages in thread

* [gentoo-doc-cvs] cvs commit: ipv6.xml
@ 2007-05-20 20:57 Josh Saddler
  0 siblings, 0 replies; 9+ messages in thread
From: Josh Saddler @ 2007-05-20 20:57 UTC (permalink / raw
  To: gentoo-doc-cvs

nightmorph    07/05/20 20:57:17

  Modified:             ipv6.xml
  Log:
  made warning about radvd and ipv6 forwarding even more clear for bug 175974. also went through and removed all the stuff about 2.4 kernels that no longer exist.

Revision  Changes    Path
1.25                 xml/htdocs/doc/en/ipv6.xml

file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/ipv6.xml?rev=1.25&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/ipv6.xml?rev=1.25&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/ipv6.xml?r1=1.24&r2=1.25

Index: ipv6.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/ipv6.xml,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -r1.24 -r1.25
--- ipv6.xml	24 Jan 2007 14:45:34 -0000	1.24
+++ ipv6.xml	20 May 2007 20:57:17 -0000	1.25
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/ipv6.xml,v 1.24 2007/01/24 14:45:34 jkt Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/ipv6.xml,v 1.25 2007/05/20 20:57:17 nightmorph Exp $ -->
 <!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
 
 <guide link="/doc/en/ipv6.xml">
@@ -29,8 +29,8 @@
 
 <license/>
 
-<version>1.1.7</version>
-<date>2007-01-23</date>
+<version>1.2</version>
+<date>2007-05-20</date>
 
 <chapter>
 <title>Preliminaries</title>
@@ -39,18 +39,13 @@
 <body>
 
 <p>
-Any of the 2.4 or 2.6 kernel trees availables in Gentoo will easily support
-IPv6 connections. The new USAGI IPv6 stack is integrated to the kernel since
-Linux 2.4.22 and Linux 2.6.0. Note that for older kernels,
-<b>alpha-sources-2.4.21</b> and <b>gentoo-sources-2.4.20</b> can have the USAGI
-patches applied, if you correctly set <e>usagi</e> in your USE variable.
+Any of the 2.6 kernel trees availables in Gentoo will easily support IPv6
+connections. The new USAGI IPv6 stack is integrated to the kernel since Linux
+2.6.0.
 </p>
 
 <pre caption="Emerging a kernel">
-<comment>(for a 2.6 kernel)</comment>
-# <i>emerge '>=gentoo-sources-2.6'</i>
-<comment>(or for a 2.4 one)</comment>
-# <i>emerge '=gentoo-sources-2.4*'</i>
+# <i>emerge gentoo-sources</i>
 </pre>
 
 <p>
@@ -555,8 +550,8 @@
 </pre>
 
 <warn>
-The radvd init script enables (and disables) forwarding, making the next step
-unnecessary.
+The radvd init script explained in the next chapter enables (and disables)
+forwarding, making the next step unnecessary.
 </warn>
 
 <p>
@@ -565,6 +560,7 @@
 </p>
 
 <pre caption="sysctl.conf addition">
+<comment>(If you will be using radvd, this step is unnecessary)</comment>
 net.ipv6.conf.default.forwarding=1
 </pre>
 



-- 
gentoo-doc-cvs@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 9+ messages in thread

* [gentoo-doc-cvs] cvs commit: ipv6.xml
@ 2007-05-28  0:03 Josh Saddler
  0 siblings, 0 replies; 9+ messages in thread
From: Josh Saddler @ 2007-05-28  0:03 UTC (permalink / raw
  To: gentoo-doc-cvs

nightmorph    07/05/28 00:03:40

  Modified:             ipv6.xml
  Log:
  removed nonexistant gentoo-ipv6 channel, thanks to hlieberman for pointing it out on irc

Revision  Changes    Path
1.26                 xml/htdocs/doc/en/ipv6.xml

file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/ipv6.xml?rev=1.26&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/ipv6.xml?rev=1.26&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/ipv6.xml?r1=1.25&r2=1.26

Index: ipv6.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/ipv6.xml,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -r1.25 -r1.26
--- ipv6.xml	20 May 2007 20:57:17 -0000	1.25
+++ ipv6.xml	28 May 2007 00:03:40 -0000	1.26
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/ipv6.xml,v 1.25 2007/05/20 20:57:17 nightmorph Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/ipv6.xml,v 1.26 2007/05/28 00:03:40 nightmorph Exp $ -->
 <!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
 
 <guide link="/doc/en/ipv6.xml">
@@ -29,8 +29,8 @@
 
 <license/>
 
-<version>1.2</version>
-<date>2007-05-20</date>
+<version>1.3</version>
+<date>2007-05-27</date>
 
 <chapter>
 <title>Preliminaries</title>
@@ -953,9 +953,9 @@
 </table>
 
 <p>
-On IRC, you can try <c>#gentoo-ipv6</c> or <c>#ipv6</c> on
-<uri link="http://www.freenode.net/">Freenode</uri>. You can connect to the
-Freenode servers using an IPv6 enabled client by connecting to
+On IRC, you can try <c>#ipv6</c> on <uri
+link="http://www.freenode.net/">Freenode</uri>. You can connect to the Freenode
+servers using an IPv6 enabled client by connecting to
 <b>irc.ipv6.freenode.net</b>.
 </p>
 



-- 
gentoo-doc-cvs@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 9+ messages in thread

* [gentoo-doc-cvs] cvs commit: ipv6.xml
@ 2007-05-30 15:53 Lukasz Damentko
  0 siblings, 0 replies; 9+ messages in thread
From: Lukasz Damentko @ 2007-05-30 15:53 UTC (permalink / raw
  To: gentoo-doc-cvs

rane        07/05/30 15:53:49

  Modified:             ipv6.xml
  Log:
  #180346, nc6 -> netcat6

Revision  Changes    Path
1.27                 xml/htdocs/doc/en/ipv6.xml

file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/ipv6.xml?rev=1.27&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/ipv6.xml?rev=1.27&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/ipv6.xml?r1=1.26&r2=1.27

Index: ipv6.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/ipv6.xml,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -r1.26 -r1.27
--- ipv6.xml	28 May 2007 00:03:40 -0000	1.26
+++ ipv6.xml	30 May 2007 15:53:49 -0000	1.27
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/ipv6.xml,v 1.26 2007/05/28 00:03:40 nightmorph Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/ipv6.xml,v 1.27 2007/05/30 15:53:49 rane Exp $ -->
 <!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
 
 <guide link="/doc/en/ipv6.xml">
@@ -29,8 +29,8 @@
 
 <license/>
 
-<version>1.3</version>
-<date>2007-05-27</date>
+<version>1.4</version>
+<date>2007-05-30</date>
 
 <chapter>
 <title>Preliminaries</title>
@@ -357,7 +357,7 @@
   <ti>Converts an IPv6 address to a compressed format</ti>
 </tr>
 <tr>
-  <ti>net-misc/nc6</ti>
+  <ti>net-misc/netcat6</ti>
   <ti>netcat version that supports IPv6 and IPv4</ti>
 </tr>
 <tr>



-- 
gentoo-doc-cvs@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 9+ messages in thread

* [gentoo-doc-cvs] cvs commit: ipv6.xml
@ 2008-03-01  7:22 Joshua Saddler
  0 siblings, 0 replies; 9+ messages in thread
From: Joshua Saddler @ 2008-03-01  7:22 UTC (permalink / raw
  To: gentoo-doc-cvs

nightmorph    08/03/01 07:22:13

  Modified:             ipv6.xml
  Log:
  removed now-default kernel option as planned

Revision  Changes    Path
1.28                 xml/htdocs/doc/en/ipv6.xml

file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/ipv6.xml?rev=1.28&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/ipv6.xml?rev=1.28&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/ipv6.xml?r1=1.27&r2=1.28

Index: ipv6.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/ipv6.xml,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -r1.27 -r1.28
--- ipv6.xml	30 May 2007 15:53:49 -0000	1.27
+++ ipv6.xml	1 Mar 2008 07:22:13 -0000	1.28
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/ipv6.xml,v 1.27 2007/05/30 15:53:49 rane Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/ipv6.xml,v 1.28 2008/03/01 07:22:13 nightmorph Exp $ -->
 <!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
 
 <guide link="/doc/en/ipv6.xml">
@@ -29,8 +29,8 @@
 
 <license/>
 
-<version>1.4</version>
-<date>2007-05-30</date>
+<version>1.5</version>
+<date>2008-02-29</date>
 
 <chapter>
 <title>Preliminaries</title>
@@ -63,11 +63,6 @@
 sources you will be using.
 </note>
 
-<note>
-Make sure you have <path>Prompt for development and/or incomplete
-code/drivers</path> enabled in your kernel config.
-</note>
-
 <pre caption="'make menuconfig' options">
 Device Drivers ---&gt;
 Networking support ---&gt;



-- 
gentoo-doc-cvs@lists.gentoo.org mailing list



^ permalink raw reply	[flat|nested] 9+ messages in thread

* [gentoo-doc-cvs] cvs commit: ipv6.xml
@ 2008-05-26 14:05 Camille Huot
  0 siblings, 0 replies; 9+ messages in thread
From: Camille Huot @ 2008-05-26 14:05 UTC (permalink / raw
  To: gentoo-doc-cvs

cam         08/05/26 14:05:16

  Modified:             ipv6.xml
  Log:
  #223691 Renaming freenet6 tools.

Revision  Changes    Path
1.29                 xml/htdocs/doc/en/ipv6.xml

file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/ipv6.xml?rev=1.29&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/ipv6.xml?rev=1.29&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/ipv6.xml?r1=1.28&r2=1.29

Index: ipv6.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/ipv6.xml,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -r1.28 -r1.29
--- ipv6.xml	1 Mar 2008 07:22:13 -0000	1.28
+++ ipv6.xml	26 May 2008 14:05:16 -0000	1.29
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/ipv6.xml,v 1.28 2008/03/01 07:22:13 nightmorph Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/ipv6.xml,v 1.29 2008/05/26 14:05:16 cam Exp $ -->
 <!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
 
 <guide link="/doc/en/ipv6.xml">
@@ -29,8 +29,8 @@
 
 <license/>
 
-<version>1.5</version>
-<date>2008-02-29</date>
+<version>1.6</version>
+<date>2008-05-26</date>
 
 <chapter>
 <title>Preliminaries</title>
@@ -234,10 +234,10 @@
 
 <p>
 <uri link="http://www.freenet6.net/">Freenet6</uri> is another free tunnel
-broker. 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>tspc</c> client. The client is available
-in portage. To install it do:
+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>gw6c</c> client. The client is available in
+Portage. To install it do:
 </p>
 
 <pre caption="Installing the Freenet6 client">
@@ -245,23 +245,18 @@
 </pre>
 
 <p>
-Now you need to configure freenet6 by editing
-<path>/etc/freenet6/tspc.conf</path>. You should only have to edit the
-<e>userid</e> and <e>passwd</e> fields to match those
-assigned from Freenet6. Below is a complete sample config file.
+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.
 </p>
 
-<pre caption="tspc.conf example">
-tsp_version=1.0.1
-tsp_dir=/etc/freenet6
+<pre caption="gw6c.conf example">
 auth_method=any
-client_v4=auto
 <i>userid=anonymous</i>
 <i>passwd=foobar</i>
-template=gentoo
-server=tsps1.freenet6.net
-retry_delay=0
-if_tunnel=sit3
+template=linux
+server=broker.freenet6.net
 </pre>
 
 </body>



-- 
gentoo-doc-cvs@lists.gentoo.org mailing list



^ permalink raw reply	[flat|nested] 9+ messages in thread

* [gentoo-doc-cvs] cvs commit: ipv6.xml
@ 2008-09-10 15:22 Lukasz Damentko
  0 siblings, 0 replies; 9+ messages in thread
From: Lukasz Damentko @ 2008-09-10 15:22 UTC (permalink / raw
  To: gentoo-doc-cvs

rane        08/09/10 15:22:36

  Modified:             ipv6.xml
  Log:
  freenet6 client is called freenet6, not gw6c

Revision  Changes    Path
1.30                 xml/htdocs/doc/en/ipv6.xml

file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/ipv6.xml?rev=1.30&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/ipv6.xml?rev=1.30&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/ipv6.xml?r1=1.29&r2=1.30

Index: ipv6.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/ipv6.xml,v
retrieving revision 1.29
retrieving revision 1.30
diff -u -r1.29 -r1.30
--- ipv6.xml	26 May 2008 14:05:16 -0000	1.29
+++ ipv6.xml	10 Sep 2008 15:22:36 -0000	1.30
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/ipv6.xml,v 1.29 2008/05/26 14:05:16 cam Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/ipv6.xml,v 1.30 2008/09/10 15:22:36 rane Exp $ -->
 <!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
 
 <guide link="/doc/en/ipv6.xml">
@@ -29,8 +29,8 @@
 
 <license/>
 
-<version>1.6</version>
-<date>2008-05-26</date>
+<version>1.7</version>
+<date>2008-09-10</date>
 
 <chapter>
 <title>Preliminaries</title>
@@ -236,7 +236,7 @@
 <uri link="http://www.freenet6.net/">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>gw6c</c> client. The client is available in
+setup and have created the <c>freenet6</c> client. The client is available in
 Portage. To install it do:
 </p>
 






^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2008-09-10 15:22 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-01-24  0:45 [gentoo-doc-cvs] cvs commit: ipv6.xml Lukasz Damentko
  -- strict thread matches above, loose matches on Subject: below --
2008-09-10 15:22 Lukasz Damentko
2008-05-26 14:05 Camille Huot
2008-03-01  7:22 Joshua Saddler
2007-05-30 15:53 Lukasz Damentko
2007-05-28  0:03 Josh Saddler
2007-05-20 20:57 Josh Saddler
2007-01-24 14:45 Jan Kundrat
2005-08-20 10:09 Jan Kundrat

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox