Hello there,
My setup is as follows
FritzBox <—-ISP—-> wireguard Tunnel <—ISP—> Mikrotik
The wireguard service on Mikrotik is setup to listen on port 9999, with the required firewall rules defined to accept input packets only for that port.
On the other end, the Fritz connects on that port and exposes port Y for wireguard connection.
The connection works; however- at random times- it drops and the Mikrotik’s logs mention the impossibility to complete the handshake.
The only way to reset it, is to go on the Mikrotik and change listening port 9999 to (example) 9998.
By doing so the connection re-establish, and I can see the fritz side that - despite was configured to connect on port 9999 - has established the connection through 9998.
If after the ‘recovery’ I switch back again to 9999, it’ll work again. Until the next ‘hang’ condition.
Considering that I don’t have input rules accepting connections on port 9998 this is extremely odd.
Anyone with similar experience?