I have a wireguard vpn configuration on my router, the ports are open and the server configuration I think is correct, however, when I want to connect a client, it only shows me this error:
[TUN] [client1] Handshake for peer 1 (mi ip:51820) did not complete after 5 seconds, retrying (try 2)
It is the only error that reproduces
Next, I put the configuration of the client and server:
config peers ‘wg_peer_5088’
option name ‘wir’
option client_key
option private_key
option client_ip ‘10.0.0.2/32’
option public key 2
The server configuration is generated automatically because the router is compatible with wireguard(model flint GL-AX1800), only the client is being configured*
If somebody please, has so kind to help to resolve this issues i will appreciate.
If you’re absolutely sure UDP 51820 is forwarded from any upstream devices and there’s no firewall in the way (and your keys are correct) then try lowering the MTU (maybe you’re on DSL?).
Regarding point 2 yes its correct
point 3, I have already tried this without result
with the point 1 I will check it and I will tell you,
thank you so much.