I’m having issues with port forwarding. I can’t get any port open from outside on 951G-2HnD router.
Rules added:
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.
cbrown
September 29, 2015, 2:53pm
2
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
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 !?!
This drives me crazy…
Send me access to your router in pm and will solve it anyway.
Edit: are you sure that you have public adress from your isp?