As you can see, I added only one gateway as for all my wans, the gateway is the same. Unfortunately, this results in only one line being used (eth1) and the other two lines idle away.
Still I want to balance traffic equally over those three lines. If you could enlighten me as to how to change my configuration in order to achieve balancing, I’d much appreciate it.
I have asked my provider who hast often fulfilled my requests, but alas - not this time. They cannot grant me my wish this time.
So I tried, what you suggested. This is what my IP routes look like now:
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 217.8.49.129%et... 1
2 A S 0.0.0.0/0 217.8.49.129%et... 1
4 A S 0.0.0.0/0 217.8.49.129%et... 1
6 A S 0.0.0.0/0 217.8.49.129%et... 1
7 S 0.0.0.0/0 217.8.49.129%et... 2
8 S 0.0.0.0/0 217.8.49.129%et... 3
12 ADC 192.168.50.0/24 192.168.50.1 eth5 0
13 ADC 217.8.49.128/26 217.8.49.169 eth3-6901 0
eth2-6801
eth1-6501
(I removed deactivated lines)
WinBox says in the route list that all eth are reachable. I can ping the outside world from the router. But my LAN Clients cant reach lick. It might be something obvious but I just can’t see why this is happening.
Shouldn’t entries 7 and 8 not also be at least A S - active static routes if your code example had worked?
I’ve heard the method works for two, never tired it, but when people have tried it with 3 or more it breaks down. It could be that you can’t use the method with 3 or more default routes like that.
After disabling failsafe, dns stopped working. After enabling it again, pcc still did its job. Amazing - but still I’d like to know how this worked. Anyone able to spread some light?
@cubitihon: The config is the same as in my first post, I only changed the gateway lines according to Feklar’s post. Good luck, mate.