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.