Hi!
I have remote network which is routed via two gateways (RADIX_MPATH in kernel):
All works fine until one of the gateway is down - this traffic continues to route via dead gateway. Do I need any external tool to monitor gateways (such as
I have remote network which is routed via two gateways (RADIX_MPATH in kernel):
Code:
Routing tables
Internet:
Destination Gateway Flags Netif Expire
192.168.11.0/24 10.0.0.2 UGS ngeth1
192.168.11.0/24 10.0.0.6 UGS ngeth2
All works fine until one of the gateway is down - this traffic continues to route via dead gateway. Do I need any external tool to monitor gateways (such as
chek-gateway=ping
in RouterOS) and deal with routes by hand?