[
Manual instructions for checking the ]qvm-tags. Should not be required. Only kept for reference.
{{box|text=
The fix is to make sure sys-whonix has the server tag and anon-whonix has the client tag.
{{IconSet|h1|0}} '''In dom0:'''
Open a dom0 terminal.
{{IconSet|h1|1}} '''Check sys-whonix tags:'''
Show which tags are currently set for sys-whonix.
{{CodeSelect|code=
qvm-tags sys-whonix
}}
{{IconSet|h1|2}} '''Expected output:'''
You should see sdwdate-gui-server in the list.
anon-gateway
audiovm-dom0
created-by-dom0
guivm-dom0
sdwdate-gui-server
{{IconSet|h1|3}} '''Add missing server tag:'''
Only needed if sdwdate-gui-server is missing. This command is idempotent, so it is OK to run it even if the tag already exists.
{{CodeSelect|code=
qvm-tags sys-whonix add anon-gateway sdwdate-gui-server
}}
{{IconSet|h1|4}} '''Multiple gateways:'''
Repeat steps {{IconSet|h1|1}} to {{IconSet|h1|3}} for any [[Multiple Whonix-Gateway]], if any.
{{IconSet|h1|5}} '''Check anon-whonix tags:'''
Show which tags are currently set for anon-whonix.
{{CodeSelect|code=
qvm-tags anon-whonix
}}
{{IconSet|h1|6}} '''Expected output:'''
You should see sdwdate-gui-client in the list.
anon-vm
audiovm-dom0
created-by-dom0
guivm-dom0
sdwdate-gui-client
{{IconSet|h1|7}} '''Add missing client tag:'''
Only needed if sdwdate-gui-client is missing. This command is idempotent, so it is OK to run it even if the tag already exists.
{{CodeSelect|code=
qvm-tags anon-whonix add anon-vm sdwdate-gui-client
}}
{{IconSet|h1|8}} '''Multiple workstations:'''
Repeat steps {{IconSet|h1|5}} to {{IconSet|h1|7}} for any [[Multiple Whonix-Workstation]], if any.
{{IconSet|h1|9}} '''Done.'''
}}
*