Delivery-Date: Sun, 21 Feb 2016 13:17:35 -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.1 required=5.0 tests=BAYES_00,DKIM_SIGNED,
	RCVD_IN_DNSWL_MED,T_DKIM_INVALID,T_RP_MATCHES_RCVD,UNPARSEABLE_RELAY
	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 9BA5E1E038A;
	Sun, 21 Feb 2016 13:17:30 -0500 (EST)
Received: from eugeni.torproject.org (localhost [127.0.0.1])
	by eugeni.torproject.org (Postfix) with ESMTP id 4FE213970B;
	Sun, 21 Feb 2016 18:17:24 +0000 (UTC)
Received: from localhost (localhost [127.0.0.1])
 by eugeni.torproject.org (Postfix) with ESMTP id 684953963A
 for <tor-talk@lists.torproject.org>; Sun, 21 Feb 2016 18:17:21 +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 yKjhl-CYwqv4 for <tor-talk@lists.torproject.org>;
 Sun, 21 Feb 2016 18:17:21 +0000 (UTC)
Received: from mx1.riseup.net (mx1.riseup.net [198.252.153.129])
 (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits))
 (Client CN "*.riseup.net",
 Issuer "COMODO RSA Domain Validation Secure Server CA" (not verified))
 by eugeni.torproject.org (Postfix) with ESMTPS id 4968D39615
 for <tor-talk@lists.torproject.org>; Sun, 21 Feb 2016 18:17:21 +0000 (UTC)
Received: from piha.riseup.net (unknown [10.0.1.163])
 (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits))
 (Client CN "*.riseup.net",
 Issuer "COMODO RSA Domain Validation Secure Server CA" (verified OK))
 by mx1.riseup.net (Postfix) with ESMTPS id 32BA81A1E89
 for <tor-talk@lists.torproject.org>; Sun, 21 Feb 2016 18:17:15 +0000 (UTC)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=riseup.net; s=squak;
 t=1456078635; bh=lV0tbMdr3SaO4UO0XIhA2ADM1YhLDG/5Yg1ir0fNCck=;
 h=From:Subject:Date:References:In-Reply-To:To:From;
 b=Ucdgw43o4pMiW+9wtBrCBk6I+4QRutYyET9AHsd6sof7Aahv310ReyHk7Q0lH/69e
 ZWjend5VRLty1z/Sdm0qLF147cZ0msjhqb8cMq9jpWpP33b78A0uyRlCxLiabtdLJy
 xKQH2EkOi6h3Z6oifnSU7fZpE1ULxM7E3xAzLk4M=
Received: from [127.0.0.1] (localhost [127.0.0.1])
 (Authenticated sender: scfith) with ESMTPSA id 01A351C012A
From: Scfith Rise up <scfith@riseup.net>
Mime-Version: 1.0 (1.0)
Message-Id: <4447BCF0-27C5-47D9-A9AD-76261F0BFFF2@riseup.net>
Date: Sun, 21 Feb 2016 13:17:12 -0500
References: <267a369a2d18b7fffbbe43d7e3f64e04@openmailbox.org>
In-Reply-To: <267a369a2d18b7fffbbe43d7e3f64e04@openmailbox.org>
To: tor-talk@lists.torproject.org
X-Virus-Scanned: clamav-milter 0.98.7 at mx1.riseup.net
X-Virus-Status: Clean
Subject: Re: [tor-talk] Is it possible to use Tor without showing a Tor IP
	to the destination?
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>

I can point you in a direction that I took to accomplish this without having to resort to a third party VPN. I am running my own VPN from a VPS and added it to my proxychains file. Here is the github for proxychains-ng that I highly recommend. This setup accomplishes what you ask, a list of ip addresses that it chains through to the final destination. Your tor connection can be one of them or not as you wish. Enjoy. 

https://github.com/rofl0r/proxychains-ng


> On Feb 21, 2016, at 12:56 PM, blobby@openmailbox.org wrote:
> 
> Some websites like Craigslist and Fiverr refuse to accept Tor connections. They may either explicitly state this (Craigslist) or not let you create a new account with Tor (Fiverr).
> 
> Is there a way around this? For example, one can do: home IP ---> VPN IP ---> Tor node ---> Tor Node ---> Tor exit node ---> website.
> 
> Can one do the other way: IP, then Tor, then VPN?
> 
> In other words, use Tor but the last IP address is something other than the exit node?
> 
> Any suggestion and advice are appreciated.
> -- 
> 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
-- 
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

