I am trying to get MultiPath to work, I guess I am missing something.
Output from zerotier-cli -j status:
{
“address”: “xxxxx”,
“clock”: 1614704002980,
“config”: {
“physical”: null,
“settings”: {
“allowTcpFallbackRelay”: false,
“bind”: null,
“controllerDbPath”: null,
“defaultBondingPolicy”: “broadcast”,
“portMappingEnabled”: true,
“primaryPort”: 9993,
“softwareUpdate”: “apply”,
“softwareUpdateChannel”: “release”
}
},
“online”: true,
“planetWorldId”: 149604618,
“planetWorldTimestamp”: 1591823606334,
“publicIdentity”: “xxxx:0:xxxx”,
“tcpFallbackActive”: false,
“version”: “1.6.4”,
“versionBuild”: 0,
“versionMajor”: 1,
“versionMinor”: 6,
“versionRev”: 4
}
zerotier-cli listbonds
just reports “None”
To be on the safe side I have enabled multipath:broadcast on both sides.
As far as I understood I dont have to configure the peers manually, so that should work already?
But it doesn’t, so what am I missing?