I’m trying to make Dual-WAN (or multi-WAN) Load Balancing, for giving enhanced internet connection for my (natted) LAN.
i’ve tried to follow many tutorials, such as this: this https://systemzone.net/mikrotik-ecmp-load-balancing-and-link-redundancy/
but all of those assumes that WAN (ISP) addresses are fixed, and with private IP address. Problem is one of my ISP’s give me dynamic and public address.
In my case I have on WAN1 a public and dynamic, IP Address given by a ISP (cablemodem), connected on ether1 of the router
on WAN2 I have a private 192.168.1.1 given from a (natted) ADSL modem. connected on ether2 of the router.
my router is RouterBOARD 3011Ui with 6.44.2 firmware.
right now I have two DHCP clients for the two ISP’s, and they add their default routes (one of these get hidden in blue in the IP-Routes dialog), so they would work on failover, but not Load balancing.
How can I make this?