OS or router level TOR network setup

1

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!

cqm

Posted 2011-07-22T16:41:17.530

Reputation: 1 107

Answers

2

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.

LawrenceC

Posted 2011-07-22T16:41:17.530

Reputation: 63 487

Can I run a separate exit node and make the rest anonymously – cqm – 2011-07-22T18:10:41.840

https://www.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. – LawrenceC – 2011-07-22T18:19:47.030

1

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

CamronBute

Posted 2011-07-22T16:41:17.530

Reputation: 735

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 – cqm – 2011-07-22T16:50:17.993