Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| infra:wireguard [2025/01/08 16:04] – remi | infra:wireguard [2025/11/18 13:37] (current) – some more details marc | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| ===== Wireguard access ===== | ===== Wireguard access ===== | ||
| + | ==== How to access Calypso servers using Wireguard ==== | ||
| - | ==== Architecture ==== | + | The [[infra: |
| - | ==== How to access Calypso servers using Wireguard | + | :!: Don't use the the same wireguard configuration on multiple computers at the same time! |
| - | Ask the current Wireguard admin to get a personal configuration / key and access the VPN : Rémi | + | Install |
| - | + | ||
| - | Install | + | |
| ==== Linux ==== | ==== Linux ==== | ||
| - | Put your personnal configuration file **wgXXX.conf** that we provided you in your wireguard directory in **/ | + | 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 wrapper script | + | Then you can bring the interface up or down using the wg-quick |
| # Connect the VPN | # Connect the VPN | ||
| - | wg-quick up wg42 | + | |
| | | ||
| # Disconnect the VPN | # Disconnect the VPN | ||
| - | wg-quick down wg42 | + | |
| | | ||
| - | |||
| - | More info for other platforms at : [[https:// | ||
| ==== Windows ==== | ==== Windows ==== | ||
