ping src-address in new netwatch

Hello,
i want monitor with netwatch my remote ipsec subnet…

so if i run in terminal
ping 192.168.89.1
timeout

instead i run
ping 192.168.89.1 src-address=192.168.88.1
ping ok

so how i can setup ping with src-address in netwatch?
i update my mikrotik to 7.4 , so i have more settings but i can’t find a way to monitor my remote firewall (ipsec site to site) with ping …

thank you

i found a way…

i add route
dst addres = 192.168.89.0/24
gateway = bridge
pref source = 192.168.89.1

now i can ping with
ping 192.168.88.1

so netwatch status is UP :slight_smile:

thank you