I have just bought and installed a Routerboard 450G.
I want to use the router as follows:
A) Eth1 LAN port
B) Eth2,3,4,5 will be used as WAN1, WAN2, WAN3 and WAN4 connected to 4 ADSL lines.
My requirements;
Load balance the 4 ADSL lines, based on their capacity. For example, incoming packet goes to WAN1, if the link is not 100% used then the packet should proceed, if not, the packet should go to WAN2 etc.
Assuming the previous packet went to WAN1, the next should start from WAN2 and do the same process. I believe this is called Round Robin, however I’ve been told that what I need is Weighted Round Robin.
Last, the process should check and provide fail-over (with ping-check I assume?).
Is this possible? And is yes, is there somewhere a how-to example that I can follow?
Question 2:
The example you provided although it provides protection for failover it does not check the links for capacity.
For example a link should not be used if it has reached 95% usage.
Any ideas how I can setup up the routerboard to do this as well?