前两个月装了个 SSR 服务端,端口 2333,这几天忽然就用不了了,安卓端测试报错 SSL Handshake timed out,用外网的 tcping 访问不了,但是服务器本地 tcping 可以访问,于是就关闭了 firewalld 和 Vultr 的防火墙组再试,然而还是访问不了
服务器 IP 207.148.90.28
[以下 SSR 配置]
IP: 207.148.90.28
端口: 2333
加密: chacha20
协议: origin
混淆: plain
设备数限制 : 5
单线程限速 : 0 KB/S
端口总限速 : 0 KB/S
[以下外网 tcping]
C:\Users\18859>tcping 207.148.90.28 2333
Probing 207.148.90.28:2333/tcp - No response - time=2002.094ms
Probing 207.148.90.28:2333/tcp - No response - time=2001.254ms
Probing 207.148.90.28:2333/tcp - No response - time=2000.151ms
Probing 207.148.90.28:2333/tcp - No response - time=2001.213ms
Ping statistics for 207.148.90.28:2333
4 probes sent.
0 successful, 4 failed.
Was unable to connect, cannot provide trip statistics.
[以下服务器本地 tcping]
[root@centos7 ~]# tcping localhost 2333
localhost port 2333 open.
[root@centos7 ~]# tcping 207.148.90.28 2333
207.148.90.28 port 2333 open.
[以下服务器本地 netstat]
[root@centos7 ~]# netstat -anp | grep 2333
tcp 0 0 207.148.90.28:2333 211.97.131.215:21382 SYN_RECV -
tcp 0 0 207.148.90.28:2333 211.97.131.215:21379 SYN_RECV -
tcp 0 0 207.148.90.28:2333 211.97.131.215:21381 SYN_RECV -
tcp6 0 0 :::2333 :::* LISTEN 32483/python
udp6 0 0 :::2333 :::* 32483/python
[以下 firewalld 配置]
[root@centos7 ~]# firewall-cmd --zone=public --list-ports
80/tcp 22/tcp 443/tcp 110/tcp 2333/tcp 1433/tcp 143/tcp 25/tcp
这是一个专为移动设备优化的页面(即为了让你能够在 Google 搜索结果里秒开这个页面),如果你希望参与 V2EX 社区的讨论,你可以继续到 V2EX 上打开本讨论主题的完整版本。
V2EX 是创意工作者们的社区,是一个分享自己正在做的有趣事物、交流想法,可以遇见新朋友甚至新机会的地方。
V2EX is a community of developers, designers and creative people.