What name to use for 'System-name of the network interface' under Windows

Hi, I’m trying to set up a ZeroTier connenction under Windows using Active Backup Bonding. For this I want to specify the primary and the backup interface in the ‘local.conf’ file.
I’ve read the following guide https://zerotier.atlassian.net/wiki/spaces/SD/pages/568459265/Multipath

"links":
{
  "interfaceName": /* System-name of the network interface. */
  {
    "failoverInterval": 0-65535, /* (optional) How quickly a path on this link should failover after a detected failure. */
     ..
  }
}

I’m unclear where to find the ‘System-name of the network interface’ to use in the config file. If I try to find the right names using the command: zerotier-cli bond show -j, the ïfname": “” is empty.
Can someone help please?

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