Hi all,
I have done configuration of load balancing with Failover.
Load Balancing is working Perfect but fail over is NOt working. The configuration is.
/ip route
[admin@MikroTik] ip route> print detail
Flags: X - disabled, A - active, D - dynamic,
C - connect, S - static, r - rip, b - bgp, o - ospf
0 ADC dst-address=10.10.1.0/30 pref-src=10.10.1.2 interface=ether1 scope=10
target-scope=0
sometimes, problem happen not in the next gateway, but somewhere in internet.
check gateway feature in static route, check only the connection to the gateway.
if you want to set a fail over system and check your line further,
you have to use netwatch and do scripts if gateway problem happen.
I have also implemented load balancing in my setup. I have one question. If I have 2 wan links of 256kbps & 1 Mbps, how load balancing will happen ?
B’coz as per wiki every alternate packet will be passed through the wan links and in my setup one wan link is 256 & other one is 1 Mbps. What will happen
if the 256 kbps gets overloaded. Will the packets belong to 256 link get diverted to 1 mbps link once the 256 link is full ?
Have installed load balancing & fail-over system in Mikrotik. Now I want to make sure that load balancing works perfectly.
How can I check whether it’s functioning properly. Is there any method by which I can check.
Fail-over works fine when I disable the working route, the packets are routed to the 2nd route. But if I remove the network
cable from working route, change over doesn’t happen.
I have been using fail-over and load balancing features in mikrotik. Recently I observed a problem in mikrotik. I have two bandwidths coming
from 2 ISP (ISP-a-1 Mbps + ISP-b-2 Mbps). Now the problem is that using load balancing features I’m using only 1 mbps from 2 mbps line (ISP-b). I checked my
usage with MRTG and it shows only 1 Mbps is being used out of 2 mbps link. How can I overcome this problem. I have been paying for 2 mbps and using only
1 mbps from ISP-b and 1 mbps from ISP-a. Load balancing is done by sending alternate packets to both the links. My one link is only 1 mbps and I think
that’s the reason mikrotik is using only 1 mbps from another 2 mbps link.