Transocks and TOR

It works like this:

Advantages

Setup

There are three type of computers involved:

If these are not alle the same computer, the users will have to trust the other computers and the network connections to these.

Setting up Transocks: /etc/socks.conf

route {
       from: 0.0.0.0/0   to: 0.0.0.0/0   via: 127.0.0.1 port = 9050
       proxyprotocol: socks_v4
       method: none
       protocol: tcp
}

Packets

See example at: http://cvs.sourceforge.net/viewcvs.py/transocks/transocks/README?rev=1.2&view=auto

Interesting uses

Transocks+TOR can be used to make a gateway that transparently anonomize all traffic outwards.

The Linksys WRT54G accesspoint can run both TOR and transocks. This allows wireless clients to connect to the the accesspoint and have traffic routed through TOR. This have at least two uses.

Problems

Because no real proxy is involved and all TCP-ports can be used, there is a bigger risk of an application revealing the clients IP-address in the data. However this is not a serious problem when used in an accesspoint because the address of the accesspoint will not be revealed and the client will have a temporary DHCP-address.

Links to software

Transocks:http://sourceforge.net/projects/transocks/

OpenWRT transocks: http://www.agol.dk/ipkg

noreply: TheOnionRouter/Transocks (last edited 2007-12-09 18:43:02 by cypherpunks)