To clarify first:
All IPsec-related logs can be reviewed from Services → VPN → IPsec
() on router’s WebUI.
Since it’s difficult to pinpoint the exact cause without full logs, here are a few troubleshooting steps worth checking right away:
Confirm Azure VPN Gateway’s current public IP — if it changed and your DDNS client hasn’t updated or isn’t resolving properly, tunnels won’t re-establish.
Check IPsec status after restart via CLI and WebUI:
/etc/init.d/swanctl get_status
If your tunnels attempt to reconnect but still fail, please collect and share the latest full tunnel establishment logs (found in Services → VPN → IPsec Logs:).
Would you mind reviewing these and letting me know what you find? We can then narrow it down further.
It is likely that your primary suspicion is correct. Based on the logs, your DYNU hostname bernhard01.dyn.timepark.customer.parkly.cloud is currently resolving to 162.216.242.208, while your IPsec configuration is attempting to negotiate with 51.120.1.165. Since these don’t match, it indicates one of two likely scenarios:
Azure’s public IP has changed, and your DYNU DDNS client didn’t update the record. or
51.120.1.165 was manually configured in your IPsec configuration, overriding the DDNS-resolved address.
This essentially points to a DDNS sync issue or a stale A record on DYNU.
To confirm this:
From an external management PC (on a different ISP or network), run:
nslookup vpn.timepark.customer.parkly.cloud
Check whether it resolves to 51.120.1.165 or 162.216.242.208.
2. Then, log in to your Azure portal, and check the current public IP of your VPN gateway.
If Azure shows a different public IP than 162.216.242.208, it confirms that DYNU didn’t receive the updated IP from Azure.
Quick potential workaround/fix:
Manually update the DYNU hostname record via the DYNU portal to reflect the current public IP of your Azure VPN gateway.
Once that’s done, restart the DDNS and IPsec services on your Teltonika device:
Ok, I quit my job. Seems that our bill to DYNU was not paid. And by adding my private credit card, the services are now working again. Sorry for wasting everyones time.