www.discogs.com, 一个唱片信息网站。
1
choury Dec 7, 2014 via Android
打开浏览器的开发者模式,看哪个请求响应异常
|
2
rokeyzki Dec 7, 2014
基本都是因为用了谷歌的CDN
|
3
isnetit Dec 7, 2014
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 Dec 7, 2014
明显是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 Dec 7, 2014
|
6
Masami2Nagasawa OP |
8
chon Dec 7, 2014
@Masami2Nagasawa 翻过去。。。
|
9
Bitex Dec 7, 2014
@Masami2Nagasawa 既然你都能Google,这有什么难的……
|
10
cha1 Dec 7, 2014
建议使用白名单翻墙。
https://github.com/n0wa11/gfw_whitelist |
11
aha Dec 7, 2014
骚年,Chrome有个翻墙插件很智能,名字我就不说了,怕被说广告,大部分人都知道。
|
12
kqz901002 Dec 7, 2014
dns污染,可以试试chinadns或者pdns
或者自定义dnsmasq |