Page 1 of 1

port forwarding in WinBox

Posted: Thu Aug 23, 2007 11:05 pm
by mrirh
Hello,

I am try to do port forwarding, however without much luck. Using MikroTik RouterOS 2.9.11 and with most rules setup in the NAT section I can't set up a rule that works for example, using port 1022 on a public address (on the router) to route to port 22 on an internal address (on an internal server).

Many thanks in advance.

James

Re: port forwarding in WinBox

Posted: Fri Aug 24, 2007 12:21 pm
by janisk
/ip firewall nat add chain=dstnat action=dst-nat to-addresses=<inside ip> to-ports=22 dst-address=<outside ip> dst-port=1022 protocol=tcp
read here about nat:
http://www.mikrotik.com/testdocs/ros/2.9/ip/nat.php

Re: port forwarding in WinBox

Posted: Fri Aug 24, 2007 2:26 pm
by normis
I think you should also use the opportunity of free upgrades, and upgrade to 2.9.45

http://wiki.mikrotik.com/wiki/Upgrading_RouterOS