Hi,
"Hi,
Tools/Netwatch and on both sides of tunnel:
Set ping to the IP of other VPN tunnel end for 10 sec. or any other value which suits your needs.
in down script put: /ip ipsec installed-sa flush"
it seems to work thank you BartoszP
I tried a script which ping ip
:if ([/ping 192.168.15.254 count=4]<3) do={
/ip ipsec installed-sa flush;
:log info “IPSEC tunnel is down: Flushing Installed SA !!!”
} else={
:log info “IPSEC tunnel is OK !”
}
but it only works from terminal, while I try to running via scheduler it doesn’t work somehow