1
General Discussion / Re: Tor Configuration
« on: October 06, 2024, 04:57:53 am »Quote
How would you set it up to have only a few user going through TOR and not others ?
Like device3 on LAN1, and device 2,3,4 on LAN2 and device5 on LAN3
All other devices goes straight to "normal" NAT ?
My LAN uses a broader set of IPs (192.168.0.0/15), but I don’t want to have all client on that LAN to go through Tor. So I configured it to only have clients with IPs on 192.168.15.0/24 subnet to go through the Tor tunnel.
In my case there is only one single LAN (and no VLANs). To make it work, I just set up DNAT (port forward) for hosts with source in the subnet 192.168.15.0/24 to redirect to target ip 127.0.0.1 and port 9040 ( plus another rule similar to this one but for the DNS to port 9053).
Hope that helps.
Do you folks have a pointer for me on how to resolve the question on Tor browser?
Quote
Question: Does anyone know how to configure Tor Browser to use the OPNSense Tor transparent proxy? I'd like to avoid to have Tor Browser establish a Tor connection within the Tor connection already provided by OPNSense.