{{Header}} {{Title|title= Multiple {{project_name_workstation_long}} }} {{#seo: |description=Compartmentalization. Better separation of different tasks and/or pseudonyms by using multiple {{project_name_workstation_short}}. |image=Petunia-14052640.jpg }} {{multiple-vms-mininav}} [[image:Petunia-14052640.jpg|thumb]] {{intro| Compartmentalization. Better separation of different tasks and/or pseudonyms by using multiple {{project_name_workstation_short}}. }} = Introduction = {{project_name_short}} is a secure operating system comprised of two virtual machines which are isolated both from each other and the host. This configuration averts many threats posed by malware, misbehaving applications and user error. While {{project_name_short}} protects against many real world threats, See: [[Whonix against Real Attacks|Protection Against Real World Attacks]]. it is still possible for skilled adversaries to compromise {{project_name_workstation_short}} ([[Qubes|{{q_project_name_short}}]]: {{project_name_workstation_vm}}). If a single {{project_name_workstation_short}} is used for all anonymous activities and is exploited, the attacker gains access to available data and can monitor all online activity. To minimize the impact of a compromise, it is recommended to utilize multiple {{project_name_workstation_short}} to compartmentalize different identities and/or additional software. Depending on individual preferences and requirements, a second, third ... nth {{project_name_workstation_short}} VM can be created. == Multiple {{project_name_workstation_short}} Rationale == Different torifed clients can be used in a completely isolated manner with Multiple {{project_name_workstation_short}}. By compartmentalizing each different identity or client, an attacker can only read the data in the compromised VM. For example, if Tor Browser in VM-1 was compromised it could not read a user's IRC identity in VM-2. Without using an additional exploit to successfully break out of the infected VM, which is a difficult task. One disadvantage of this configuration is that if the host Internet connection goes offline or Tor on {{project_name_gateway_short}} ({{project_name_gateway_vm}}) suddenly fails, then all {{project_name_workstation_short}} will go offline simultaneously. If multiple Tor clients were running and abruptly stop in unison, a network observer could link these activities to the same identity (pseudonym). For instance, a strong correlation is formed if two Tor users in one chat channel go offline at exactly the same time. == {{q_project_name_short}} vs {{non_q_project_name_short}} == [[Qubes|{{q_project_name_short}}]] is the recommended choice for multiple {{project_name_workstation_short}} because it is specifically designed for compartmentalization (a.k.a. sandboxing) of multiple running VMs. This provides significant speed and security advantages relative to the traditional Type 2 hypervisor model, where two (or more) {{project_name_short}} VMs are run inside programs like [[VirtualBox]] on top of the host OS. For further information, see: [[Virtualization_Platform_Security#Type_1_vs_Type_2_Hypervisors|Type 1 vs Type 2 Hypervisors]] and [[Qubes/Why_use_Qubes_over_other_Virtualizers|Why use Qubes over other Virtualizers?]] {{q_project_name_short}} also has a TemplateBased filesystem which saves time and improves usability compared to {{non_q_project_name_short}}: * Centralized Updates: [https://www.qubes-os.org/doc/glossary/#app-qube App Qubes] are based on the corresponding Template's root filesystem. After updating the Template, those same updates will be reflected in the root filesystem of every [https://www.qubes-os.org/doc/glossary/#app-qube App Qube]. [[Non-Qubes-Whonix|{{non_q_project_name_short}}]] users must spend more time in updating each VM individually. * Minimal Disk Usage: App Qubes require far less disk space than traditional VMs since the App Qube's root filesystem is based on the corresponding template. The App Qube only requires enough disk space to hold user files in the /home directory. * VM Management: Cloning VMs is a simple two-step process which can be done in Qube Manager. {{non_q_project_name_short}} requires a multi-step process to clone and configure each VM. = Safety Precautions = {{mbox | image = [[File:Ambox_warning_pn.svg.png|40px|alt=warning]] | text = While multiple {{project_name_workstation_short}} are recommended, this is not an endorsement for using them simultaneously! }} It is safest to only use one {{project_name_workstation_short}} at a time and for a single activity. New risks are introduced by running multiple {{project_name_workstation_short}} at the same time. For instance, if a single {{project_name_workstation_short}} was compromised, it could potentially perform various side channel attacks to learn about running processes in other VMs, and not all of these can be defeated. Depending on user activities, a skilled adversary might be able to correlate multiple {{project_name_workstation_short}} to the same pseudonym. Therefore, ideally, shut down all but one {{project_name_workstation_short}} before using any other {{project_name_workstation_short}}. = Cross-VM Attack Vectors = '''Table:''' ''Cross-VM Attack Vectors'' {| class="wikitable" |- ! scope="col"| '''Category''' ! scope="col"| '''Description''' |- !- scope="row" | Attacks via the shared bridge | Multiple workstation VMs are all connected to the gateway using the same virtual bridge; they share an IP subnet. A variety of attacks permit devices sharing a bridge to view or steal one another's traffic, or to impersonate one another at the IP layer. The exact attacks available depend on the specific bridge implementation, but some are always available. At a minimum, VMs sharing a bridge can always trivially detect one another, and determine one another's local IP addresses on the bridge, simply by watching broadcast traffic like ARP and IPv6 neighbor discovery. The snooping and impersonation vulnerabilities are particularly dangerous because the communication between the Tor process running on the gateway and the client programs running on the workstation is neither encrypted nor cryptographically authenticated. Connections are made either using the (cleartext) SOCKS5 protocol or using Tor's transparent connection proxying feature. Even if the actual application data are encrypted, DNS lookups and circuit creation data are always sent in the clear. A workstation VM that intercepts another workstation's bridge traffic is in a position to know the destinations of all outgoing connections over Tor from that other workstation, as well as the timing and volume of traffic sent over each such connection. It may also be possible to intercept Tor control traffic generated by the "new identity" button. If the user sends cleartext data at the actual application layer, then hostile VMs are in a position to steal those data as well. In effect, none of the workstation VMs receives Tor's core protections with respect to the other workstation VMs. Although many things in each workstation may be protected against the other workstations, for Tor purposes all of the VMs effectively share the same compartment. This could be mitigated by providing each workstation VM with a separate virtual bridge and a separate virtual interface on the gateway VM. The gateway configuration should also be reviewed to make sure that the gateway isn't routing unnecessary traffic between the workstations at the IP layer. For a potential remedy see [[Connections between Gateway and Workstation|Connections between {{project_name_gateway_short}} and {{project_name_workstation_short}}]]. |- ! scope="row"| Distributed Denial of Service (DDOS) Attack | An adversary that managed to compromised a VM with [[Malware and Firmware Trojans|malware]] could stress any system such as CPU, GPU, HDD, RAM, network connection and other {{project_name_workstation_short}}. If a [https://en.wikipedia.org/wiki/Denial-of-service_attack Distributed Denial of Service (DDOS) Attack] is launched from an infected {{project_name_short}} VM, then: * {{project_name_gateway_short}}: ** The {{project_name_gateway_short}} can also be DDOSed, and there is no current defense. This might bring down networking of any connected {{project_name_workstation_short}}. * {{project_name_workstation_short}} ** {{non_q_project_name_short}}: Other {{project_name_workstation_short}} can be DDOSed. For a potential remedy see [[Connections between Gateway and Workstation|Connections between {{project_name_gateway_short}} and {{project_name_workstation_short}}]]. ** {{q_project_name_short}}: Safe. * Potentially the host could be negatively affected as well. |- ! scope="row"| Local VM Fingerprinting | See [[VM Fingerprinting]]. |- ! scope="row"| Exploits against other {{project_name_gateway_short}} To minimize the threat of exploits it is recommended to apply relevant instructions found in the [[System_Hardening_Checklist|System Hardening Checklist]]. | Following infection, an adversary could try to exploit the {{project_name_gateway_short}}. |- ! scope="row"| Exploits against other {{project_name_workstation_short}} | Following infection, an adversary could try to exploit other {{project_name_workstation_short}}: * {{non_q_project_name_short}}: At risk. * {{q_project_name_short}}: Users are safe, unless {{project_name_gateway_short}} is compromised first. |- ! scope="row"| Identity Correlation through Circuit Sharing | When different applications use the same Tor circuit and exit relay, these activities can be linked to the same pseudonym (see [[Stream Isolation]] for further details): * {{non_q_project_name_short}}: ** If not compromised: Safe. Multiple {{project_name_workstation_short}} which have different internal IPs configured (see the instructions further below) are automatically [[Stream Isolation|stream-isolated]]. Since [https://web.archive.org/web/20170303015402/https://www.torproject.org/docs/tor-manual.html.en IsolateClientAddr] is the Tor default. ** If compromised: Not safe. Stream isolation might be broken through impersonating. A compromised VM could use the IP of another VM. Thereby break stream isolation. For a potential remedy see [[Connections between Gateway and Workstation|Connections between {{project_name_gateway_short}} and {{project_name_workstation_short}}]]. * {{q_project_name_short}}: Safe. |- ! scope="row"| Impersonation | Multiple {{project_name_workstation_short}} are supposed to have different internal IPs configured. Once a VM is compromised by malware it could attempt to impersonate another VM by taking its internal IP. * {{non_q_project_name_short}}: Same as above. * {{q_project_name_short}}: Safe. |- |} = How-to: Use more than One {{project_name_workstation_short}} - Easy = {{Tab |type=controller |content= {{Tab |title= =={{non_q_project_name_short}}== |type=section |image= |addToClass=info-box |active=true |content= {{Anchor|qubes}} {{mbox | type = notice | image = [[File:Ambox_notice.png|40px|alt=info]] | text ='''Note:''' The following instructions only apply to Download/Default-{{project_name_workstation_short}} or {{project_name_short}} VMs built from source code. To use another operating system like Windows, other GNU/Linux, BSD etc. please see the [[Other Operating Systems]] chapter instead. }} {{mbox | image = [[File:Ambox_warning_pn.svg.png|40px|alt=warning]] | text = Each additional {{project_name_workstation_short}} VM must have its own MAC address and internal LAN IP address. }} '''1.''' Clone a fresh {{project_name_workstation_short}} VM. * VirtualBox: In VirtualBox Manager, [https://dirkstrauss.com/clone-virtualbox-vm/ clone] a clean {{project_name_workstation_short}}. * KVM: In Virtual Machine Manager, clone a clean {{project_name_workstation_short}}: Highlight {{project_name_workstation_short}}OpenVirtual MachineClone '''2.''' Assign a new MAC address to the cloned VM. {{mbox | type = notice | image = [[File:Ambox_notice.png|40px|alt=info]] | text = '''Note:''' A new MAC address is necessary if an additional [[VirtualBox]] VM is imported. }} * VirtualBox: In VirtualBox Manager, assign a new MAC address: VirtualBoxSettingsNetworkAdapter 1AdvancedMac AddressCreate a new MAC address (press the green round arrow icon)OK * KVM: To change the internal network in KVM, see: [[KVM#Creating_Multiple_Internal_Networks|Creating Multiple Internal Networks]]. '''3.''' Edit the network interfaces file in {{project_name_workstation_short}}. {{CodeSelect|code= sudoedit /etc/network/interfaces.d/30_non-qubes-whonix }} Ignore all lines starting with a hashtag ("#"). That is because comments are only for documentation and notes. However, comments are ignored by the system. Look for line address 10.152.152.11. Change the last octet. For example, change 10.152.152.1'''1''' to 10.152.152.1'''2''' Save and exit. '''4.''' Review your changes. The following command is optional but handy to show all file contents without comments. {{CodeSelect|code= cat /etc/network/interfaces.d/30_non-qubes-whonix {{!}} grep --invert-match \# }} That should show for example:
auto lo
iface lo inet loopbackg

auto eth0
iface eth0 inet static
       address 10.152.152.12
       netmask 255.255.192.0
       gateway 10.152.152.10
It would even be possible to replace the contents of that config file will above contents. When using more than 1 additional Whonix-Workstation however 10.152.152.12 should be changed to 10.152.152.13 and so forth. '''5.''' Reboot. Reboot the {{project_name_workstation_short}} or alternately restart the network. {{CodeSelect|code= sudo service networking restart }} '''6.''' Done. }} {{Tab |title= =={{q_project_name_short}}== |content= '''1.''' Create an additional App Qube based on the {{project_name_workstation_short}} Template ({{project_name_workstation_template}}) and give it a distinctive name such as for example {{project_name_workstation_vm}}2. (A more distinctive name is desirable.) '''2.''' Confirm the new {{project_name_workstation_short}} App Qube is using a {{project_name_gateway_short}} (such as for example the default {{project_name_gateway_vm}}) as its [https://www.qubes-os.org/doc/glossary/#net-qube net qube]. If creating a new App Qube is unfamiliar, follow this step-by-step instructions: {{box|text= '''Figure:''' ''App Qube Creation using Qubes VM Manager (QVMM)'' {{ContentImage| [[Image:Create_Qubes-Whonix-Workstation_AppVM.png|App Qube Creation using Qubes VM Manager (QVMM)]] }} '''A.)''' Create Qubes-{{project_name_workstation_short}} App Qube '''B.)''' Name and label: Name the App Qube. Don't include any personal information (if the App Qube is compromised, the attacker could run qubesdb-read /name to reveal the VM name). Name the App Qube something generic, for example: {{project_name_workstation_vm}}-2. '''C.)''' Color: Choose a color label for the {{project_name_workstation_short}} App Qube. '''D.)''' Use this template: Choose the {{project_name_workstation_short}} Template. For example: {{project_name_workstation_template}}. '''E.)''' Standalone: Leave the Standalone field unchecked, unless a persistent root filesystem is desired. '''F.)''' Type: Choose the type App Qube. '''G.)''' Allow networking: Choose the desired {{project_name_gateway_short}} ProxyVM from the list. For example: {{project_name_gateway_vm}}. '''H.)''' Press: OK. '''I.)''' Open a dom0 terminal. '''J.)''' Add qvm-tag anon-vm to the newly created App Qube. [[Dev/Qubes#qvm-tags|Developer documentation about qvm-tags]] Note: Replace {{project_name_workstation_vm}}-2 with the actual name of the VM. {{CodeSelect|code= qvm-tags anon-whonix-2 add anon-vm }} '''M.)''' Done. }} '''3.''' Depending on the net qube setting. {{Tab |type=controller |content= {{Tab |title= ===If you are using the default sys-whonix as gateway=== |type=section |addToClass=info-box |active=true |content= If the {{project_name_workstation_short}} App Qube is connected to {{project_name_gateway_vm}}: No special instructions required. }} {{Tab |title= ===If you are using a gateway other than sys-whonix=== |content= If the {{project_name_workstation_short}} App Qube is connected to any {{project_name_gateway_short}} other than {{project_name_gateway_vm}}, apply the following instructions: The other gateway should be set up according to the instructions on the [[Multiple Whonix-Gateway]] wiki page. {{box|text= Note: Inside the {{project_name_workstation_short}} App Qube. '''A.)''' Create folder /usr/local/etc/sdwdate-gui.d. {{CodeSelect|code= sudo mkdir -p /usr/local/etc/sdwdate-gui.d }} '''B.)''' Open with root rights. {{CodeSelect|code= sudoedit /usr/local/etc/sdwdate-gui.d/50_user.conf }} '''C.)''' Add the following text. Note: The following example uses {{project_name_gateway_vm}}-2 as an example. Replace {{project_name_gateway_vm}}-2 with the name of the VM of {{project_name_gateway_short}} which this {{project_name_workstation_short}} App Qube uses as its net qube. For example, {{project_name_gateway_vm}}-3. {{CodeSelect|code= gateway={{project_name_gateway_vm}}-2 }} '''D.)''' Save the file. '''E.)''' Restart the VM. Or restart sdwdate-watcher (sdwdate-gui). {{CodeSelect|code= killall sdwdate-watcher }} {{CodeSelect|code= /usr/libexec/sdwdate-gui/start-maybe }} '''F.)''' In case of issues. sdwdate-gui qrexec denied messages? See [[Qubes/Troubleshooting#sdwdate-gui_qrexec_settings|{{q_project_name_short}} troubleshooting, sdwdate-gui qrexec]]. }} }} '''4.''' Done. The process of setting up an additional {{project_name_workstation_short}} App Qube has been completed. }} }} }} = How-to: Use more than One {{project_name_workstation_short}} - More Security = {{Anchor|Firewall}} * [[Qubes|{{q_project_name_short}}]]: This step can be skipped. By default, App Qubes which are behind the same net qube are prevented from connecting to each other in Qubes. * [[Non-Qubes-Whonix|{{non_q_project_name_short}}]]: See: [[Connections between Gateway and Workstation|Connections between {{project_name_gateway_short}} and {{project_name_workstation_short}}]]. = See Also = {{multiple-vms-mininav}} * [[Whonix-Workstation]] * [[Whonix-Workstation_to_Whonix-Workstation_Connections|Connections between two different Whonix-Workstations]] = Footnotes = {{reflist|close=1}} {{Footer}} [[Category:Documentation]]