I have successfully set up two simultaneous VPN tunnels over different Internet connections to the same server. Then I've bonded them using systemd-networkd and balance-tlb
mode.
It works as designed, balancing traffic equally among the interfaces. However, the first one is much faster wired connection and another is an LTE connection. I would like to adjust (preferably dynamically) the share (percentage of traffic) between these two backing interfaces.
Systems at both ends are running modern Linux and the backing links are Ethernet connections.
How to adjust the percentage of traffic between these two interfaces?