Delivery-Date: Sat, 28 Feb 2015 10:33:19 -0500
Return-Path: <tor-talk-bounces@lists.torproject.org>
X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on moria.seul.org
X-Spam-Level: 
X-Spam-Status: No, score=-4.2 required=5.0 tests=BAYES_00,RCVD_IN_DNSWL_MED,
	T_RP_MATCHES_RCVD,URIBL_BLOCKED autolearn=ham version=3.3.1
X-Original-To: archiver@seul.org
Delivered-To: archiver@seul.org
Received: from eugeni.torproject.org (eugeni.torproject.org [38.229.72.13])
	(using TLSv1.2 with cipher ADH-AES256-GCM-SHA384 (256/256 bits))
	(No client certificate requested)
	by khazad-dum.seul.org (Postfix) with ESMTPS id A082F1E0317
	for <archiver@seul.org>; Sat, 28 Feb 2015 10:33:17 -0500 (EST)
Received: from eugeni.torproject.org (localhost [127.0.0.1])
	by eugeni.torproject.org (Postfix) with ESMTP id 8525133F55;
	Sat, 28 Feb 2015 15:33:13 +0000 (UTC)
Received: from localhost (localhost [127.0.0.1])
 by eugeni.torproject.org (Postfix) with ESMTP id 9F27B33F53
 for <tor-talk@lists.torproject.org>; Sat, 28 Feb 2015 15:33:09 +0000 (UTC)
X-Virus-Scanned: Debian amavisd-new at 
Received: from eugeni.torproject.org ([127.0.0.1])
 by localhost (eugeni.torproject.org [127.0.0.1]) (amavisd-new, port 10024)
 with ESMTP id T_Yn1keMm3p2 for <tor-talk@lists.torproject.org>;
 Sat, 28 Feb 2015 15:33:09 +0000 (UTC)
Received: from smtp.adb-centralen.se (smtp.adb-centralen.se
 [IPv6:2001:6b0:8::129])
 (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits))
 (Client did not present a certificate)
 by eugeni.torproject.org (Postfix) with ESMTPS id 693C333F51
 for <tor-talk@lists.torproject.org>; Sat, 28 Feb 2015 15:33:09 +0000 (UTC)
Received: from flogsta (smtp.adb-centralen.se [IPv6:2001:6b0:8::129])
 (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits))
 (No client certificate requested)
 by smtp.adb-centralen.se (Postfix) with ESMTPSA id C8540A1FABF;
 Sat, 28 Feb 2015 16:33:05 +0100 (CET)
From: Linus Nordberg <linus@nordberg.se>
To: Hongyi Zhao <hongyi.zhao@gmail.com>
References: <CAGP6POLGvoMjw9Xp9TJgDWdwOYTy6drRJE5_ShewVsxWqqHm2w@mail.gmail.com>
Date: Sat, 28 Feb 2015 16:33:05 +0100
In-Reply-To: <CAGP6POLGvoMjw9Xp9TJgDWdwOYTy6drRJE5_ShewVsxWqqHm2w@mail.gmail.com>
 (Hongyi Zhao's message of "Fri, 27 Feb 2015 09:41:26 +0800")
Message-ID: <8761amuk3y.fsf@nordberg.se>
User-Agent: Gnus/5.13 (Gnus v5.13)
MIME-Version: 1.0
Cc: tor-talk@lists.torproject.org
Subject: Re: [tor-talk] How can I use tor to access the ipv6-enabled website?
X-BeenThere: tor-talk@lists.torproject.org
X-Mailman-Version: 2.1.15
Precedence: list
Reply-To: tor-talk@lists.torproject.org
List-Id: "all discussion about theory, design,
 and development of Onion Routing" <tor-talk.lists.torproject.org>
List-Unsubscribe: <https://lists.torproject.org/cgi-bin/mailman/options/tor-talk>, 
 <mailto:tor-talk-request@lists.torproject.org?subject=unsubscribe>
List-Archive: <http://lists.torproject.org/pipermail/tor-talk/>
List-Post: <mailto:tor-talk@lists.torproject.org>
List-Help: <mailto:tor-talk-request@lists.torproject.org?subject=help>
List-Subscribe: <https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-talk>, 
 <mailto:tor-talk-request@lists.torproject.org?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: tor-talk-bounces@lists.torproject.org
Sender: "tor-talk" <tor-talk-bounces@lists.torproject.org>

Hongyi Zhao <hongyi.zhao@gmail.com> wrote
Fri, 27 Feb 2015 09:41:26 +0800:

| Now, I try to use tor-vidalia bundle to access the ipv6-enabled website,
| say, http://ipv6.google.com/.  And do the corresponding settings just as
| things descriped here:
| 
| http://www.dsfc.net/infrastructure/securite/configurer-tor-privoxy-ipv6-linux/
| 
| For detail:
| 
| 1- In my torrc, I inserted the following line:
| 
|  SocksPort [::1]:9050

Leaving privoxy aside, it seems like you are trying to make your tor
client listen to the IPv6 localhost address. This is not necessary in
order to access an IPv6 resource on the internet.


| 2- Then I stared the vidalia bundle, and ensure that the tor and privoxy
| are listening on correct ports:

I would recommend using the Tor Browser instead.


| 3- Thirdly, I use tor or privoxy as the proxy to access the
| http://ipv6.google.com/, but finally failed.  Can someone please give me
| some hints?

Leaving privoxy aside, you will have to add the 'IPv6Traffic' flag to
your SocksPort line in torrc in order for your tor client to ask exits
for IPv6 addresses. Note that you will have to talk SOCKS5 to your tor
client in order for this to work. Here is an example of how to do that:

  $ curl -v -A '' -x socks5://127.0.0.1:9050 https://ipv6.google.com/

You might want the 'PreferIPv6' flag too. See the fine manual.
-- 
tor-talk mailing list - tor-talk@lists.torproject.org
To unsubscribe or change other settings go to
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-talk

