Port forwarding using WebfigV5.2

Anyone have screen shots of how to do port forwarding using WebFigv5.2?

I need to forward 3 ports to 3 internal IP addresses.
I have 2 websites (80 and also 8080) on two different machines
And also an internal ftp machine (21)

I thought it was under IP > Firewall > NAT but I’m lost about the specific entry fields.

Screen shots would be awesome.

THX!!

http://wiki.mikrotik.com/wiki/Manual:IP/Firewall/NAT#Port_mapping
That shows how to do it in the CLI. The field names in Winbox and Webfig mirror what the parameters are called on the CLI.

The screenshot in webfig was to long. You can get the commandline from me and guess the rest :wink:

Here is a rule to connect with telnet to one of mye routers. External port is in this case 10023 and its redirected to 23, in your case you want 80 on both sides. If you want public access you can drop the src-address field.

add action=dst-nat chain=dstnat disabled=no dst-address=xxx.xx.7.2 \
    dst-port=10023 in-interface=ether5 protocol=tcp src-address=\
    159.148.172.205 to-addresses=192.168.230.51 to-ports=23

Remember to have a matching firewall rule.