cliente wireguard Debian estable.
Server OpenBSD:
[Interface]
PrivateKey = aaaa=
ListenPort = 51820
# client Debian:
[Peer]
PublicKey = bbbb=
AllowedIPs = 10.0.0.2/32
-----------------------
Client Debian:
[Interface]
## VPN client private IP address ##
Address = 10.0.0.2/24
## VPN client private key ##
PrivateKey = Debian=
[Peer]
## VPN server public key ##
PublicKey = openbsd=
## VPN server public IP address and port ##
Endpoint = 104.167.242.200:51820
## Route all the traffic through the VPN tunnel ##
AllowedIPs = 0.0.0.0/0
## Key connection alive ##
PersistentKeepalive = 15
Reply to: