From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([69.77.167.62] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1K0dKB-0002DC-FC for garchives@archives.gentoo.org; Mon, 26 May 2008 14:05:19 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B321DE03AB; Mon, 26 May 2008 14:05:18 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 8AE41E03AB for ; Mon, 26 May 2008 14:05:18 +0000 (UTC) Received: from stork.gentoo.org (stork.gentoo.org [64.127.104.133]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTP id C8DA0676EC for ; Mon, 26 May 2008 14:05:17 +0000 (UTC) Received: from cam by stork.gentoo.org with local (Exim 4.69) (envelope-from ) id 1K0dK8-0004os-HO for gentoo-doc-cvs@lists.gentoo.org; Mon, 26 May 2008 14:05:16 +0000 To: gentoo-doc-cvs@lists.gentoo.org Subject: [gentoo-doc-cvs] cvs commit: ipv6.xml Message-Id: From: Camille Huot Date: Mon, 26 May 2008 14:05:16 +0000 Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-doc-cvs@lists.gentoo.org Reply-to: docs-team@lists.gentoo.org X-Archives-Salt: 0a2a65f3-7b97-45e7-9d6e-b2b70c574e82 X-Archives-Hash: 1b6d5b86b607f31ba5ba2c5060fd0ff2 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 @@ - + @@ -29,8 +29,8 @@ -1.5 -2008-02-29 +1.6 +2008-05-26 Preliminaries @@ -234,10 +234,10 @@

Freenet6 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 tspc 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 gw6c client. The client is available in +Portage. To install it do:

@@ -245,23 +245,18 @@
 

-Now you need to configure freenet6 by editing -/etc/freenet6/tspc.conf. You should only have to edit the -userid and passwd 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 /etc/freenet6/gw6c.conf. You should only have +to change the userid and passwd fields to match those assigned +from Freenet6 and change the gateway server. Below is a sample config file.

-
-tsp_version=1.0.1
-tsp_dir=/etc/freenet6
+
 auth_method=any
-client_v4=auto
 userid=anonymous
 passwd=foobar
-template=gentoo
-server=tsps1.freenet6.net
-retry_delay=0
-if_tunnel=sit3
+template=linux
+server=broker.freenet6.net
 
-- gentoo-doc-cvs@lists.gentoo.org mailing list