Below the config of the MT
---------------------------------------
[admin@MikroTik] /interface/wireguard> print
Flags: X - disabled; R - running
0 R name="WireguardMain" mtu=1420 listen-port=13231 private-key="oMqbUKfIdzFWEmPFpnzeKn+UG9ZC0cM+CcJDZt5NWEU=" public-key="JLNDQMvNmh6fkmSyZfNhIuhdbjzKxFHlA+2fVcAckBY="
[admin@MikroTik] /interface/wireguard/peers> print
Columns: INTERFACE, PUBLIC-KEY, ENDPOINT-PORT, ALLOWED-ADDRESS, PERSISTENT-KEEPALIVE
# INTERFACE PUBLIC-KEY ENDPOINT-PORT ALLOWED-ADDRESS PERSISTENT-KEEPALIVE
;;; Smartphone
0 WireguardMain Me3l9bnlEdjP/MTqmAWjk2fU/0dwxvru3mkYKWB6Nks= 0 10.111.20.40/32 25s
;;; Smartphone-Backup
1 WireguardMain 0Ll0zS96Esim5eAzbwEluSpyGpp9PFLt4yDvDE4Q1zc= 0 10.111.20.42/32 25s
;;; Tablet
2 WireguardMain l1RVGBtvXo25HvHRrrxL/t7ro7x/nKAIUgoaacjVmQ8= 0 10.111.20.41/32 25s
;;; Desktop
3 WireguardMain tUluRiFoys7Uev+HYr+AKk4BYH+eyWGhSPpmaPL8OU0= 0 10.111.20.60/32 25s
---------------------------------------
Below now the Windows Config:
Note - the public Key of the "Desktop" Entry is: tUluRiFoys7Uev+HYr+AKk4BYH+eyWGhSPpmaPL8OU0= (and i double checked this - multiple times!)
---------------------------------------
[Interface]
Address = 10.111.20.60/32
DNS = 10.111.2.1/32
PrivateKey = uCbvO9OkVIfIoowhinf/c2T7Bc1QP7tq236HBdqwzXU=
[Peer]
AllowedIPs = 10.111.20.0/24, 10.111.2.0/24, 192.168.70.0/24, 192.168.71.0/24, 192.168.72.0/24, 192.168.73.0/24, 10.111.3.0/24, 10.111.4.0/24, 10.111.5.0/24
Endpoint = example.xyz:13231
PersistentKeepalive = 25
PublicKey = JLNDQMvNmh6fkmSyZfNhIuhdbjzKxFHlA+2fVcAckBY=
In my opinion everything is configured correct.
The error which is appearing in the windows log is still:
2023-11-07 15:32:04.522260: [TUN] [VPN] Handshake for peer 1 (37.85.XX.XX:13231) did not complete after 5 seconds, retrying (try 7)
2023-11-07 15:32:04.522260: [TUN] [VPN] Sending handshake initiation to peer 1 (37.85.XX.XX:13231)
2023-11-07 15:32:09.626017: [TUN] [VPN] Handshake for peer 1 (37.85.XX.XX:13231) did not complete after 5 seconds, retrying (try
2023-11-07 15:32:09.626017: [TUN] [VPN] Sending handshake initiation to peer 1 (37.85.XX.XX:13231)
Ideas?