[Bug] 生成的wireguard配置在linux虚拟机中无法使用
Author: codingggCreated May 9, 2024Updated Jun 8, 2024
您好,我用生成的wireguard配置中windows上连接使用是可以的;但是在linux虚拟机中使用就只能发送数据包,不能接收数据包。curl www.google.com 也不通。好奇怪,以为是linux配置的问题,但是我用自己的wireguard服务器,连接是正常的。
下面是wg信息:
allowed ips: 0.0.0.0/0, ::/0
latest handshake: 2 seconds ago
transfer: 644 B received, 28.39 KiB sent
persistent keepalive: every 25 seconds
root@dev# curl www.google.com
curl: (7) Failed to connect to www.google.com port 80 after 5014 ms: Connection refused
Source: vvbbnn00/WARP-Clash-API