Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
infra:wireguard [2025/11/10 12:42] – [How to access Calypso servers using Wireguard] ask the staff, not Rémi marcinfra: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:staff|staff]] will provide you an access to the wireguard VPN, in the form of a configuration file named ***wgXXX.conf***.
  
-==== How to access Calypso servers using Wireguard ====+:!: Don't use the the same wireguard configuration on multiple computers at the same time!
  
-Ask the [[infra:staff|staff]] to get your access to the `wireguard` VPN +Install wireguard as described [[https://www.wireguard.com/install/|here]].
- +
-Install a `wireguard` client on your device : +
  
 ==== Linux ==== ==== Linux ====
  
-Put your personnal configuration file **wgXXX.conf** that we provided you in your wireguard directory in **/etc/wireguard/**+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+Then you can bring the interface up or down using the wg-quick
  
   # Connect the VPN   # Connect the VPN
-  wg-quick up wg42+  sudo wg-quick up wgXXX
      
   # Disconnect the VPN   # Disconnect the VPN
-  wg-quick down wg42+  sudo wg-quick down wgXXX
      
- 
-More info for other platforms at : [[https://www.wireguard.com/install/|Official Wireguard installation guide]] 
  
 ==== Windows ==== ==== Windows ====
Back to top