Tor installation in FreeBSD

I search web with google and I can no find good and nice howto about install Tor and privoxy in FreeBSD , all of them are about Linux and Windows
How I can install Tor and use it in FreeBSD and see some site are Filter in here .
 
mfaridi said:
How I can install Tor and use it in FreeBSD and see some site are Filter in here .

It's not that difficult ;)

cd /usr/ports/security/tor && make install clean

Make sure the tor service starts up by adding tor_enable="YES" to /etc/rc.conf.

Last but not least, configure your browser to use tor as a proxy.
 
I want to install tor on VDS with Freebsd last version. I found only linux versions for download on oficial wesite, but not for freebsd. May by I have to choose any linux package? What from these linux packages? how to install tor from comandline?
 
Code:
security/tor              An anonymizing overlay network for TCP
security/tor-devel        An anonymizing overlay network for TCP
security/trans-proxy-tor  Transparent proxy used to redirect TCP connections into Tor

There are packages for all ports (but not as recent as ports), so you could try 'pkg_add -r tor'.
 
Summary I have to execute two commands:
cd /usr/ports/security/trans-proxy-tor/ && make install clean
pkg_add -r trans-proxy-tor

And then:
Make sure the tor service starts up by adding tor_enable="YES" to /etc/rc.conf

How I can check this:
Required To Run: net/tsocks
Required Libraries: devel/libevent
 
Back
Top