Wireguard server connected but no internet from client

Double check the keys via ssh fixed my issue. It was some character missing in the wgclient.psk section :thinking:

Thank you for all your assistance

[Interface]
PrivateKey = <Client private key wgclient.key>
Address = 192.168.9.2/32
DNS = 9.9.9.9, 149.112.112.112

[Peer]
PublicKey = <server public key wgserver.pub>
PresharedKey = < client PresharedKey wgclient.psk >
AllowedIPs = 0.0.0.0/0
Endpoint = PUBLIC_IP:51820
1 Like