route ping packet only to 2nd WAN

Hi Team,
How could i route the ping (only) of specific source to another Wan but in case of download or upload of the same source will be routed to first wan

Here is the Scinario

1st wan ---- Download and upload
2nd wan ---- ping only

i just need to route the pubg source ip to ping from 2nd wan while download the update from the 1st wan


thank you

Create a mangle rule to give packets a routing-mark. In the mangle rule you can specify what type of packets, such as ICMP Ping. And you can provide source-ip if you want only 1 device on the LAN to ping out on WAN2

Then create a route that applies to packets with the routing-mark you specified in the mangle rule. Set the gateway of that route to WAN2

Did you setup a src-nat masquerade rule for WAN2?

No, only for WAN1

Thanks for assist