this post was submitted on 01 Jan 2024
1 points (100.0% liked)

WireGuard

3 readers
1 users here now

WireGuard - a fast, modern, secure VPN Tunnel.

founded 1 year ago
MODERATORS
 
This is an automated archive.

The original was posted on /r/wireguard by /u/gurkalurka on 2024-01-01 15:40:09+00:00.


I am able to connect to the endpoint, but i can't ssh into the internal IPs nor route outbound to the internet from this endpoint. Hoping someone can point out my mistake in the setup. Have tried lots of different settings with no luck.

Here is my server config (Rocky Linux 8):

[Interface]
Address = 10.66.66.1/24
SaveConfig = true
ListenPort = 51820
PrivateKey = xxx
[Peer]
PublicKey = xxx
PresharedKey = g4z2ErouHKhrD34nBWX65H6dkBRWF/f364StFk1EgCQ=
Endpoint = :61365

[Peer]
PublicKey = xxx
PresharedKey = xxx
AllowedIPs = 10.66.66.0/24

and my client config:

[Interface]
PrivateKey = xxx
Address = 10.66.66.2/32
DNS = 8.8.8.8, 1.1.1.1
[Peer]
PublicKey = xxx
PresharedKey = xxx
AllowedIPs = 0.0.0.0/0
Endpoint = :51820
PersistentKeepalive = 25

no comments (yet)
sorted by: hot top controversial new old
there doesn't seem to be anything here