Newbie - need help in port forwarding FTP and HTTP

Hi,

Newbie here. I would like to know how to port forward ports for FTP and HTTP to a server behind the firewall. I have already configured the port forwarding for ports 21 and 80, but somehow it is not working. The port is open but it seems that the there is no response from the internal server.

I have exported the firewall rules below:

add action=dst-nat chain=dstnat disabled=no dst-port=80 in-interface=PPPOE protocol=tcp
to-addresses=192.168.100.118 to-ports=80
add action=dst-nat chain=dstnat disabled=no dst-port=21 in-interface=PPPOE protocol=tcp
to-addresses=192.168.100.118 to-ports=21

Please tell me what I am doing wrong here. Thanks in advance guys.

It does not seem that these rules are wrong. Probably something else blocks traffic.

For FTP, forward ports 20 and 21.

Ports 20 and 21 are already forwarded. Do I need to modify my ip firewall filter rules?

I have turned off the ftp service under ip services.

Got it working now, I disabled the ftp service under IP firewall service ports.