Delivery-Date: Thu, 24 Sep 2015 14:10:17 -0400
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,FREEMAIL_FROM,
	RCVD_IN_DNSWL_MED,T_RP_MATCHES_RCVD 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 6411F1E0667;
	Thu, 24 Sep 2015 14:10:15 -0400 (EDT)
Received: from eugeni.torproject.org (localhost [127.0.0.1])
	by eugeni.torproject.org (Postfix) with ESMTP id 169D33736E;
	Thu, 24 Sep 2015 18:10:11 +0000 (UTC)
Received: from localhost (localhost [127.0.0.1])
 by eugeni.torproject.org (Postfix) with ESMTP id 4285E37314
 for <tor-talk@lists.torproject.org>; Thu, 24 Sep 2015 18:10:07 +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 ZIDpi0utvHAV for <tor-talk@lists.torproject.org>;
 Thu, 24 Sep 2015 18:10:07 +0000 (UTC)
Received: from COL004-OMC3S2.hotmail.com (col004-omc3s2.hotmail.com
 [65.55.34.140])
 (using TLSv1.2 with cipher ECDHE-RSA-AES256-SHA384 (256/256 bits))
 (Client did not present a certificate)
 by eugeni.torproject.org (Postfix) with ESMTPS id E34F636F34
 for <tor-talk@lists.torproject.org>; Thu, 24 Sep 2015 18:10:06 +0000 (UTC)
Received: from COL127-W3 ([65.55.34.137]) by COL004-OMC3S2.hotmail.com over
 TLS secured channel with Microsoft SMTPSVC(7.5.7601.23008); 
 Thu, 24 Sep 2015 11:10:03 -0700
X-TMN: [JX2BzaIiniKrJhaneFaP930r2eUF+CJZ]
X-Originating-Email: [kellym1991@hotmail.com]
Message-ID: <COL127-W3752319CACD8BEB65A1D8D5430@phx.gbl>
From: kelly marsman <kellym1991@hotmail.com>
To: "tor-talk@lists.torproject.org" <tor-talk@lists.torproject.org>
Date: Thu, 24 Sep 2015 18:10:03 +0000
Importance: Normal
In-Reply-To: <CABMkiz76eYhAuYSj4-_Jr5HpZFPaCLsbe=uXOyhvb1OCqXP9ow@mail.gmail.com>
References: <COL127-W473045B9A1F189FC0D2616D5430@phx.gbl>,
 <COL127-W315C67587588005D5E83E1D5430@phx.gbl>, <5603D830.2040600@gmail.com>,
 <CABMkiz76eYhAuYSj4-_Jr5HpZFPaCLsbe=uXOyhvb1OCqXP9ow@mail.gmail.com>
MIME-Version: 1.0
X-OriginalArrivalTime: 24 Sep 2015 18:10:03.0815 (UTC)
 FILETIME=[3C512B70:01D0F6F4]
X-Content-Filtered-By: Mailman/MimeDel 2.1.15
Subject: Re: [tor-talk] Multiple IP's
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>

It is a webbrowser game.  www.barafranca.com is what i am talking about.

I need to find a way that i can play multiple accounts at the same time on different ips.

Each account needs to have his own ip.
That's the idea.

> Date: Thu, 24 Sep 2015 12:28:29 +0100
> From: ben@bentasker.co.uk
> To: tor-talk@lists.torproject.org
> Subject: Re: [tor-talk] Multiple IP's
> 
> That would mean hitting the game servers from two different IP's, but
> 
> > Is there a possibility for me that i can use something to pretend
> Bans/Notifications that im using 2 accounts
> 
> Which account you're using is an application level (based on authenticating
> with the game servers), so there's no easy way around that (other than
> actually using two different accounts). You've got to authenticate with the
> remote server, so there's no way to make it think you're using a different
> account without actually doing so.
> 
> Unless I'm misinterpreting the question?
> 
> 
> On Thu, Sep 24, 2015 at 12:02 PM, aka <akademiker1@googlemail.com> wrote:
> 
> > You could start multiple Tor instances on different ports (9050, 9051,
> > 9052...) with their own torrc file limiting to only 1 exit. That way you
> > will get the same multiple IPs every time. Your game must support SOCKS
> > proxies though (if it isn't a browser game).
> >
> > kelly marsman wrote:
> > > Hi there!On a specific game i wan't to use multiple IP's to register and
> > play.This may not cause something as, "You are banned because of a proxy'
> > or whatsoever Is there a possibility for me that i can use something to
> > pretend Bans/Notifications that im using 2 accounts?Kind regards.
> > --
> > 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
> >
> 
> 
> 
> -- 
> Ben Tasker
> https://www.bentasker.co.uk
> -- 
> 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

