Tor (6)

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 *:*'.) 
This thread has been closed. You cannot post in this thread any longer.