Air-gapped Systems
Important notes for air-gapped/offline systems
- The normal installation process requires an Internet connection (moving the system into a DMZ is recommended)
- The offline installation process does not require any network connectivity: Offline Installation
- Air-gapped systems will only receive updated features (like YARA) when installed and upgraded with an active Internet connection. We recommend moving the system into a DMZ during these windows.
- All third-party integrations (e.g. Reputation API, geolocation/WHOIS lookup) require an Internet connection.
- The "File download" feature is not available in air-gapped environments.
To run the sandbox in an offline environment without any errors, the following setting must be applied (after completing the installation process in an online environment).
The "offlineMode=true" setting is automatically added when an Offline Installation is performed.
There is no need to apply any futher changes!
Please open /home/sandbox/sandbox/transform.cfg
using a text editor and add the following line:
offlineMode=true
Please remember to save the configuration file and restart the sandbox
service:
sudo service sandbox restart
Was this page helpful?