Multi-WAN with Multi-ISP

This sample scenario represents using HSA to load balance (WAN bonding) multiple ISP links. Because HSA has only 1 x WAN port, so we will need to assign the LAN ports to different VLANs and connect VLAN interface as WAN ports to join Multi-WAN configuration. 

Common use cases

Deployment preparation


NOTE: When MWAN tracks upstream IP, it will not work with a vlan/sub interface (eg. if ping source from eth1.10, ping will fail), so it needs to source from a logical interface (eg. br-wan_vlan10). To configure this, when creating new WAN interface using vlan, we enable it as a bridge interface (eg. check on "creates a bridge over specified interface(s)"), this will auto create a logical bridge interface for this ISP link (eg. br-wan_vlan10). However, when WAN is a bridge interface, we must disable the LAN ports as bridge (which is default), because HSA will not allow traffic to route between two bridge interfaces (despite firewall rules config). 

So two main tricks to take note:


2-Step deployment from sample config

Sample config default settings

NOTE for older/used box