luca2 Posted July 17, 2021 Share Posted July 17, 2021 Hi, I have been reading about how to setup whonix vms (gateway+ws) on kvm on top of a linux host. Since we do have kvm already in unraid, it should be possible to setup gateway+ws directly using our gui to create vm´s. How it works: https://www.whonix.org/wiki/Main_Page#design Specific KVM instructions: https://www.whonix.org/wiki/KVM Regarding the KVM setup on top of a linux machine, there is one aspect I am not sure if it can be done in our environment, I mean defining the networks that should be setup. There should be added 2 virtual networks: sudo virsh -c qemu:///system net-define Whonix_external*.xml sudo virsh -c qemu:///system net-define Whonix_internal*.xml they should be activated: sudo virsh -c qemu:///system net-autostart Whonix-External sudo virsh -c qemu:///system net-start Whonix-External sudo virsh -c qemu:///system net-autostart Whonix-Internal sudo virsh -c qemu:///system net-start Whonix-Internal and then the avtual vm´s could be imported: sudo virsh -c qemu:///system define Whonix-Gateway*.xml sudo virsh -c qemu:///system define Whonix-Workstation*.xml. Since I am not a network/linux expert, I wanted to ask if setting up the network part can be done in Unraid. I assume that the virtual network should be isolated from the rest of the unraid host/guests networks. I think it can be done but would appreciate if anyone can help me out or at least point me in the right direction. Hope to hear some answers or maybe even some experiences from someone that already have tried this before. Rgds Quote Link to comment
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.