|
发表于 2019-1-27 00:40:00
|
显示全部楼层
本帖最后由 ghyghoo8 于 2019-1-27 01:24 编辑
而且现在移动不管干什么流量稍微跑多一点就把端口断掉了
断掉的时候icmp追踪还是正常,tcp追踪全被屏蔽(忘记用啥办法看到是断在骨干网了)
安心富强装联通吧
以下针对vultr日本测试 200ms+是正常延迟 60ms就是被断了
#icmp测试
[ol]C:\Users\admin>ping 202.182.xxx.xxx Pinging 202.182.xxx.xxx with 32 bytes of data:Reply from 202.182.xxx.xxx: bytes=32 time=220ms TTL=43Reply from 202.182.xxx.xxx: bytes=32 time=243ms TTL=43Reply from 202.182.xxx.xxx: bytes=32 time=216ms TTL=43Reply from 202.182.xxx.xxx: bytes=32 time=238ms TTL=43Ping statistics for 202.182.xxx.xxx: Packets: Sent = 4, Received = 4, Lost = 0 (0% loss),Approximate round trip times in milli-seconds: Minimum = 216ms, Maximum = 243ms, Average = 229ms[/ol]复制代码
#ssh端口tcp测试
[ol]C:\Users\admin>psping 202.182.xxx.xxx:22 PsPing v2.10 - PsPing - ping, latency, bandwidth measurement utilityCopyright (C) 2012-2016 Mark RussinovichSysinternals - www.sysinternals.comTCP connect to 202.182.xxx.xxx:22:5 iterations (warmup 1) ping test:Connecting to 202.182.xxx.xxx:22 (warmup): from 192.168.1.2:65351: 230.10msConnecting to 202.182.xxx.xxx:22: from 192.168.1.2:65374: 220.79msConnecting to 202.182.xxx.xxx:22: from 192.168.1.2:65377: 236.81msConnecting to 202.182.xxx.xxx:22: from 192.168.1.2:65420: 252.71msConnecting to 202.182.xxx.xxx:22: from 192.168.1.2:65451: 205.94msTCP connect statistics for 202.182.xxx.xxx:22: Sent = 4, Received = 4, Lost = 0 (0% loss), Minimum = 205.94ms, Maximum = 252.71ms, Average = 229.06ms[/ol]复制代码
# 55代理端口tcp测试
[ol]C:\Users\admin>psping 202.182.xxx.xxx:21000 PsPing v2.10 - PsPing - ping, latency, bandwidth measurement utilityCopyright (C) 2012-2016 Mark RussinovichSysinternals - www.sysinternals.comTCP connect to 202.182.xxx.xxx:21000:5 iterations (warmup 1) ping test:Connecting to 202.182.xxx.xxx:21000 (warmup): from 192.168.1.2:65182: 69.08msConnecting to 202.182.xxx.xxx:21000: from 192.168.1.2:65185: 53.87msConnecting to 202.182.xxx.xxx:21000: from 192.168.1.2:65196: 69.63msConnecting to 202.182.xxx.xxx:21000: from 192.168.1.2:65207: 57.56msConnecting to 202.182.xxx.xxx:21000: from 192.168.1.2:65210: 65.66msTCP connect statistics for 202.182.xxx.xxx:21000: Sent = 4, Received = 4, Lost = 0 (0% loss), Minimum = 53.87ms, Maximum = 69.63ms, Average = 61.68ms[/ol]复制代码 |
|