Hi,
Apologies if this seems quite trivial, I can't seem to implement this even if I seem to understand the concept behind it.
I have a Mikrotik that is connected to and LTE network but it's behind CGNAT. I will need to get back access to the Mikrotik for future configuration, etc. I have another Mikrotik that has a public IP so I understand that it's possible for me to create a site to site VPN and then I can use the publicly accessible Mikrotik to gain access to the CGNAT'd one.
I've managed to successfully establish a L2TP/IPSec VPN from the CGNAT'd Mikrotik but then what do I do?
For example, say that I wanted to get back access to winbox to the CGNAT'd router - it's currently got a bound address of 192.168.89.2 (from L2TP/IPSec VPN connection interface). I tried to create a dst-nat rule to redirect port 1234 (example) to 8291 at address 192.168.89.2 but that doesn't seem to work. The other thing is, I am not sure that this is the best way to do this - shouldn't I be able to redirect a certain port to the interface rather than the address of the interface in case the address of the interface changes?
Many thanks in advance