To view the list of links, please access this site using Tor Browser.
If you’re seeing this message, access is restricted for regular browsers.
Already using Tor? If you are sure you’re currently in Tor Browser, proceed to our .onion version:
usr/bin/whonix-gateway-firewall
Original file line number Diff line number Diff line change
@@ -184,11 +184,15 @@ variables_defaults() {
## 10.152.152.10 - Non-Qubes-Whonix-Gateway IP
## 10.137.0.0/8- persistent Qubes-Whonix-Gateway IP range
## 10.138.0.0/8- DispVM Qubes-Whonix-Gateway IP range
WORKSTATION_DEST_SOCKSIFIED
usr/bin/whonix-gateway-firewall
Original file line number Diff line number Diff line change
@@ -186,7 +186,7 @@ variables_defaults() {
## 10.138.0.0/8 - DispVM Qubes-Whonix-Gateway IP range
if command -v "qubesdb-read" >/dev/null 2>&1 ; then
## https://forums.whonix.org/t/whonix-gateway-not-reachable/7484/16
WORKSTATION_DEST_SOCKSIFIED="10.137.0.0/8"
WORKSTATION_DEST_SOCKSIFIED="10.137.0.0/16"
WORKSTATION_DEST_SOCKSIFIED="10.138.0.0/16"
else
WORKSTATION_DEST_SOCKSIFIED="10.152.152.10"
fi
Your VPN Address Pool:
IP local pool VPN 10.137.7.1-10.137.7.200
It cannot overlap the existing IP address ranges. In this case (and most cases) it overlaps with your internal IP range:
IP address inside 10.137.0.1 255.255.248.0
You need to use an unused range. Try:
IP local pool VPN 10.137.17.1-10.137.17.200
is this a good practice?FWIW, just because "it works" doesn't mean that you aren't technically breaking the default sys-whonix model.
im using a minimal custom template + appvm with sys-whonix as netYou'd run the avoidable risk of identity correlation from underlying applications which default to using the transparent proxy feature of sys-whonix. ⚠️This image⚠️ (as well as, the ⚠️wiki⚠️ page) should help you to better understand the concept of Stream-Isolation and how important it can be when leveling-up via the Whonix ecosystem.
i have an app that runs with tor and it is mandatory to set the socks proxy (wont work without it, even using the tor transparent proxy provided by sys-whonix)
in whonix-workstation its as easy as use 127.0.0.1:9050, but here we have not that mirror, so...
i've tried using 10.137.0.8:9050 as proxy, and it seems to work
there is nothing to worry about, "10.137.0.8" is still a private IP address. and can be used to route traffic via the Tor anonymity network if used with the right ports.
if things I wrote in the above don't make sense to you. it's better to read a few books about networking in Linux operating systems or read some books about the CCNA exam.
good luck!