Thanks Patrick & Whonix Devs for all of your hard work!
-
If I use TorButton -> Preferences to add a 3rd party proxy server, how does my Tor Browser traffic get routed through Whonix? Does it continue to go through Socks Port 9150 or does it now route through the TransPort? Is a proxychain required to use a Socks Port as well as the Proxy Server?
-
Unrelated question: I’m interested in setting up 2 Tor Browsers with Stream Isolation. I can leave the default installation going to 127.0.0.1: 9150 -> 10.152.152.10: 9150. I believe I read that 9152 can be used for the second browser (installed in its own directory). How do I know that port 9152 is free? Is there a list of available ports I can use? Is it correct to assume that /etc/rinetd.conf needs to be updated by adding the following lines:
Tor Browser 2 Socks Port
127.0.0.1 9152 10.152.152.10 9152
Tor Browser 2 Control Port
127.0.0.1 9153 10.152.152.10 9052
Then, all that remains is to change the 2nd browser’s TorButton -> Preferences to 127.0.0.1: 9152?
Sorry if anything is overly obvious. Was not able to find this info on the following pages:
Thanks in advance.