Gentoo Archives: gentoo-doc-cvs

From: Camille Huot <cam@××××××××××××.org>
To: gentoo-doc-cvs@l.g.o
Subject: [gentoo-doc-cvs] cvs commit: ipv6.xml
Date: Mon, 26 May 2008 14:05:19
Message-Id: E1K0dK8-0004os-HO@stork.gentoo.org
1 cam 08/05/26 14:05:16
2
3 Modified: ipv6.xml
4 Log:
5 #223691 Renaming freenet6 tools.
6
7 Revision Changes Path
8 1.29 xml/htdocs/doc/en/ipv6.xml
9
10 file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/ipv6.xml?rev=1.29&view=markup
11 plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/ipv6.xml?rev=1.29&content-type=text/plain
12 diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/ipv6.xml?r1=1.28&r2=1.29
13
14 Index: ipv6.xml
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/ipv6.xml,v
17 retrieving revision 1.28
18 retrieving revision 1.29
19 diff -u -r1.28 -r1.29
20 --- ipv6.xml 1 Mar 2008 07:22:13 -0000 1.28
21 +++ ipv6.xml 26 May 2008 14:05:16 -0000 1.29
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.28 2008/03/01 07:22:13 nightmorph Exp $ -->
25 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/ipv6.xml,v 1.29 2008/05/26 14:05:16 cam Exp $ -->
26 <!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
27
28 <guide link="/doc/en/ipv6.xml">
29 @@ -29,8 +29,8 @@
30
31 <license/>
32
33 -<version>1.5</version>
34 -<date>2008-02-29</date>
35 +<version>1.6</version>
36 +<date>2008-05-26</date>
37
38 <chapter>
39 <title>Preliminaries</title>
40 @@ -234,10 +234,10 @@
41
42 <p>
43 <uri link="http://www.freenet6.net/">Freenet6</uri> is another free tunnel
44 -broker. Registration only requires a username and a valid email address.
45 -They have chosen to turn the tunnel management into a client/server
46 -setup and have created the <c>tspc</c> client. The client is available
47 -in portage. To install it do:
48 +broker. Optional registration only requires a username and a valid email
49 +address. They have chosen to turn the tunnel management into a client/server
50 +setup and have created the <c>gw6c</c> client. The client is available in
51 +Portage. To install it do:
52 </p>
53
54 <pre caption="Installing the Freenet6 client">
55 @@ -245,23 +245,18 @@
56 </pre>
57
58 <p>
59 -Now you need to configure freenet6 by editing
60 -<path>/etc/freenet6/tspc.conf</path>. You should only have to edit the
61 -<e>userid</e> and <e>passwd</e> fields to match those
62 -assigned from Freenet6. Below is a complete sample config file.
63 +Now if you chose to connect with authentification, you need to configure
64 +freenet6 by editing <path>/etc/freenet6/gw6c.conf</path>. You should only have
65 +to change the <e>userid</e> and <e>passwd</e> fields to match those assigned
66 +from Freenet6 and change the gateway server. Below is a sample config file.
67 </p>
68
69 -<pre caption="tspc.conf example">
70 -tsp_version=1.0.1
71 -tsp_dir=/etc/freenet6
72 +<pre caption="gw6c.conf example">
73 auth_method=any
74 -client_v4=auto
75 <i>userid=anonymous</i>
76 <i>passwd=foobar</i>
77 -template=gentoo
78 -server=tsps1.freenet6.net
79 -retry_delay=0
80 -if_tunnel=sit3
81 +template=linux
82 +server=broker.freenet6.net
83 </pre>
84
85 </body>
86
87
88
89 --
90 gentoo-doc-cvs@l.g.o mailing list