分類彙整: 工具程式
資料庫規劃 網站
Install zerotier
on Raspberry Pi
https://snapcraft.io/install/zerotier/raspbian
重新抓IP方法
https://zerotier.atlassian.net/wiki/spaces/SD/pages/327693/How+to+Clear+Reset+your+ZeroTier+Address
If you would like to clear or reset ZeroTier’s address on a device (the 10-digit address node ID) or you have cloned a device and you want to prevent it from using the same address, follow these instructions:
- Stop the service.
- On Windows this is done with the service manager. (Open the Start Menu and start typing “service”)
- On Mac you can open a terminal and useStop Mac Service
sudo
launchctl unload
/Library/LaunchDaemons/com
.zerotier.one.plist
. - On Linux this is usually
sudo
systemctl stop zerotier-one
orsudo
service zerotier-one stop
- Delete the files
identity.public
andidentity.secret
from ZeroTier’s working directory.- On Windows this is usually
"\ProgramData\ZeroTier\One"
. - On Mac this is
"/Library/Application Support/ZeroTier/One"
.- in your terminal, type
open /Library/Application Support/ZeroTier/One
to open the folder in Finder.
- in your terminal, type
- On Linux this is usually
"/var/lib/zerotier-one"
.
- On Windows this is usually
- Restart the service
- starting via the service manager on Windows
- On Mac
sudo
launchctl load
/Library/LaunchDaemons/com
.zerotier.one.plist
- On Linux
sudo
systemctl start zerotier-one
orsudo
service zerotier-one start
When started without identities ZeroTier will generate new ones.
You will need to authorize this new identity on any networks.