Hi,
How would I get from my controller a list of the DHCP IP address assignments in a node_id/ip fashion such that I can see from my controller which IP address has been issued to a connected node?
./zerotier-cli peers
seems to only show me the public IP address that the node is connecting over, and does not tell me the IP address of the node on the zt network, so I do not know what IP to use remotely controller side.
Of course I can get this info from the node itself, but for remote deployment scenario I do not have access to the node. I guess I could do ipconfig on the node remotely, but really I would like a means to see what the controller has issued via DHCP on the controller VPS itself if that is possible?