Hello,
I've just changed ISPs and the new router doesn't allow port forwarding in the same way as my old router.
I have my Mikrotik router sitting behind my ISP router and until now I forward the necessary ports to my Mikrotik router and from there, DST-NAT them to where they need to go.
On my old router, I could forward port 2022 to 22 to ssh into the Mikrotik itself but on the new one, all I can do is directly forward 2022-2022.
Currently I can't even get the port forwarding to work at all. WIth it set up, nothing is being forwarded to my Mikrotik Router so I currently just have it as a DMZ.
The issue I have is that if I block port 22 on my WAN then ssh is blocked, even if the incoming connection is on port 2022 and being forwarded or redirected to port 22. If I open port 22 on the WAN port then I can connect from outside via ssh on either 22 or 2022.
What I want to accomplish is to leave the actual ssh port as 22 (I have several scripts that run across my network to enable/disable rules via ssh to allow things like certificate renewals (ports 80 and 443 are usually blocked) and block incoming WAN connections on port 22, but still allow access to the router via port 22 as long as the incoming connection actually began on port 2022. I don't want to leave port 22 open to the WAN port but blocking it stops the connection that comes in on port 2022 also because it's still being redirected to port 22