gpt4 book ai didi

Wireguard VPN 无法从服务器接收数据

转载 作者:行者123 更新时间:2023-12-03 21:02:21 33 4
gpt4 key购买 nike

我的wireguard服务器和客户端配置如下:

服务器:

[Interface]
PrivateKey = <server private key>
Address = 192.168.2.4
ListenPort = 51821

[Peer]
PublicKey = <client public key>
AllowedIPs = 172.20.10.5/32


客户:
[Interface]
PrivateKey = <client private key>
Address = 172.20.10.5

[Peer]
PublicKey = <server public key>
AllowedIPs = 192.168.2.4/32
Endpoint = <Public IP>:51821
PersistentKeepalive = 25


当我启动它们时,我的客户端无法 ping 服务器网络中的任何机器。在浏览器中,该 IP 仍然是客户端的 Internet IP。当我跑 wg在客户端,它显示发送了一些数据,而在传输信息中收到了 0 个数据。

我的配置有什么明显的错误吗?如果没有,常见的故障排除方法是什么?

最佳答案

也许尝试:

服务器:

[Interface]
PrivateKey = <server private key>
Address = 10.200.200.1/24
ListenPort = 51821

[Peer]
PublicKey = <client public key>
AllowedIPs = 10.200.200.2/32

客户:
[Interface]
PrivateKey = <client private key>
Address = 10.200.200.2/32

[Peer]
PublicKey = <server public key>
AllowedIPs = 10.200.200.1/24
Endpoint = <Public IP>:51821
PersistentKeepalive = 25

我还没有尝试过 AllowedIPs 选项,所以我不能保证它会起作用。我可以通过删除这些行来保证它可以工作。但希望你已经想通了!!

如果有帮助,我做了一个教程: https://github.com/agavrel/wireguard_cloud

关于Wireguard VPN 无法从服务器接收数据,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/56534747/

33 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com