{{Header}} {{Title|title=
{{project_name_long}} Offline Mode
}} {{#seo:
|description=Using {{project_name_short}} offline for example for vault VMs.
|image=Offline_Mode123124.png
}} [[File:Offline_Mode123124.png|thumb]]
= Introduction =
On offline systems it makes sense to disable [[sdwdate]] and [[Boot Clock Randomization]] since it's not needed in offline VMs and can interfere with [[Two-factor authentication 2FA|Two-factor Authentication (2FA)]] code generators. [
Could interfere with TOTP (time-based one-time password) based 2FA code generators.
]
= Instructions =
'''1.''' Disable networking.
* If a VM, remove its network interface or its virtual network cable.
* If a physical computer, remove its networking hardware if possible. Do not connect a LAN cable and turn off WiFi.
'''2.''' Disable sdwdate.
{{CodeSelect|code=
sudo systemctl mask sdwdate
}}
'''3.''' Disable bootclockrandomization.
{{CodeSelect|code=
sudo systemctl mask bootclockrandomization
}}
'''4.''' Done.
= Footnotes =
{{Footer}}
[[Category:Documentation]]