Wireguard Server Setup
Last updated
Last updated
Wireguard is the recommended VPN to get private channel access to your OpenG2P clusters and resources. Wireguard is a fast secure & open-source VPN, with P2P traffic encryption.
The document talks about setting up a Wireguard bastion host (Wireguard server) to enable a private channel to the Kubernetes cluster.
One Virtual machine running on the same network as the rest of the nodes, and has access to them. For recommended configuration of the VM refer to .
Docker installed on the VM
Clone the repo and navigate to the directory
Run this with root privileges:
For Example:
Make sure to edit the firewall rules of this VM to enable incoming traffic on the above UDP port (Default 51820) and disable incoming traffic on all other ports (excluding SSH)