zerotier one use, and build a moon node

#zerotier one installation, and moon node build
exercise is recommended to use linux command Mitutoyo cloud server cloud free, stable connection, suitable for beginners, convenient application support vnc ssh connection free public network ip, operating system can be installed to meet the novice to practice.

Here Insert Picture Description
Here Insert Picture Description
## zerotier installation
according to the official website can be installed https://www.zerotier.com/download/
installation is complete official website registered account,
## to create a virtual network
ip simple configuration selected, choose a good network segment, put on record the ID Network Here Insert Picture Description
## build Moon
curl -s https://install.zerotier.com/ | sudo bash

sudo chmod 777 /var/lib/zerotier-one
cd /var/lib/zerotier-one
sudo zerotier-idtool initmoon identity.public > moon.json
修改 moon.json
“stableEndpoints”: [ “23.23.23.23/9993” ]# 23.23.23.23是你服务器公网IP
生成moon文件
sudo zerotier-idtool genmoon moon.json
当前目录生成一个moon文件
在当前目录新建moons.d
将生成的moon文件放到moons.d
重启服务
service zerotier-one restart
/etc/init.d/zerotier-one restart
service zerotier-one start
zerotier-one -d
##配置客户端:
Linux: 直接在zerotier目录下,创建moons.d文件夹,并且将生成的000000xxxxxx.moon文件拷入,并重启服务即可.
Windows: Open the service program services.msc, find the service "ZeroTier One", and locate the service executable file path in the property, open the folder, and creates moons.d folder under it, and then generate the moon next server the 000xxxx.moon file, copied to that folder and then restart the service to ... (computer management, right - click to open the service to find - find zerotier one right rebooting)

Released three original articles · won praise 4 · Views 227

Guess you like

Origin blog.csdn.net/boheguo/article/details/104279139