Hello friend:
I have a router board (RB751U). It is connected to the internet through two gateways.
using the mangle feature i am load balancing the packet through the gateways (192.168.0.2-192.168.0.128 --> GTW1)
(192.168.0.129-192.168.0.255 --> GTW2)
My Question:
I need to use the netwatch() to check if one of the GTWs is not responding to change the route accordingly.
The problem is that the netwatch() doesn't have any place to assign the GTW that it should use.
How to know which GTW the netwatch() use to check a HOST ? \
thanks