HTTP port forwarding

Hi!

I have one problem that is very important for me to solve.

I created a php based web site for one friend. He has a public IP (eg. 213.198.239.100) from provider and has a Mikrotik router that enables more computers in local network to share it. Range for local network is 192.168.0.xxx. I have installed Apache, PHP and MySql (actually, I’ve installed WampServer package) on machine with adress 192.168.0.1. Site is working good on localhost and from local network.

I know that I should forward port 80 on router to adress 192.168.0.1, but I don’t know how. I have downloaded winbox and I’ve tried dofferent combinations of source and destination adresses and ports, but I still can’t view index.php page that is located on 192.168.0.1 in local network when I try to connect to 213.198.239.100 from outside.

I’d be glad if someone could help me with this, site is not commercial, it is health based application.

Try to add following IP firewall NAT rule:
/ip firewall nat add chain=dstnat dst-address=213.198.239.100 protocol=tcp dst-port=80 action=dst-nat to-addresses=192.168.0.1 to-ports=80