Hi to All
i have two gateways first is Fiber and the other is VSAT .. i have using PCC load Balance with RB1000 v.4.5 and its working very fine , i only have two issues :
1- Currently the LAN bandwidth is devided on both gatways " WAN1 & wan2 " equally , for exampl if the traffic show 1 Mbps i see in the load balance that 512 go to WAN1 and 512 go to WAN2 .. How do i can give more priority to WAN1 so the most traffic will go through WAN1 .. so if the LAN network need 1 Mbps .. it will send 768k through WAN1 and 256 THROUGH wan2 .
2-its doing continous check for ping to gateway so if one of them went down its handover all traffic through the other WAN , but if the ping to gateway still ok and stable bu the internet on WAN1 went down .. its keep passing the traffic through both gateways and causing problems to the LAN network here is my IP route :
[admin@MikroTik] > ip route print
Flags: X - disabled, A - active, D - dynamic,
C - connect, S - static, r - rip, b - bgp, o - ospf, m - mme,
B - blackhole, U - unreachable, P - prohibit
# DST-ADDRESS PREF-SRC GATEWAY DISTANCE
0 A S 0.0.0.0/0 192.168.12.1 1
1 A S 0.0.0.0/0 172.168.1.1 1
2 A S 0.0.0.0/0 192.168.12.1 1
3 S 0.0.0.0/0 172.168.1.1 2
4 ADC 192.168.12.0/29 192.168.12.2 WAN1 0
5 ADC 172.168.1.0/28 172.168.1.2 WAN2 0
6 ADC 192.168.100.0/24 192.168.100.1 Local 0
Any post is highly appreciated