Uhrzeit im Gateway und der Workstation umstellen?

1 Antwort

Hey!du kannst deine Zeit automatisch Synchronisieren lassen via bash Befehlen.

Gateway (Whonix-Gateway):

bash

sudo service ntp restart

bash

sudo systemctl restart ntp

Workstation (Whonix-Workstation):

bash

sudo service ntp restart
Oder Manuell

Für beide VMs (Gateway und Workstation):

bash

sudo date -s "YYYY-MM-DD HH:MM:SS"

bash

sudo dpkg-reconfigure tzdata
In Virtualbox:

In den VirtualBox-Einstellungen für jede VM:

System → Erweitert → Hardware-Uhr in UTC: aktivieren

bash

sudo systemctl restart sdwdate

LG: Himari 💕

Woher ich das weiß:eigene Erfahrung