Linux VPN Wireguard

Wireguard on Debian 11 – quick howto

Create the local configuration: Host parameters: Remote host (peer) public IP: 1.2.3.4 Local host public IP: 6.7.8.9 Address of (local) Wireguard interface (wg0): 10.10.10.1/32 Wireguard listen port: 51820 Local private key: xxxx Local public key: yyyy Remote public key: zzzz Remote network address: 10.0.0.0/24 Local network address: 192.168.1.0/24 Create the private key: wg genkey | […]