I’m not sure what the end goal is here. Do you want a permanent exit point for your traffic? If that’s the case, it will limit a lot of Tor features and make you stand out more.
The goal is:
Using a socks5 for the whole User VM and route all the traffic through the SYS Whonix VM.
When I try the steps in a debian 12 template VM I get this error: Error: Nexthop has invalid gateway.
after this step: ip route add default via 172.17.0.1 dev eth0 metric 10
Make sure it’s using the correct gateway, which is the IP of the net qube that the app qube is currently connected to. If you haven’t deleted the default route rule yet, it will appear in the default line. You can also check in Qubes manager.
still dont get a connection…
Maybe I need to adapt the DNS config I think.
In the log I get the this info: INFO[0005] [UDP] 198.18.0.1:56774 ↔ 10.139.1.2:53
198.18.0.1 is the TUN IP Adress
10.139.1.2 is the qubes whonix dns ?
Can you reach an IP with your current setup? Like curl -IL 1.1.1.1 ?
Also, open Onion Circuits in sys-whonix and see if you can see your proxy IP there.