You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
1. Delete the IPv4 address from the control interface of the Workstation (The workstation should be completely isolated from the public net, but due to the VW environement this is not possible)
51
+
52
+
commands on Workstation:
53
+
54
+
sudo ip addr del 10.2.33.222 dev eno1
55
+
56
+
2. Install tor on the Gateway
57
+
58
+
commands on the Gateway:
59
+
60
+
see https://www.torproject.org/docs/debian.html.en#ubuntu
61
+
62
+
3. Start Tor on the Gateway
63
+
64
+
commands on Gateway:
65
+
sudo /etc/init.d/tor restart
66
+
tor
67
+
68
+
4. Set the default gateway and the DNS server on the Workstation to Gateway
69
+
70
+
commands on Workstation:
71
+
72
+
sudo nano /etc/resolv.conf
73
+
74
+
Add/uncomment/change to:
75
+
76
+
nameserver 192.168.1.1
77
+
78
+
sudo route add default gw 192.168.1.1
79
+
80
+
5. Use the Tor proxy for all connections on the Workstation
0 commit comments