Configure a zerotier-one network controller #260
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "feature/zerotier_controller"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Turns out every zerotier client already automatically acts as a controller, with an HTTP API running on localhost port 9993.
However, there's no CLI to interact with it. I found a nice CLI script to make things a little bit easier until we have more automation/integration, so all the controller recipe does is to deploy that script for now.
I have manually added the haproxy forward of 9993 traffic to the new
zerotier-1
VM on centaurus, and joined my own computer to verify that it can find the network I created on the VM controller.So basically, we're all ready to switch every machine in the network to the new network instead. Leaving the issue open for that operational task.
refs #247
👍