Load balance 2 WAN provider using each available IP block
We have a current SD WAN setup with LAN internet connectivity traffics load balanced to 2 ISP providers - both WAN interface IPs are used and the bandwidths are combined.
- 192.168.0.0/24 --> ISP-A-50Mb (1.1.1.1/29) + ISP-B-50Mb (2.2.2.1/29)
- Both IPs are used randomly in each session even in a single device
- Bandwidths are combined to 100Mbps
This time I would like to use the other available IPs from each ISP block then still have the bandwidth combined and load balance from a diff LAN subnet.
- 192.168.10.0/24 --> ISP-A-50Mb (1.1.1.2/29) + ISP-B-50Mb (2.2.2.2/29)
Attempt: Assign overload IP pool for each ISP, and setup an outbound firewall policy NAT to it.
- Only single IP (random) is used per device
- Only single ISP bandwidth is utilized - 50Mbps
