Hello, I have a question about Mikrotik with LTE. I have one configured with a built-in DDNS option and connected to the company’s router via IPSEC, and of course the public IP address changes from time to time, but that’s not a problem update works fine and it generally works.
However, if I want use the same router with DDNS and Wireguard for remote connection from Windows 10 I cant’t see any traffic hit’s the firewall and it’s not possible to connect.
The same config with pub IP works fine so what’s the difference between DDNS with Ipsec and DDNS with Wireguard ?
Very similar in some regards… one needs an input chain rule to allow the wireguard port to hit the router itself.
As long as the dyndns rule resolves to the public IP of your router, you are golden.
If the public IP is given to the ISPs upstream device ( aka modem ) you will need to be able to forward the port from the modem to the router.
In a worse case scenario, you will need to use the BTH functionality ( which uses a MT in the cloud joining server for users and the router ).
Keep in mind not all routers are capable of BTH and this only works for remote singlular devices attempting to connect to your device, not remote routers.
Thank you very much for explanation