aAPT
dDebian
fFFmpeg
jJava
mMercurial: Usage
oOCaml
pPostgreSQL

Home Applications Wireguard

Wireguard Peer (Windows)

1. Install windows client (same as for endpoint installation).

2. Click Add TunnelAdd empty tunnel

3. Save generated public key (needed for endpoint/server configuration).

4. Sample tunnel configuration:

[Interface]
PrivateKey = PEER_PRIVATE_KEY (generated automatically)
Address = 10.10.1.2/24

[Peer]
PublicKey = SERVER_PUBLIC_KEY
AllowedIPs = 10.10.1.1/32
Endpoint = SERVER_EXTERNAL_IP_ADDRESS:51821

Hint: run wg on server to get its public key.


See also

Endpoint configuration (Windows)