Differences
This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
| infra:wireguard [2024/12/06 09:38] – created remi | infra:wireguard [2025/11/18 13:37] (current) – some more details marc | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| - | ===== Infrastructure : Wireguard ===== | + | ===== Wireguard |
| + | |||
| + | ==== How to access Calypso servers using Wireguard ==== | ||
| + | |||
| + | The [[infra: | ||
| + | |||
| + | :!: Don't use the the same wireguard configuration on multiple computers at the same time! | ||
| + | |||
| + | Install wireguard as described [[https:// | ||
| + | |||
| + | ==== Linux ==== | ||
| + | |||
| + | Put your personnal configuration file **wgXXX.conf** that we provided you in your wireguard directory in **/ | ||
| + | |||
| + | Then you can bring the interface up or down using the wg-quick | ||
| + | |||
| + | # Connect the VPN | ||
| + | sudo wg-quick up wgXXX | ||
| + | |||
| + | # Disconnect the VPN | ||
| + | sudo wg-quick down wgXXX | ||
| + | |||
| + | |||
| + | ==== Windows | ||
| + | |||
| + | Install the wireguard executable then import your personnal configuration file **wgXXX.conf** that we provided you using the GUI. | ||
