赞
踩
整理参考来源:ZeroTier - 国光的 PVE 环境搭建教程、pve虚拟机安装zerotier实现内网穿透_hlz_07的博客-CSDN博客
#查看是不安装了curl
curl --help
#如果没安装则安装curl,个人习惯了用“apt”而不是“apt-get”(网上查的,感觉这个说的比较详细:Linux中apt与apt-get命令的区别与解释 - 系统极客)
apt install curl
curl -s https://install.zerotier.com | bash
- systemctl start zerotier-one
- #systemctl start zerotier-one.service
systemctl enable zerotier-one.service
zerotier-cli join {NETWORK ID}
systemctl stop zerotier-one
- cd /var/lib/zerotier-one/
- # rm -rf ./controller.d/
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。