1

我有一个安装了 pihole 和wireguard 的树莓派。Pihole 工作正常,除了用于 Android 的 Signal Messenger 外,Wireguard 也一样。当我通过 VPN 连接时,我总是会超时。

java.net.ConnectException: Failed to connect to /192.168.210.1 (port 8080) from /10.6.0.2 (port *****) after *****ms: isConnected failed: ETIMEDOUT (Connection timed out) ...

我使用 PiVPN 脚本安装了 wiregurad,因此我有一个非常简单的配置,如下所示:

 [Interface]
 PrivateKey = ***
 Address = 10.6.0.1/24
 ListenPort = ***
 [Peer]
 PublicKey = ***
 PresharedKey ***
 AllowedIPs = 10.6.0.2/32
 PersistentKeepalive = 25

我手机上的配置也很简单。

我的路由表如下所示:

default via 192.168.1.1 dev eth0 src 192.168.1.2 metric 202 
10.6.0.0/24 dev wg0 proto kernel scope link src 10.6.0.1 
192.168.1.0/24 dev eth0 proto dhcp scope link src 192.168.1.2 metric 202 

192.168.1.2 是我的 raspi 也是我的默认 DNS。我不明白为什么 Signal 试图连接到 192.168.210.1 并且只有在通过 VPN 连接时才会出现此异常。有人有想法吗?谢谢!

4

0 回答 0