zerotier多客户端实践应用记录
有什么用
路由器,电脑,手机异地互联
ZeroTier Central provides a friendly web UI and API for managing ZeroTier network controllers as well as related services that can be added to networks.
实现方法 K2P padavan
查看Flash容量大小
dmesg |grep Kbytes
查看RAM容量大小
cat /proc/meminfo |grep MemTotal
查看CPU型号
cat /proc/cpuinfo |grep 'system type'
查看系统类型
cat /proc/cpuinfo |grep 'cpu model'
testing padavan 安装Zerotier
nvram set zerotier_id=b6079f73c6a56a68
failed
【已失效用下面的CDN缓存替换】curl -fksSL https://github.com/lmq8267/567/releases/download/scriptfile/install1.10.3.sh | sh
发现一个CDN的优点:当缓存完成后源站点内容被删除,CDN还是会保存着内容;也就是说这个同步是单方向的。
curl -fkSL https://fastly.jsdelivr.net/gh/lmq8267/ZeroTierOne@master/install/installzero.sh | sh
curl: (56) OpenSSL SSL_read: Connection timed out, errno 145
no response...
更详细的解释步骤参见:
恩山无线论坛»论坛›无线设备软件相关板块›Padavan›hiboy大佬的padavan安装zerotier最新版
it seems the previous running works, set it up, reboot.
confirm with remote server
works, on hby_123.1_padavan
/etc/storage/zerotier.sh start &
Mac版 ZeroTier
官方有直接下载版的,但我似乎发现,即便我退出了dmg安装后启动的程序,后台内存好像还常驻着程序。欢迎讨论
安卓手机版 ZeroTier
相对来说很简洁,设置也简单;退出后干净。
在网页设置端都能快速反应:https://my.zerotier.com/network
各个应用的速度
tailscale速率比zerotier高
zerotier稳定速度应该是1.8M/S
tailscale的稳定速度2.8-3.6M/S
方案一 curl -fsSL https://tailscale.com/install.sh | sh
方案二 ssh登录路由器
opkg update
opkg install "http://bin.entware.net/mipselsf-k3.4/archive/tailscale_1.6.0-1_mipsel-3.4.ipk"
完了重启路由器
重连之后tailscale up
给你一个地址,复制到浏览器登录tailscale,就会分配ip了
tailscale ip
tailscale status 可以查看
看了一下视频实践介绍,感受是和zerotier的使用几乎一摸一样
N2N的测试在2M/S左右
vnt的测速大概3.4M/S左右
https://github.com/lbl8603/vnt
截止发稿时,还没有看到有APK的安卓手机支持;也无需GUI,更适合于高级用户
更多玩法
和远程桌面(如mstsc)搭配,超低延迟的体验
安装samba服务,共享磁盘
搭配公网服务器nginx反向代理,在公网访问内网文件或服务
点对网,访问内网其他机器、IP代理(结合启动参数'-i'和'-o')