Replies: 1 comment 1 reply
-
|
我也一样,出现 PublicServer_xxxx, xxxx是网络中已有的一个节点的名字.如果不是程序bug的话,是不是有人在尝试扫描爆破进入网络引起的? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
如图,就在今天使用
easytier-cli peer查看VPN节点列表时,发现多出来了一个叫PublicServer_aliyun-hangzhou的节点。很奇怪。在此之前是一直没有过的。如图:我的网络配置大概是,有个有公网的海外服务器上启动了easytier服务,其他地方的客户端去加上这个服务器作为peer以此组网。家中的ipv6自换了光猫后不能ipv6入站,故利用这个海外服务器作为协商者打洞,让其余彼此建立ipv6 p2p连接。从没配置过使用easytier公共服务器。
命令类似于:
海外服务器:
sudo easytier-core --network-secret='xxxx' --network-name=xxx -i 192.168.5.1其余客户端:
sudo easytier-core --network-secret='xxxx' --network-name=xxx -i 192.168.5.x -p udp://海外服务器查看event log,会有一个network_name为
sijie-home的peer加入。ip地址为47.111.68.133,确认是上方所显示的PublicServer_aliyun-hangzhou。查看除海外服务器的我的另外两个设备上easytier的日志,发现最早在2月12日0点21分加入。
2月12日凌晨我没在操作任何东西。所以有点没头绪。
单单在海外服务器上重启easytier,这个PublicServer依然会显现;把所有设备包括此海外服务器的easytier都重启,这个PublicServer消失了。
Beta Was this translation helpful? Give feedback.
All reactions