dxb305 可以在有公网ip的家宽和服务器上面搭建中转服务器,来降低延迟
zsxiaojz 卸载 重新安装,我也是和你一样问题,卸载在安装应该就可以了 我情况是存储空间因为意外造成接近爆满,安装zerotier也没有错误提示,但是加入zerotierID的时候和你一样,重新卸载再安装正常了 删除服务 sudo -P zerotier-one 删除文件夹 sudo rm -rf /var/lib/zerotier-one/ 然后重新安装试试
sudo -P zerotier-one
sudo rm -rf /var/lib/zerotier-one/
没有moon服务器中转就是个垃圾
有公网的小伙伴来搭建个moon服务器吧
lsg 要什么配置的vps?需要多大的带宽?具体的搭建过程是什么?
lsg 昨天搞到半夜试图搞zerotier-planet,似乎更高级做的行星服务器,就是运行出来了,加入了但是访问不到,有没其他教程分享下
sunrise 我有个moon,1M的小水管 578b98523f
sunrise 分享一下教程链接看一看什么东西
Hi1036 你是千兆宽带吗?
Hi1036 有钱淫,自建moon
lsg 屁,一个华为云的vps,单核2G 1M的,打洞握手还行,中转就别指望了
Hi1036 中转需要多高的配制?
lsg 不知道啊,中转理论上至少需要一个大流量带宽吧
Hi1036 我用腾讯云搭的,上传有600kb左右
lsg 我那上下100K吧,没试过,
Hi1036 你换一个文件管理器试试,保证速度会上去
按照分配的IP进入NAS只能访问局域网 像外网直连下载和终端后台打不开是怎么回事
貌似没法安装了,安装结果如下。
Reading state information... Done E: Unable to locate package zerotier-one
*** Package installation failed! Unfortunately there may not be a package *** for your architecture or distribution. For the source go to: *** https://github.com/zerotier/ZeroTierOne
kakajie45 *** Installing zerotier-one package... Hit:1 http://repo.huaweicloud.com/ubuntu-ports focal InRelease Hit:2 http://repo.huaweicloud.com/ubuntu-ports focal-updates InRelease Hit:3 http://repo.huaweicloud.com/ubuntu-ports focal-backports InRelease Hit:4 http://repo.huaweicloud.com/ubuntu-ports focal-security InRelease Get:5 http://download.zerotier.com/debian/focal focal InRelease [20.5 kB] Err:5 http://download.zerotier.com/debian/focal focal InRelease The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 1657198823E52A61 Reading package lists... Done W: GPG error: http://download.zerotier.com/debian/focal focal InRelease: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 1657198823E52A61 E: The repository 'http://download.zerotier.com/debian/focal focal InRelease' is not signed.
如果是这里就开始报错,先安装gpg apt-get install gnupg 然后需要添加公钥,执行以下命令 注意:这里的recv-keys就是报错中的key,粘贴过来即可: gpg --keyserver keyserver.ubuntu.com --recv 1657198823E52A61 gpg --export --armor 1657198823E52A61 | sudo apt-key add - 然后重新执行命令 curl -s https://install.zerotier.com | sudo bash
apt-get install gnupg
gpg --keyserver keyserver.ubuntu.com --recv 1657198823E52A61
gpg --export --armor 1657198823E52A61 | sudo apt-key add -
curl -s https://install.zerotier.com | sudo bash
armv7版本只有docker的,不知道怎么配置。
lfu 可以直接用,不需要拉docker。
搞成功了。使用一个armv7版的zerotier容器就行了。
lfu 怎样弄好的可以分享一下教程吗