V2EX = way to explore
V2EX 是一个关于分享和探索的地方
Sign Up Now
For Existing Member  Sign In
raysonx

山东联通 GitHub 空路由

  •  
  •   raysonx · Jan 22, 2020 · 5349 views
    This topic created in 2291 days ago, the information mentioned may be changed or developed.

    DNS

    $ dig github.com
    
    ; <<>> DiG 9.14.8 <<>> github.com
    ;; global options: +cmd
    ;; Got answer:
    ;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 4867
    ;; flags: qr rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 0, ADDITIONAL: 1
    
    ;; OPT PSEUDOSECTION:
    ; EDNS: version: 0, flags:; udp: 4096
    ;; QUESTION SECTION:
    ;github.com.			IN	A
    
    ;; ANSWER SECTION:
    github.com.		10	IN	A	52.74.223.119
    
    ;; Query time: 0 msec
    ;; SERVER: 127.0.0.1#53(127.0.0.1)
    ;; WHEN: Wed Jan 22 14:13:18 CST 2020
    ;; MSG SIZE  rcvd: 55
    
    

    MTR:

    Host                                Loss%   Snt   Last   Avg  Best  Wrst StDev
     1. 112.228.*.*                     0.0%     5    3.2   5.5   3.2  14.2   4.9
     2. 61.179.30.177                     0.0%     5    3.8   3.8   3.2   4.1   0.4
     3. (waiting for reply)
    

    宽带和手机流量都无法访问,从路由追踪看貌似在省网还没进入骨干网就丢了。不知是临时故障还是不可说。 山东电信目前正常。

    Host                                Loss%   Snt   Last   Avg  Best  Wrst StDev
     1. **                            0.0%     4    1.3   1.8   1.3   2.8   0.7
     2. **  0.0%     4    6.9  10.9   6.9  22.0   7.4
     3. 60.235.178.109                    0.0%     4    3.8   8.6   3.5  23.5   9.9
     4. 60.235.176.117                    0.0%     4    8.6   8.4   8.1   8.6   0.2
     5. 202.97.40.81                      0.0%     4   26.2  27.0  24.8  29.0   1.9
     6. 202.97.57.233                     0.0%     4   25.0  25.0  24.8  25.4   0.3
     7. 202.97.90.57                     25.0%     4   23.6  33.1  23.6  38.8   8.3
     8. 202.97.61.162                     0.0%     4   80.1  86.8  80.1  93.8   6.8
     9. 183.91.56.82                      0.0%     4   87.0  86.7  86.3  87.0   0.4
    10. (waiting for reply)
    11. (waiting for reply)
    12. 52.93.10.27                      33.3%     3  182.5 193.5 182.5 204.5  15.5
    13. 52.93.11.25                       0.0%     3  166.2 160.9 154.0 166.2   6.3
    14. 52.93.11.24                       0.0%     3   86.1  86.8  86.1  88.1   1.2
    15. 52.93.8.119                       0.0%     3   91.7  90.8  90.4  91.7   0.7
    16. 203.83.223.29                     0.0%     3   80.2  87.2  80.2  99.1  10.3
    17. (waiting for reply)
    
    
    15 replies    2020-01-26 19:22:20 +08:00
    Mogugugugu
        1
    Mogugugugu  
       Jan 22, 2020
    不定时抽风、不止 Github、还有 nuxtjs 等其他几个站也偶发性抽风,基本短时间内恢复。不知道为啥 = =
    alect
        2
    alect  
       Jan 22, 2020
    我这测试的是禁止 ping 了,不过访问正常
    ClericPy
        3
    ClericPy  
       Jan 22, 2020
    今天中午开始的 ssh 连不上 github, 只好在 .ssh/config 里加了一句 http 代理
    wellhope
        4
    wellhope  
       Jan 22, 2020 via iPhone
    我家秦皇岛联通的宽带无法访问 github,打客服电话也没解决
    raysonx
        5
    raysonx  
    OP
       Jan 22, 2020 via iPhone
    @alect GitHub 一直都禁 ping。我是今天连不上后追踪了一下路由,发现空路由了,
    ymlking
        6
    ymlking  
       Jan 23, 2020
    联通是抽风呢 电信没事
    ymlking
        7
    ymlking  
       Jan 23, 2020
    @wellhope 联通是抽风呢 电信没事 联通换 dns 试试
    wellhope
        8
    wellhope  
       Jan 23, 2020
    @ymlking 换了 DNS 也不行
    wwbfred
        9
    wwbfred  
       Jan 23, 2020   ❤️ 2
    IP 的封锁不是在国际出口,一直都是在省级出口做路由黑洞.这样做估计是为了减轻国际出口各方面的负载.但这个列表不同的省和运营商似乎并不完全同步,导致各省之间的访问还存在差异.
    你解析到的这个段是亚马逊的云业务段,印象中是最近才启用的.你可以检测下是这个 IP 挂了还是整个大段挂了,再看看是不是所有这个段中 github 的 IP 都挂了,以此判断是不是省级运营商特地针对 github.
    raysonx
        10
    raysonx  
    OP
       Jan 23, 2020
    @wellhope
    @wwbfred 我做了一些详尽的测试,当 DNS 解析 github.com 到 52.74.223.119 时,就无法访问 GitHub,除非手动改 hosts 到其他节点。
    另外 MTR 显示只有 52.74.223.119 断在省级出口,前后一个 IP (比如 52.74.223.118 或者 52.74.223.120 )都可以正常出国。几乎可以断定这个 IP 被墙了。
    Altar
        11
    Altar  
       Jan 23, 2020
    青岛联通(移动没事)现在好了,走的 OpenDNS 5353 解析( 13.250.177.223 ),依然被封了两天,路由走到 119.167.89.x 就抽了。
    Altar
        12
    Altar  
       Jan 23, 2020
    好吧又挂了
    raysonx
        13
    raysonx  
    OP
       Jan 24, 2020
    @Altar
    @ymlking
    @wellhope
    @Mogugugugu 时不时能访问,然后断掉,温水煮青蛙。
    happylty
        14
    happylty  
       Jan 25, 2020
    河南联通同。
    我访问 GitHub 无法访问我就来论坛看看,果然有人跟我一样。
    bloggergo
        15
    bloggergo  
       Jan 26, 2020
    可能就是联通在省级出口对 Github IP 地址的路由黑洞,看来要等年后工信部投诉才行了
    About   ·   Help   ·   Advertise   ·   Blog   ·   API   ·   FAQ   ·   Solana   ·   2589 Online   Highest 6679   ·     Select Language
    创意工作者们的社区
    World is powered by solitude
    VERSION: 3.9.8.5 · 76ms · UTC 12:51 · PVG 20:51 · LAX 05:51 · JFK 08:51
    ♥ Do have faith in what you're doing.