NATing of PUblic IP "Dynamic Natting"

Hi All,

I am facing this problem from a long time.
Summary:

IP ADDRess :- 172.16.24.34/30 WAN
(Public IP) 117.44.233.2/32 WAN
192.168.5.1/24 LAN
IP Route :- 0.0.0.0/0 gateway 172.16.24.33

Now i want to NAT this public IP with my LAN ip Pool.
Here, 172.16.24.34 is a Static MPLS given by my ISP & Public IP Both.

Please help me out.

What do you want to NAT?
The only thing you need to create,
/ip firewall nat add action=maquerade chain=srcnat src-address=192.168.5.0/24

Hi,

Its not working i want to nat 117.44.233.2/32 WAN ip to my lan pool 192.168.5.0/24

Then that would work. If it doesn’t for you post your actual configuration.