I like the idea of proxies and TOR, but I find their application limited when it is just an application specific proxy setting or a browser specific proxy setting.

I would like all traffic in my OS to go through a TOR network. I would like to know various methods of how to achieve this, I imagine this could be done via software or configurations in the OS, or configurations in the router, or bridging a connection through ANOTHER local computer that routes the bridge connection to the TOR network. The last solution seems kind of redundant.

I would appreciate the insight!

link|improve this question

73% accept rate
feedback

2 Answers

up vote 1 down vote accepted

Just some caveats to keep in mind:

  • Tor is run by volunteers. You really should only pipe traffic through that is necessary. Doing p2p transfers and such can hurt the network. Consider running a relay node in the network if possible to contribute your bandwidth.

  • Tor is far less effective at anonymity if the data you are sending over it contains unencrypted identifying information. The exit node that your traffic traverses can sniff your traffic. For HTTP over TOR it's best to first filter traffic through an anonymizing proxy like Privoxy that strips various headers and such from your traffic. Javascript if enabled can also reveal identifying details. So to really make the use of Tor you need cooperation from your client. Just simply piping everything over Tor won't do most of what else is needed to maintain your anonymity.

link|improve this answer
Can I run a separate exit node and make the rest anonymously – RD. Jul 22 '11 at 18:10
torproject.org/docs/tor-doc-relay.html.en should give you all the info you need about running a Tor relay if that's what you're talking about. – ultrasawblade Jul 22 '11 at 18:19
feedback

DD-WRT is a great tool. You can set a proxy on the router using Squid. Check it out here

link|improve this answer
Okay, and I am not too familiar with TOR (I like the concept, but I have never used it - only individual proxies). Can I extrapolate the TOR concept into the DD-WRT router – RD. Jul 22 '11 at 16:50
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.