I wanted to know how to redirect my public ip to local ip

Hi ,
I have One plublic IP I wanted to how redirect this public IP to
Local ip on my network.
Example redirect 41.202.x.x to 192.168.x.x

Thanks

Use IP Firewall NAT for both network address translation and port address translation:

http://wiki.mikrotik.com/wiki/Manual:IP/Firewall/NAT

Note that traffic must also be permitted to the DST NATed addresses/ports in the Forward chain of OP Firewall.

HI ,
Its not working i dnt know why.
please help me

show output of commands:
/ip firewall filter print chain=forward
/ip firewall filter print chain=forward

/ip address add address=10.5.8.200/32 interface=Public
/ip firewall nat add chain=dstnat dst-address=10.5.8.200 action=dst-nat
to-addresses=192.168.0.109
/ip firewall nat add chain=srcnat src-address=192.168.0.109 action=src-nat
to-addresses=10.5.8.200

This is my configuration and it still does not work

YES
It okay now thanks