昨天突然发现无法通过 OpenVPN 连接到家里的 NAS ,今天详细测试发现在 iKuai 配置了端口转发的情况下,外部网络的 PING 正常,但是 UDP 和 TCP 端口的入站通讯都会被打断。
测试了 8000 段,50000 段等高端口,家庭内网服务器开了一个简单的 http 服务显示 hello world 页面,内网测试正常,说明服务器没问题,外部网络测试 connection reset by peer
➜ ~ curl -v http://xx.xx.xxx.xxx:60013/
执行时间:2025-07-08 10:17:06
* Trying xx.xx.xxx.xxx:60013...
* Connected to xx.xx.xxx.xxx (xx.xx.xxx.xxx) port 60013
> GET / HTTP/1.1
> Host: xx.xx.xxx.xxx:60013
> User-Agent: curl/8.7.1
> Accept: */*
>
* Request completely sent off
* Recv failure: Connection reset by peer
* Closing connection
curl: (56) Recv failure: Connection reset by peer
![]() |
1
processzzp 72 天前
|
2
wanwaneryide 72 天前
我用的 8000 段的,晚上试试
|
3
dsx826 72 天前 via Android
假公网啦,用回内网 IPv4 吧
|
![]() |
4
wy315700 72 天前
应该是 NAT4444 吧
|
![]() |
5
greatbody OP |
6
HandSonic 72 天前
直接用 TailScale 或者 ZeroTier 或者
|
7
rootjian 72 天前
同武汉的 没这个问题 不过用的是 wireGuard 回家, 之前没用 wireGuard 也试过 dmz 暴露服务器到公网,也没出现过被屏蔽的情况
|
![]() |
8
Roy0526 72 天前
武汉联通,不给 v4 的公网 ip 。目前桥接,使用的 ipv6 。
|
![]() |
9
1QWxx6CtzA3CPgEQ 72 天前
来 500 人 湖北宽带用户 wx 群 玩吗
|
10
helixcn2022 72 天前 via Android
检查一下你还有没有公网吧
|
![]() |
12
1QWxx6CtzA3CPgEQ 70 天前
@blakan 加我 wx wuhan_telecom
|
![]() |
13
greatbody OP 先怀疑是所谓运营商屏蔽 http ,我就索性写了一个 tcp 的字符串通讯程序,部署在我的本地,和云服务器。本地监听 A 端口,ikuai 映射到公网 A 端口,服务器连接此公网 IP 的 A 端口,连接成功,但是发送数据就被 reset 。说明这个数据中断是无条件的。
|