ICMP issue in src-nat

I have following rule configured in MT CCR:
chain=srcnat action=src-nat to-addresses=x.x.x.x src-address=10.60.0.0/31 log=no log-prefix=“”
where x.x.x.x is my public IP.

I am not able to ping this public IP from outside. Traceroute ends at CCR wan port and not reaching to endpoint i.e. 10.60.0.1.
Thanks.

This is expected, src-nat works for outgoing packets from internal network to outside. To deliver packets from outside to internal network You need dst-nat rule.

Thanks. This worked.