Replies: 2 comments 3 replies
-
|
应该是这个https://easytier.cn/guide/network/host-public-server.html#%E5%85%B3%E9%97%AD%E8%BD%AC%E5%8F%91 |
Beta Was this translation helpful? Give feedback.
2 replies
-
|
C和D的-p参数指定B的公网地址不就可以了吗?或者A使用easytier-core --relay-network-whitelist --relay-all-peer-rpc就是禁止转发只帮助打洞 |
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.
Uh oh!
There was an error while loading. Please reload this page.
-
服务器端机器A: easytier-core -i 10.10.3.1 --relay-network-whitelist --network-secret xxx --network-name xxx
有公网ip的客户端机器B:easytier-core -p tcp://机器A的公网IP:11010 -d --network-secret xxx --network-name xxx
无公网ip的客户端机器C:easytier-core -p tcp://机器A的公网IP:11010 -d --network-secret xxx --network-name xxx
无公网ip的客户端机器D:easytier-core -p tcp://机器A的公网IP:11010 -d --network-secret xxx --network-name xxx
现在C和D是通过A中转流量,有没有办法禁止A中转流量,由其他客户端机器,例如B中转流量呢?
easytier版本: v2.4.0
Beta Was this translation helpful? Give feedback.
All reactions