ssh forwarding not working

Hello, I have the same problem, as in topic http://forum.mikrotik.com/t/ssh-port-forward/72800/1 It also returns me “connection refused” message. But the code

/ip firewall nat
add chain=dstnat action=dst-nat in-interface=ether1-gateway protocol=tcp dst-port=2022 to-addresses=[myDestIP] to-ports=22
/ip firewall filter
add chain=forward in-interface=ether1-gateway protocol=tcp dst-address=[myDestIP] dst-port=22

doesn’t seem to change the situation. Please help.

Where do you test it from? When it has in-interface=ether1-gateway, it will only work from outside, not from same LAN.

I’m having a similar issue, so what would be the correct way to set it up, in order for it to work from outside as well from the inside, to create the same rule for the LAN?

Many thanks!

There’s very nice and detailed article about making it working from inside.

Thanks a lot, that was the problem. And for the article too!

Thanks for the article.

I have to add that the following post, also helped a lot: http://forum.mikrotik.com/t/solved-hairpin-nat-not-working/97689/1