VPN Configuration Guide for Sensitive Cloud
A Virtual Private Network (VPN) enables connection to secure environments isolated from the public internet. CERIT-SC utilizes WireGuard VPN technology. To access the VPN, you must first request access and configuration details.
Refer to the next section for obtaining access.
Obtaining VPN Access
If you’re interested in accessing secure resources through our VPN solution, please reach out to our support:
trusted(at)e-infra.cz.
Connecting to VPN with WireGuard
Below is a guide detailing how to configure WireGuard VPN using provided configuration files you received upon registration.
Windows
-
Install WireGuard:
Download the WireGuard installer for Windows here and follow installation instructions. -
Create Configuration File:
- Create a configuration file named
sensitive-vpn.conf
. Save this file securely within your personal directory, for example: - Example configuration file contents (replace placeholders with values provided by our support team):
- Create a configuration file named
-
Launch WireGuard Application.
-
Import VPN Configuration:
- From the WireGuard interface, click “Import tunnel(s) from file”.
- Select the previously created
sensitive-vpn.conf
.
- Connect to VPN:
- Select the imported VPN tunnel.
- Click “Activate”.
- Disconnecting:
- To deactivate the VPN, select the active tunnel and click “Deactivate”.
Linux
-
Install WireGuard:
- Follow official WireGuard installation instructions for your Linux distribution found here.
-
Configure VPN:
- Create the file
/etc/wireguard/wg0.conf
with the configuration details provided by our support team. - Example configuration file:
- Create the file
-
Start VPN:
- Open your terminal and execute:
-
Check VPN Status: To verify if the VPN tunnel is active, run:
-
Disconnect VPN:
To deactivate the VPN tunnel, execute:
MacOS
Install WireGuard:
-
Download and install WireGuard VPN Client from the Mac App Store.
-
Create VPN Configuration:
- Securely create the file sensitive-vpn.conf in your home directory (e.g.,
/Users/<username>/sensitive-vpn.conf
) with contents provided by our support team. - Example configuration:
- Securely create the file sensitive-vpn.conf in your home directory (e.g.,
-
Launching WireGuard Application.
-
Import VPN Configuration File:
- Open WireGuard, select “Import tunnel(s) from file”.
- Choose your previously created configuration file (sensitive-vpn.conf).
-
Activate VPN Connection:
- Select imported configuration and click “Activate”.
-
Disconnect VPN:
- To disconnect, select the active VPN tunnel and click “Deactivate”.
Last updated on