Which are my network's IPs?

Hi all, I was using Tailscale and I had to switch to Zerotier since my Mikrotik supports it natively.
Not a big problema, Zerotier works perfectly.

The problem is that I do not remember all of my devices IP addresses, so I have to login to zerotier webpage and look for the devices address.

image

In Tailscale I had this allowing me to copy IP addresses only clicking on the name of the device.
How can I do the same thing with Zerotier?

TIA

Luca

Luca

Hello,
With zerotier, you can join many networks. These networks are not necessarily owned by you. The owner might not want all of it’s IP addresses exposed to every one. That info is not distributed to the client.
I feel your pain about not wanting to memorize ip addresses.

Here are some ideas:

  • manually assign IPs in some order you like 10.10.0.1, 10.10.0.2
  • make a list*. the addresses never change unless you change them.
  • use dns

[*]

curl -s -X GET -H "Authorization: token $TOKEN" https://api.zerotier.com/api/v1/network/$NETWORK_ID/member | jq -c '.[] |  [ .nodeId, .name, .config.ipAssignments[] ] '

something like this

I setup zonensd, it works.
Thanks

Luca

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