Problem with WireGuard Client
I use wg-easy to setup a VPN at AWS and all my devices (phone, mac, etc...) can connect to it, but the Firewall VPN Client does not connect (gives an error). Likely because the profile is using a PresharedKey (in addition to the client private key)
This is a redacted version of my profile:
[Interface]
PrivateKey = <private>
Address = 10.8.0.3/24
DNS = 1.1.1.1
[Peer]
PublicKey = <public>
PresharedKey = <key>
AllowedIPs = 0.0.0.0/0, ::/0
PersistentKeepalive = 0
Endpoint = <ip>:51820
Please sign in to leave a comment.
Comments
1 comment