1
choury 2014-12-07 11:31:15 +08:00 via Android
打开浏览器的开发者模式,看哪个请求响应异常
|
2
rokeyzki 2014-12-07 11:35:57 +08:00
基本都是因为用了谷歌的CDN
|
3
isnetit 2014-12-07 11:37:19 +08:00
cdn 被墙了 http://www.solidot.org/story?threshold=0&mode=nested&sid=41926
他的css 用到了这个域名 ping 结果 ping -n 20 s.pixogs.com Pinging s.wac.5A3D.edgecastcdn.net [37.61.54.158] with 32 bytes of data: Request timed out. Request timed out. Request timed out. Request timed out. Request timed out. Request timed out. Request timed out. Request timed out. Request timed out. Request timed out. Request timed out. Request timed out. Request timed out. Request timed out. Request timed out. Request timed out. Ping statistics for 37.61.54.158: Packets: Sent = 16, Received = 0, Lost = 16 (100% loss), 另外 ping -n 100 cdn.discogs.com Pinging e.global-ssl.fastly.net [103.245.222.230] with 32 bytes of data: Ping statistics for 103.245.222.230: Packets: Sent = 100, Received = 91, Lost = 9 (9% loss), Approximate round trip times in milli-seconds: Minimum = 67ms, Maximum = 139ms, Average = 85ms |
4
Bitex 2014-12-07 11:39:57 +08:00
明显是CDN被墙了,到s.pixogs.com的请求全部失败。
traceroute to s.wac.5a3d.edgecastcdn.net (8.7.198.45), 64 hops max, 52 byte packets 1 172.16.0.1 (172.16.0.1) 79.156 ms 26.776 ms 6.133 ms 2 125.35.80.13 (125.35.80.13) 4.998 ms 5.436 ms 3.760 ms 3 123.126.8.197 (123.126.8.197) 8.336 ms 6.082 ms 7.807 ms 4 123.126.0.125 (123.126.0.125) 9.682 ms 16.141 ms 6.783 ms 5 219.158.11.222 (219.158.11.222) 31.405 ms 28.848 ms 32.019 ms 6 219.158.23.118 (219.158.23.118) 69.369 ms 74.712 ms 77.318 ms 7 219.158.97.118 (219.158.97.118) 97.072 ms 125.325 ms 94.791 ms 8 219.158.102.130 (219.158.102.130) 292.080 ms 268.790 ms 258.572 ms 9 ge-6-22.car3.sanjose1.level3.net (4.71.112.93) 361.839 ms 249.548 ms 346.599 ms 10 * * * 11 * * * 12 * * * 13 * * * 14 * * * 15 * * * |
5
shinwood 2014-12-07 12:20:46 +08:00
|
6
Masami2Nagasawa OP |
7
Masami2Nagasawa OP |
8
chon 2014-12-07 13:01:16 +08:00
@Masami2Nagasawa 翻过去。。。
|
9
Bitex 2014-12-07 13:45:06 +08:00
@Masami2Nagasawa 既然你都能Google,这有什么难的……
|
10
zqhong 2014-12-07 13:48:37 +08:00
建议使用白名单翻墙。
https://github.com/n0wa11/gfw_whitelist |
11
aha 2014-12-07 14:06:50 +08:00
骚年,Chrome有个翻墙插件很智能,名字我就不说了,怕被说广告,大部分人都知道。
|
12
kqz901002 2014-12-07 16:32:15 +08:00
dns污染,可以试试chinadns或者pdns
或者自定义dnsmasq |