Re: 3 questions about how to setup TOR proxy chain

2009-08-15 Thread Martin Balvers
Hi, Could someone please answer these 3 questions (or point me to a place where I can find the answers): take a look at point 3.15 of: https://wiki.torproject.org/noreply/TheOnionRouter/TorFAQ#torrc That should take care of some of your questions. As for using more or less hops, that would

Re: 3 questions about how to setup TOR proxy chain

2009-08-15 Thread slush
You can fully control Tor thru Tor Control Port. But it isnt end-user functionality, you will have to write some controlling program. I used this feature in my own app and works quite well. Marek On Fri, Aug 14, 2009 at 8:49 PM, Mmangobl...@gmail.com wrote: Hi, Could someone please answer

3 questions about how to setup TOR proxy chain

2009-08-14 Thread M
Hi, Could someone please answer these 3 questions (or point me to a place where I can find the answers): 1. I understand TOR uses 3 hops in its proxy chain. Is it possible to make it use less hops (i.ex: 1 or 2) or more hops (4, 5, ...) and how can I do this? 2. Is it possible to define the

Re: 3 questions about how to setup TOR proxy chain

2009-08-14 Thread Tripple Moon
how to setup TOR proxy chain Hi, Could someone please answer these 3 questions (or point me to a place where I can find the answers): 1. I understand TOR uses 3 hops in its proxy chain. Is it possible to make it use less hops (i.ex: 1 or 2) or more hops (4, 5, ...) and how can I do this? 2

tor proxy chain

2007-02-12 Thread giorgio m
I've set up the proxy in firefox in order to connect to tor, and it works well, now I would like to do this: my_pc - tor - proxy_choosen_by_me:port-www_page but if I type in the address bar of firefox: http://proxy_choosen_by_me:port/www_page I get nothing Can you help me? Thanks

Re: tor proxy chain

2007-02-12 Thread Fabian Keil
giorgio m [EMAIL PROTECTED] wrote: I've set up the proxy in firefox in order to connect to tor, and it works well, now I would like to do this: my_pc - tor - proxy_choosen_by_me:port-www_page May I ask why? but if I type in the address bar of firefox:

Re: tor proxy chain

2007-02-12 Thread Jonathan D. Proulx
On Mon, Feb 12, 2007 at 02:47:54PM +0100, giorgio m wrote: :First of all, thanks for your polite and fast answer. :To simplify the problem, I say that I would like to do this: : :perl_script- tor - standard_http_proxy - web_site : :I want the web site to see the ip of the standard_http_proxy, not

Re: tor proxy chain

2007-02-12 Thread giorgio m
On 2/12/07, Jonathan D. Proulx [EMAIL PROTECTED] wrote: On Mon, Feb 12, 2007 at 02:47:54PM +0100, giorgio m wrote: :First of all, thanks for your polite and fast answer. :To simplify the problem, I say that I would like to do this: : :perl_script- tor - standard_http_proxy - web_site : :I want

Re: tor proxy chain

2007-02-12 Thread Jonathan D. Proulx
On Mon, Feb 12, 2007 at 03:16:32PM +0100, giorgio m wrote: :Why a proxy shouldn't accept connections coming from tor? To prevent abuses? :Can you tell me how to do this proxychaining? Because then anyone using tor can use your proxy and any crimes/harassment they commit come from your proxy.

Re: tor proxy chain

2007-02-12 Thread giorgio m
On 2/12/07, Jonathan D. Proulx [EMAIL PROTECTED] wrote: On Mon, Feb 12, 2007 at 03:16:32PM +0100, giorgio m wrote: :Why a proxy shouldn't accept connections coming from tor? To prevent abuses? :Can you tell me how to do this proxychaining? Because then anyone using tor can use your proxy and

Re: tor proxy chain

2007-02-12 Thread Fabian Keil
giorgio m [EMAIL PROTECTED] wrote: First of all, thanks for your polite and fast answer. You're welcome. To simplify the problem, I say that I would like to do this: perl_script- tor - standard_http_proxy - web_site I want the web site to see the ip of the standard_http_proxy, not the

Re: tor proxy chain

2007-02-12 Thread Juliusz Chroboczek
I've set up the proxy in firefox in order to connect to tor, and it works well, now I would like to do this: my_pc - tor - proxy_choosen_by_me:port-www_page The simplest way would be to set a proxy that can do that upstream of tor. my_pc - my_proxy - tor - proxy_choosen_by_me:port - www_page