Tor (6)

1 Name: 4n0n4ym0u5 h4xx0r : 2006-09-20 11:30 ID:INDYV+pi

Anyone can tell me how to configure Tor, Vidalia and Privoxy to bypass my college proxy?

2 Name: 4n0n4ym0u5 h4xx0r : 2006-09-21 02:26 ID:zr73vwAK

Bumpity. Torpark doesn't work at school, it can't find the port or a connection. So I'd love to get an answer ^_^

3 Name: 4n0n4ym0u5 h4xx0r : 2006-09-21 17:23 ID:Heaven

>>2
try setting ReachableAddresses in your torrc. or you can use the deprecated FascistFirewall and FirewallPorts options, but they are deprecated, so i'd recommend using ReachableAddresses.

FascistFirewall 0|1

If 1, Tor will only create outgoing connections to ORs running on ports that your firewall allows (defaults to 80 and 443; see FirewallPorts). This will allow you to run Tor as a client behind a firewall with restrictive policies, but will not allow you to run as a server behind such a firewall. This option is deprecated; use ReachableAddresses instead. 

FirewallPorts PORTS

A list of ports that your firewall allows you to connect to. Only used when FascistFirewall is set. This option is deprecated; use ReachableAddresses instead. (Default: 80, 443) 

ReachableAddresses ADDR[/MASK][:PORT]...

A comma-separated list of IP addresses and ports that your firewall allows you to connect to. The format is as for the addresses in ExitPolicy, except that "accept" is understood unless "reject" is explicitly provided. For example, 'ReachableAddresses 99.0.0.0/8, reject 18.0.0.0/8:80, accept *:80' means that your firewall allows connections to everything inside net 99, rejects port 80 connections to net 18, and accepts connections to port 80 otherwise. (Default: 'accept *:*'.) 

4 Name: 4n0n4ym0u5 h4xx0r : 2006-09-26 12:40 ID:bgm6xhJn

can you explain more please

5 Name: 4n0n4ym0u5 h4xx0r : 2006-09-26 22:43 ID:Heaven

>>4

  1. Open your torrc file in a text editor.
  2. Add a line like this: ReachableAddresses :21-23,:25,:53,:80,:110,:119,:143,:443,*:995
  3. Restart Tor.
  4. ???
  5. Profit!!!

6 Name: 4n0n4ym0u5 h4xx0r : 2006-09-26 22:48 ID:Heaven

>>5
Oops...

  1. Open your torrc file in a text editor.
  2. Add a line like this: ReachableAddresses *:21-23,*:25,*:53,*:80,*:110,*:119,*:143,*:443,*:995
  3. Restart Tor.
  4. ???
  5. Profit!!!
This thread has been closed. You cannot post in this thread any longer.