How to forward http ?

Hi all,

I have Mikrotik 2.9.2.
One real Public IP 83.233.218.122 on outside and 192.168.0.xxx inside network. I using masquerading. My web server is to inside network 192.168.0.254.
I want to see my web server from outside. How to make this?
If I write http://83.233.218.122 in browser then I want to open my web page in 192.168.0.254. Is possible this?

Thanks in advance to all.
Regards

read up un destination NAT

Thanks for your advice but I read manual and try with destination NAT, but I no have success. This is my reason for my question.

Please if somebody know this help me.

Thanks in advance.

/ ip firewall nat 
add chain=dstnat src-address=!83.233.218.122 dst-address=83.233.218.122 protocol=tcp dst-port=80 action=dst-nat \
    to-addresses=192.168.0.xxx to-ports=80 comment="" disabled=no

Not sure what you tried?

Hi yogi,

Thank you very much.
Now is working.