WAN Load Balancing when interface stays up

You configured all interfaces as failover. One should be set as primary interface. Try change to:

        rule 1 {
            inbound-interface eth1
            interface eth0 {
            }
        }
        rule 2 {
            failover
            inbound-interface eth1
            interface wwan0 {
            }
        }

Documentation: WAN load balancing — VyOS 1.3.x (equuleus) documentation

1 Like