[liberationtech] Tor-only wireless access
michi1 at michaelblizek.twilightparadox.com
michi1 at michaelblizek.twilightparadox.com
Tue Jun 24 08:35:36 PDT 2014
Hi!
On 07:55 Mon 23 Jun , Jonathan Wilkes wrote:
> Hi,
> Is anybody doing router software that allows guest access, but _only_ if the client is using Tor to connect? The Tor network and its various relays and exits are known, so it seems like it should be doable.
>
> In this case, the router owner could open up access with less risk of having their IP associated with bad behavior, and the user armed with TBB could rest assured that the router isn't screwing with their packets.
>
> -Jonathan
I am programing a layer 3+4 network protocol for mesh networks (see
http://michaelblizek.twilightparadox.com ). My idea for uplinks is basically
to run application level gateways which do not put the uplink operator at risk
(e.g. tor bridge, socks proxy limited to openvpn port, gnunet, ...).
Integrating tor should be rather straightforward: run a bridge on the uplink,
run a tor client on client and tell the tor client to use a bridge at
localhost:someport (my program will then route it to the next bridge)
More advanced stuff would be:
- run a bridge for others while using a bridge as an uplink (ip whitelisting
would not allow this at all)
- import the list of bridges into tor so you get more resilience if some
bridges are not working properly
-Michi
More information about the liberationtech
mailing list