14b0b Tor installation in FreeBSD - The FreeBSD Forums
The FreeBSD Forums  

Go Back   The FreeBSD Forums > Ports & Packages > Installation and Maintenance of FreeBSD Ports or Packages

Installation and Maintenance of FreeBSD Ports or Packages Installing and maintaining the FreeBSD Ports Collection or FreeBSD Packages (i.e. third party software).

Reply
 
Thread Tools Display Modes
  #1  
Old March 23rd, 2009, 08:52
mfaridi's Avatar
mfaridi mfaridi is offline
Member
 
Join Date: Nov 2008
Location: Afghanistan
Posts: 622
Thanks: 161
Thanked 12 Times in 12 Posts
Default 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 .
Reply With Quote
  #2  
Old March 23rd, 2009, 09:04
SirDice's Avatar
SirDice SirDice is offline
Moderator
 
Join Date: Nov 2008
Location: Rotterdam, Netherlands
Posts: 13,694
Thanks: 47
Thanked 2,020 Times in 1,859 Posts
Default

Quote:
Originally Posted by mfaridi View Post
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.
Reply With Quote
  #3  
Old April 3rd, 2009, 15:20
poiuyt1234 poiuyt1234 is offline
Junior Member
 
Join Date: Apr 2009
Posts: 7
Thanks: 0
Thanked 0 Times in 0 Posts
Question

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?
Reply With Quote
  #4  
Old April 3rd, 2009, 15:23
DutchDaemon's Avatar
DutchDaemon DutchDaemon is offline
Administrator
 
Join Date: Nov 2008
Location: Rotterdam, the Netherlands
Posts: 9,817
Thanks: 30
Thanked 1,883 Times in 1,329 Posts
Default

How about reading the post before yours?
__________________
FreeBSD Forums: Information for New Members | FreeBSD Forums Rules
FreeBSD Resources: The FreeBSD Handbook | Manuals | FAQ | Wiki
Before you post: How to ask questions the smart way
If you must know .. So, what does an Adminstrator/Moderator do?
---> Do not PM me with FreeBSD questions. I do not work here. <---
Reply With Quote
  #5  
Old April 3rd, 2009, 17:25
poiuyt1234 poiuyt1234 is offline
Junior Member
 
Join Date: Apr 2009
Posts: 7
Thanks: 0
Thanked 0 Times in 0 Posts
Default

I read this but I want to know where I can take tor install package for freebsd.
Reply With Quote
  #6  
Old April 3rd, 2009, 17:35
DutchDaemon's Avatar
DutchDaemon DutchDaemon is offline
Administrator
 
Join Date: Nov 2008
Location: Rotterdam, the Netherlands
Posts: 9,817
Thanks: 30
Thanked 1,883 Times in 1,329 Posts
Default

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'.
__________________
FreeBSD Forums: Information for New Members | FreeBSD Forums Rules
FreeBSD Resources: The FreeBSD Handbook | Manuals | FAQ | Wiki
Before you post: How to ask questions the smart way
If you must know .. So, what does an Adminstrator/Moderator do?
---> Do not PM me with FreeBSD questions. I do not work here. <---
Reply With Quote
  #7  
Old April 3rd, 2009, 18:49
poiuyt1234 poiuyt1234 is offline
Junior Member
 
Join Date: Apr 2009
Posts: 7
Thanks: 0
Thanked 0 Times in 0 Posts
Default

I have to dowload these files that you wrote in security/ directory and then execute comand pkg_add -r tor ?
Reply With Quote
  #8  
Old April 3rd, 2009, 20:25
DutchDaemon's Avatar
DutchDaemon DutchDaemon is offline
Administrator
 
Join Date: Nov 2008
Location: Rotterdam, the Netherlands
Posts: 9,817
Thanks: 30
Thanked 1,883 Times in 1,329 Posts
Default

No, just pkg_add -r tor. Do yourself a favour and read http://www.freebsd.org/doc/en_US.ISO...ook/ports.html before you ask for further help.
__________________
FreeBSD Forums: Information for New Members | FreeBSD Forums Rules
FreeBSD Resources: The FreeBSD Handbook | Manuals | FAQ | Wiki
Before you post: How to ask questions the smart way
If you must know .. So, what does an Adminstrator/Moderator do?
---> Do not PM me with FreeBSD questions. I do not work here. <---
Reply With Quote
  #9  
Old April 4th, 2009, 08:03
poiuyt1234 poiuyt1234 is offline
Junior Member
 
Join Date: Apr 2009
Posts: 7
Thanks: 0
Thanked 0 Times in 0 Posts
Default

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:
Quote:
Make sure the tor service starts up by adding tor_enable="YES" to /etc/rc.conf
How I can check this:
Quote:
Required To Run: net/tsocks
Required Libraries: devel/libevent

Last edited by itetcu@; April 4th, 2009 at 12:54. Reason: no need to waiste space
Reply With Quote
  #10  
Old April 4th, 2009, 18:18
DutchDaemon's Avatar
DutchDaemon DutchDaemon is offline
Administrator
 
Join Date: Nov 2008
Location: Rotterdam, the Netherlands
Posts: 9,817
Thanks: 30
Thanked 1,883 Times in 1,329 Posts
Default

Use either ports (source install) or packages (binary install).
Again: http://www.freebsd.org/doc/en_US.ISO...ook/ports.html
__________________
FreeBSD Forums: Information for New Members | FreeBSD Forums Rules
FreeBSD Resources: The FreeBSD Handbook | Manuals | FAQ | Wiki
Before you post: How to ask questions the smart way
If you must know .. So, what does an Adminstrator/Moderator do?
---> Do not PM me with FreeBSD questions. I do not work here. <---
Reply With Quote
  #11  
Old April 5th, 2009, 10:01
poiuyt1234 poiuyt1234 is offline
Junior Member
 
Join Date: Apr 2009
Posts: 7
Thanks: 0
Thanked 0 Times in 0 Posts
Default

ок. I installed tor but where is tor config file?
Reply With Quote
  #12  
Old April 5th, 2009, 10:11
poiuyt1234 poiuyt1234 is offline
Junior Member
 
Join Date: Apr 2009
Posts: 7
Thanks: 0
Thanked 0 Times in 0 Posts
Default

All right. I found it
Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Post-installation of FreeBSD general Installing & Upgrading 3 September 19th, 2012 10:23
Flag this message FreeBSD 7.0 Installation error tom Installing & Upgrading 21 February 3rd, 2009 02:58
FreeBSD 7.1 Installation (/: write failed filesystem is full) blu3fire Installing & Upgrading 13 January 22nd, 2009 12:43
Brand New Installation of FreeBSD 7.1 fails kalavo Installing & Upgrading 2 January 21st, 2009 18:04
is freebsd installation on ZFS possible? Cronist Installing & Upgrading 14 November 24th, 2008 13:05


All times are GMT +1. The time now is 20:51.


Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2013, vBulletin Solutions, Inc.
The mark FreeBSD is a registered trademark of The FreeBSD Foundation and is used by The FreeBSD Project with the permission of The FreeBSD Foundation.
Web protection and acceleration provided by CloudFlare
0