Hello everybody. I appreciate whonix community.
I wanna use whonix workstation as IDE interpreter. (for making my program anonymously connect internet ).
I think the best secure way is using IDE in workstation, but IDE is too heavy to run in VM.
So, I think about the way that using IDE in host OS and using workstation as IDE interpreter.
Then I read these articles.
1.Adding a Host-Only Networking Adapter to Whonix-Workstation / SSH into Whonix-Workstation
2.SSH into Whonix-Gateway
3.SSH into Whonix-Workstation
My scheme is using SSH port fowarding, and configure IDE to use workstation as interpreter with ssh.
( SSH: host > VM1(hiding host MAC address) > VM2(workstaion) > VM3(gateway) > internet )
I made below settings by myself.
Please advise me. These settings are secure?
Host OS VM settings
Hostonly network adpeter(vboxnet0)
IP 192.168.33.1
Netmask 255.255.255.0
(DHCP Server is disabled)
VM1(hiding host MAC address)
Host only adapter(vboxnet0)
IP 192.168.33.2
Netmask 255.255.255.0Internal Network (“SSH”)
IP 192.168.10.1
Netmask 255.255.192.0
VM2(workstaion)
Internal Network (“SSH”)
IP 192.168.10.2
Netmask 255.255.192.0Internal Network (“Whonix”)
IP 10.152.152.50
Netmask 255.255.192.0
Gateway 10.152.152.10
DNS 10.152.152.10
VM3(Whonix gateway)
Whonix gateway default settings