1

What I have on mind is this:

home router --> Raspberry Pi 01 VPN --> Raspberry Pi 02 TOR --> internet

Raspberry Pi 01 would connect to router via wifi and the two Raspberry Pis would be connected via ethernet, and finally Raspberry Pi 02 would be set up to AP.

Point of this setup: hide TOR usage and broadcast a tor wifi network.

David
  • 11
  • 1
  • 2

2 Answers2

1

Is it possible to route traffic between a few computers? Of course. But if you're looking to hide Tor usage, you're betting off using a pluggable transport. As for broadcasting a "Tor wifi network", that's quite a bad idea, since many programs on connected computers may deanonymize the user to the Tor exit node.

1

You can start by looking at OnionPI, that is a way to set up such a access point.

https://learn.adafruit.com/onion-pi/overview

Also, you do have routers with built in tor capabilities for wifi. I have one of these, and that's the 'Netgear WNR3500L v2' which I flashed with Tomato USB - http://tomatousb.org/

That let's me set up a wifi which is automatically routed through tor.

IAmNoone
  • 1,863
  • 1
  • 11
  • 20