How To: Start9 server as Tor proxy

Is it possible to use a server running StartOS as a Tor proxy for other computers on the same local network? I suppose this would come with a new set of additional security considerations. Just curious if this is an option.

1 Like

No, unless you’re up for developing or managing the implementation of something like this.

I’m not sure it would make sense to go through with it though, seeing as this can be done from the router without any additional work.

2 Likes

Hi there,

Yes, it is indeed possible to use a server running StartOS as a Tor proxy for other computers on the same local network. While Stuart is correct that this isn’t officially supported and might require some manual tweaking, it can be done with a few steps.

You can SSH into your StartOS server and follow these steps:

Run the upgrade script:

sudo /usr/lib/startos/scripts/chroot-and-upgrade

Edit the Tor configuration file:

nano /etc/tor/torrc

Add the following line to allow connections from your local network:

SocksPolicy accept 192.168.1.0/24

Replace 192.168.1.0/24 with your actual local network range.

Exit the chroot environment:

exit

Done! Now you can set up your lan clients to use your server as Tor proxy.
Firefox example:

Please note that while this method works, it is not officially supported by StartOS. Future updates might overwrite these settings, so you’ll need to reapply them if necessary.

Stuart’s point about using the router is also valid and might be a simpler solution for some setups. However, if your router doesn’t support tor and you’re comfortable with a bit of manual configuration, this approach should work perfectly fine.

4 Likes

Moved to guides/how-to now that a guide has been added.

2 Likes

This topic was automatically closed 2 days after the last reply. New replies are no longer allowed.