|
|
发表于 2019-1-27 01:15:14
|
显示全部楼层
本帖最后由 ghyghoo8 于 2019-1-27 01:24 编辑
而且现在移动不管干什么流量稍微跑多一点就把端口断掉了
断掉的时候icmp追踪还是正常,tcp追踪全被屏蔽(忘记用啥办法看到是断在骨干网了)
安心富强装联通吧
以下针对vultr日本测试 200ms+是正常延迟 60ms就是被断了
#icmp测试
- 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=43
- Reply from 202.182.xxx.xxx: bytes=32 time=243ms TTL=43
- Reply from 202.182.xxx.xxx: bytes=32 time=216ms TTL=43
- Reply from 202.182.xxx.xxx: bytes=32 time=238ms TTL=43
- Ping 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
复制代码
#ssh端口tcp测试
- C:\Users\admin>psping 202.182.xxx.xxx:22
- PsPing v2.10 - PsPing - ping, latency, bandwidth measurement utility
- Copyright (C) 2012-2016 Mark Russinovich
- Sysinternals - www.sysinternals.com
- TCP 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.10ms
- Connecting to 202.182.xxx.xxx:22: from 192.168.1.2:65374: 220.79ms
- Connecting to 202.182.xxx.xxx:22: from 192.168.1.2:65377: 236.81ms
- Connecting to 202.182.xxx.xxx:22: from 192.168.1.2:65420: 252.71ms
- Connecting to 202.182.xxx.xxx:22: from 192.168.1.2:65451: 205.94ms
- TCP 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
复制代码
# 55代理端口tcp测试
- C:\Users\admin>psping 202.182.xxx.xxx:21000
- PsPing v2.10 - PsPing - ping, latency, bandwidth measurement utility
- Copyright (C) 2012-2016 Mark Russinovich
- Sysinternals - www.sysinternals.com
- TCP 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.08ms
- Connecting to 202.182.xxx.xxx:21000: from 192.168.1.2:65185: 53.87ms
- Connecting to 202.182.xxx.xxx:21000: from 192.168.1.2:65196: 69.63ms
- Connecting to 202.182.xxx.xxx:21000: from 192.168.1.2:65207: 57.56ms
- Connecting to 202.182.xxx.xxx:21000: from 192.168.1.2:65210: 65.66ms
- TCP 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
复制代码 |
|