This is an old revision of the document!


Wireguard access

Architecture

How to access Calypso servers using Wireguard

Ask the staff to get your access to the `wireguard` VPN

Install a `wireguard` client on your device :

Linux

Put your personnal configuration file wgXXX.conf that we provided you in your wireguard directory in /etc/wireguard/

Then you can bring the interface up or down using the wrapper script wg-quick

# Connect the VPN
wg-quick up wg42

# Disconnect the VPN
wg-quick down wg42

More info for other platforms at : Official Wireguard installation guide

Windows

Install the wireguard executable then import your personnal configuration file wgXXX.conf that we provided you using the GUI.

Edit this page
Back to top