Can't setup multipath

Hello. I’m very noob in networking so please forgive me if I misunderstood the instructions from the docs or the purpose of it altogether.

I want to increase my network throughput by aggregating my LAN and 5G connections. I created a ZeroTier network in the dashboard, downloaded a ZeroTier client on my Windows machine and joined the network.

Then, I created a local.conf file with this config (copied from ZeroTier docs):

{
  "settings":
  {
    "defaultBondingPolicy": "custom-balance-aware",
    "policies":
    {
      "custom-balance-aware":
      {
        "basePolicy": "balance-aware",
        "failoverInterval": 5000,
        "linkQuality": {
          "lat_max" : 400.0,
          "pdv_max" : 20.0,
          "lat_weight" : 0.5,
          "pdv_weight" : 0.5
        },
        "links": {
          "Ethernet 2": { "capacity": 250 },
          "Wi-Fi": { "capacity": 1000  }
        }
      }
    }
  }
}

As I understand, this should aggregate my WiFi (hotspot from 5G connection on a phone) and LAN connections. However, I don’t think anything changed. zerotier-cli bond list command outputs NONE.

Can anyone guide me how to set it up properly?

Thanks in advance.

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.