i come across many forum info especially for those talking about multiple WAN load balance, but the ip getting is from connected Nat Router.
This become an serious issue happened that, if WAN 1 router WAN is disconnect but LAN is still talking to the Mikrotik.
Then, user will have no Internet even WAN 2, WAN 3, WAN 4 is working fine.
Then, i saw some one post this to solve it:
ip route add dst-address=0.0.0.0/0 gateway=10.10.10.1 check-gateway=ping check-address=8.8.8.8
unfortunately, the check-address=8.8.8.8 is no longer can be use in Mikrotik.
is there any workaround for this ?
some thing like, WAN 1 will check the dns, if it cannot reach , then it will change it’s default route value.
Distance in the route manually added can’t be less than 1 as I already wrote earlier (starting with X=1).
Do you understand that this config means only one provider active at a time ?
Hi, i got 4 WAN line in load balance mode.
4 WAN upper part is direct to provide router which all is private ip.
The issue here is, if WAN1 router ISP WAN1 is down.
then the 4 WAN load balance will having issue as 1st connection is down and the rest cannot go through anymore.
is there anywhere, if WAN1 router ISP WAN1 is down. then it will turn the WAN1 route distance to 5 or higher as default is 1.
Can’t see how you can have load balancing with routes with only one gateway each and without routing marks.
If you have several routes with the same destination (0.0.0.0/0) and all of them without routing-marks, only one will be active at a time. This is fail-over, not load balancing.
If you already have some working config with load balancing then modify it with ping checks and extra routes to hosts you want to check against as has being described earlier.
When ping check for a route fails, that route becomes inactive. Why do you need to change distance for already inactive route ?