Can't open ports on 951G-2HnD

I’m having issues with port forwarding. I can’t get any port open from outside on 951G-2HnD router.

Rules added:

  • firewall/NAT
    chain = dstnat
    protocol = tvp
    dst. port = 21
    action = dst-nat
    to address = 192.168.88.3
    to port = 21

  • firewall
    chain = input
    protocol = tcp
    dis.port = 21
    action = accept

Last filter (firewall) rule is on the top of the list (right bellow “special dummy rule to show fasttrack count.”).
I tried to disable all “default configuration” rules but nothing changed. Port 21 is still closed!
Please help.

You will need to put your firewall rule in the forward chain not the input.

http://wiki.mikrotik.com/wiki/Manual:IP/Firewall/Filter#Chains

Tried firewall rule to input. Nothing changed. Port 21 still closed!?!
Help!

Firewall rule in the forward chain… still closed :frowning:

Try this in terminal:

/ip firewall filter
add action=accept chain=input disabled=no dst-port=21 protocol=tcp place-before=3

Also ensure that you have disabled FTP from IP > Services if you want to forward port in specific ip adress in your lan network.

Also note that ip adress 192.168.88.3 must be set static !!

still closed !?! :frowning:
This drives me crazy…

Send me access to your router in pm and will solve it anyway. :slight_smile:

Edit: are you sure that you have public adress from your isp?