LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Security (https://www.linuxquestions.org/questions/linux-security-4/)
-   -   tor transproxy tsocks .... (https://www.linuxquestions.org/questions/linux-security-4/tor-transproxy-tsocks-438850/)

gabsik 04-25-2006 09:23 PM

tor transproxy tsocks ....
 
I had enough of privoxy still stopping my browsing for some who knows prevention reason.So i came across the idea of using something more transparent,ok,i have tryied both transproxy and tsocks but i made something wrong so even apt-get stopped working looking for a proxy that i haven't configured the right way.Did anyone one ever used the tor transproxy or tor tsocks,i have a debian gateway sarge 3.1,and i would like to know something more this .Well if you care of privacy the tor tsocks thing looks top!!:Pengy:

raskin 04-26-2006 02:24 PM

So, what did you try? Did you really exported LD_PRELOAD before running? Did you set up DNS (it is udp, so it isn't tsocks'ed)?

gabsik 04-27-2006 06:27 AM

i' m actually using transproxy but is not using tor .My browsing is not anonymous at all i verified on whatismyip.org ,how do i configure the tsocks.conf to use tor?

gabsik 04-27-2006 06:28 AM

i' m actually using transproxy but is not using tor .My browsing is not anonymous at all i verified on whatismyip.org ,how do i configure the tsocks.conf to use tor?I want to exclude apt-get(wget) to use transproxy , it's not a good thing to download softwares through a proxy isn'it!

mrclisdue 04-27-2006 06:34 AM

If I'm correct, transproxy simply intercepts http requests and automatically, and tranparently, redirects these requests to a proxy.

So, you must still have an http proxy running (privoxy or squid), that transproxy redirects requests to.

So your proxy must be configured for tor, not transproxy.

cheers,

gabsik 04-27-2006 06:55 AM

And how do i configure transproxy to use another proxy?When i launch transproxy and his related iptables browser connections get proxied but apt-get fails and anyway it's not using tor ,how do i configure the tsocks.conf? i got some hints from the tor website but they refer to a socks.conf that seems not use the same transproxy sintax.

gabsik 04-28-2006 12:40 AM

I'm using this in the tsocks.conf:
local = 192.168.0.0/255.255.0.0
local = 0.0.0.0/0
path {
reaches = 0.0.0.0/0.0.0.0
reaches = 0.0.0.0/0.0.0.0
server_type = 5
server = 127.0.0.1
server_port = 9050
}
server = 127.0.0.1
server_type = 5
server_port = 9050
I've put the variable LD_PRELOAD=/usr/lib/libtsocks.so in the /etc/init.d/transproxy,correct ???
i wouldn't avoid to type anytime the export LD_PRELOAD.I'm sure there's not right att all.I have also squid running to involve in this .......... help !

gabsik 04-28-2006 01:58 PM

It was just there !I mean the /usr/share/doc dir ,i know of this dir but i never think of it in the first place .... ok ! There i found a sample tsocks.conf plus examples.Anonymity and privacy in internet is important it's such a powerfull weapon ... ARPAnet (Advanced Research Projects Agency network of the Department of Defense)


All times are GMT -5. The time now is 01:39 AM.