Build a WireGuard VPN
You may want to review the typographical conventions used on this site.
Install WireGuard Install the WireGuard packages and dependencies. On non-amd64 computers, adjust the linux-headers-amd64 package to match your architecture.
apt-get install build-essential linux-headers-amd64 dkms apt-get install wireguard-tools wireguard-dkms wireguard Configure WireGuard For the purposes of this tutorial, the following example network will be used:
Site-1 and Site-2 need to securely communicate over the Internet. Alice works at Site-1. Her laptop establishes a VPN to Site-1 when she is traveling.