Wireguard
Setting up WireGuard
Installing
apt-get install linux-generic
add-apt-repository ppa:wireguard/wireguard
apt-get install wireguard-dkms wireguard-toolsecho "wireguard" | sudo tee -a /etc/modulesmodprobe wireguardSetting up the VPN
Create Public and Private Keys
Create Network Interface
Peer the clients
Setting Static Configuration
List of sources
Last updated
Was this helpful?