Summary: | net/zerotier API/controller not working properly | ||
---|---|---|---|
Product: | Ports & Packages | Reporter: | wired2network |
Component: | Individual Port(s) | Assignee: | Dave Cottlehuber <dch> |
Status: | Closed Not A Bug | ||
Severity: | Affects Many People | Flags: | bugzilla:
maintainer-feedback?
(dch) |
Priority: | --- | ||
Version: | Latest | ||
Hardware: | Any | ||
OS: | Any | ||
Bug Depends on: | 277735 | ||
Bug Blocks: |
Description
wired2network
2023-10-22 22:09:59 UTC
I'm guessing this is more of a user issue, best dealt with on ZT forums. - the token lives in /var/db/zerotier-one/authtoken.secret on FreeBSD at least - due to https://github.com/zerotier/ZeroTierOne/issues/2151 you may need to add this to /var/db/zerotier-one/local.conf ```json { "settings": { "allowManagementFrom": ["::"], ... ``` |