If I ping my wireguard server virtual IP from client it gets 100% loss. I’m using a router as a repeater in my wireguard server, maybe this is blocking something?
Anyways, find attached my server and client configurations.
[Interface]
PrivateKey =
Address = 10.9.0.1/24
ListenPort = 50888
[Peer]
PublicKey =
AllowedIPs = 10.9.0.2/32
[Peer]
PublicKey =
AllowedIPs = 10.9.0.3/32
[Interface]
PrivateKey =
Address = 10.9.0.2/24
DNS = 8.8.8.8, 1.1.1.1
MTU = 1420
[Peer]
PublicKey =
AllowedIPs = 0.0.0.0/0
Endpoint = ******:50888
PersistentKeepalive = 25