7.1.3 Zerotier issue

after successful setup of zerotier
the command /zerotier/interface/print shows correct output and connection is fine.
ip/address/print where interface~“zero”
returns nothing. the interface has no zerotier address

Device:RB450GX4

I’ve noted an issue with ZT interfaces not getting configured from the ZT portal. assigning the address manually does make the interface work, but, this is not how it is suposed to work.

I do see that Mikrotik devices show the ZT client as an older version.
below you can see what I’m talking about, one is a Linux machine, another is a RB5009 running 7.2rc4 :
Screenshot 2022-02-25 113306.png

Try enabling this:
Screenshot 2022-02-25 115545.png

and if you choose to use a custom subnet in the controller by specifying the start and end ip address, make sure you have a matching route for this subnet in the controller as well. Without it, peers won’t get addresses assigned, even when the managed flag is set.
so if you choose 10.13.37.1 - 10.13.37.254 also add a route 10.13.37.0/24 without a gateway.

thanks.works now. just wish this was documented well in the help/wiki section for zerotier.
in the past this was working without explicitly assigning this flag when things had to be done via commandline.