Re: [tor-talk] Trouble with signal newnym

2012-11-21 Thread Maxim Kammerer
On Wed, Nov 21, 2012 at 1:30 PM, adrelanos wrote: > Isn't that what I said with new circuit =/= new ip? I understood it as implying that a new circuit does not guarantee a different exit node IP, and hence why the OP might be seeing same exit IPs. Which is apparently not the problem here, as the

Re: [tor-talk] Trouble with signal newnym

2012-11-21 Thread adrelanos
Maxim Kammerer: > On Wed, Nov 21, 2012 at 12:20 AM, adrelanos wrote: >> I've been told it's not a bug and supposed to be the way it is: >> https://trac.torproject.org/projects/tor/ticket/6342 >> https://trac.torproject.org/projects/tor/ticket/6595 > > *When someone complains that they get same IP

Re: [tor-talk] Trouble with signal newnym

2012-11-21 Thread Maxim Kammerer
On Wed, Nov 21, 2012 at 12:20 AM, adrelanos wrote: > I've been told it's not a bug and supposed to be the way it is: > https://trac.torproject.org/projects/tor/ticket/6342 > https://trac.torproject.org/projects/tor/ticket/6595 When someone complains that they get same IP after issuing NEWNYM, it

Re: [tor-talk] Trouble with signal newnym

2012-11-20 Thread adrelanos
Maxim Kammerer: > On Tue, Nov 20, 2012 at 7:23 PM, adrelanos wrote: >> new circuit =/= new ip > > I am tired of seeing this remark every time NEWNYM is discussed. > Unless I missed something in the specs, new circuit means a new IP in > most cases. > The issue is circuits reuse and/or a bug in To

Re: [tor-talk] Trouble with signal newnym

2012-11-20 Thread Roger Dingledine
On Tue, Nov 20, 2012 at 10:27:48AM -0600, Landon Campbell wrote: > I'm new to Tor, and I'm working on developing a crawler that uses Tor >via Polipo/C# HttpWebRequest. So far, making an HTTP request via Polipo >through Tor is working like a charm. However, I would like to change >my route/exit node

Re: [tor-talk] Trouble with signal newnym

2012-11-20 Thread Andrew Lewman
On Tue, 20 Nov 2012 10:27:48 -0600 Landon Campbell wrote: > other messages logged, and the circuit is not changed. Is there > anyone who could tell me what I'm doing wrong? From https://gitweb.torproject.org/torspec.git/blob/HEAD:/control-spec.txt#l375 The key phrase to highlight is "so new app

Re: [tor-talk] Trouble with signal newnym

2012-11-20 Thread Maxim Kammerer
On Tue, Nov 20, 2012 at 7:23 PM, adrelanos wrote: > new circuit =/= new ip I am tired of seeing this remark every time NEWNYM is discussed. Unless I missed something in the specs, new circuit means a new IP in most cases. The issue is circuits reuse and/or a bug in Tor, judging from the frequency

Re: [tor-talk] Trouble with signal newnym

2012-11-20 Thread adrelanos
Landon Campbell: > Hi, > I'm new to Tor, and I'm working on developing a crawler that uses Tor via > Polipo/C# HttpWebRequest. So far, making an HTTP request via Polipo through > Tor is working like a charm. However, I would like to change my route/exit > node more often than every 10 minutes. E

[tor-talk] Trouble with signal newnym

2012-11-20 Thread Landon Campbell
Hi, I'm new to Tor, and I'm working on developing a crawler that uses Tor via Polipo/C# HttpWebRequest. So far, making an HTTP request via Polipo through Tor is working like a charm. However, I would like to change my route/exit node more often than every 10 minutes. Every single bit of advice I