From c181653b6d0fcdcb65c1748a25d34ee2d145582e Mon Sep 17 00:00:00 2001 From: Patrick Schleizer Date: Sat, 6 Jan 2018 15:50:42 +0100 Subject: [PATCH] install Whonix using salt https://github.com/QubesOS/qubes-issues/issues/3447 --- privacy/whonix-install.md | 22 +++------------------- 1 file changed, 3 insertions(+), 19 deletions(-) diff --git a/privacy/whonix-install.md b/privacy/whonix-install.md index d8f1cd6f..e539be14 100644 --- a/privacy/whonix-install.md +++ b/privacy/whonix-install.md @@ -28,36 +28,20 @@ If you answered no, have a look at the [about](https://www.whonix.org/wiki/About Launch the `dom0` terminal `Konsole` from your Qubes App Launcher. Then enter the following command to install the Whonix-Gateway and Workstation TemplateVMs. ~~~ -sudo qubes-dom0-update --enablerepo=qubes-templates-community qubes-template-whonix-gw qubes-template-whonix-ws +sudo qubesctl state.sls qvm.anon-whonix ~~~ Download will take a while and there will be no progress indicator. -After doing this, you should see two new TemplateVMs in the VM Manager called `whonix-gw` and `whonix-ws` +After doing this, you should see two new TemplateVMs in the VM Manager called `whonix-gw` and `whonix-ws` as well as a `whonix-gw` TemplateBased ProxyVM called `sys-whonix` as well as a `whonix-ws` based AppVM called `anon-whonix`. ### Enabling AppArmor This is an optional security enhancement (for testers-only). If you’re technical & interested, see [Enabling AppArmor](/doc/privacy/customizing-whonix/). -### Configuring Whonix VMs - -Create a **Whonix-Gateway** ProxyVM by clicking on `Create a New VM` and select `whonix-gw` as the template and select ProxyVM as the type. - -![Create Whonix-Gateway ProxyVMs](/attachment/wiki/Whonix/Create_Qubes-Whonix-Gateway_ProxyVM.png) - -Create a **Whonix-Workstation** AppVM by clicking on `Create a New VM` and select `whonix-ws` as the template and select AppVM (should be default) as the type. - -![Create Workstation AppVMs](/attachment/wiki/Whonix/Create_Qubes-Whonix-Workstation_AppVM.png) - -Configure the **Whonix-Gateway TemplateVM** to use the `sys-whonix` ProxyVM that you just created. - -![TemplateVM Proxy Settings](/attachment/wiki/Whonix/Qubes-Whonix-Gateway_TemplateVM_Qubes_VM_Manager_Settings.png) - -Great. You should be all done installing Whonix into Qubes. Use these two TemplateVMs and the ProxyVM you just added, like you would for any other VMs. - ### Running Applications -To start an application in the **Whonix-Workstation AppVM** that you created, launch it like any other- open the `Qubes App Launcher` and then select an app such as `Privacy Browser` which will then launch the Tor Browser +To start an application in the **anon-whonix AppVM**, launch it like any other - open the `Qubes App Launcher` and then select an app such as `Tor Browser`. ### Advanced Information