Tool netwatch + Ping by source IP address??

Dear all,

Can i set source ip address when using Tool > Netwatch for monitor destination?

i need this situation also if someone can help

Hi.

I think it is not possible. But you can try control it using firewall filter rules in order to permit or not permit it.

For example,If you want to try IP 8.8.8.8 in ether1 and 8.8.4.4 in ether2 you can do this:

add chain=output dst-address=8.8.8.8 out-interface=ether1
add chain=output dst-address=8.8.4.4 out-interface=ether2
add action=drop chain=output dst-address=8.8.8.8
add action=drop chain=output dst-address=8.8.4.4

Regards.