solutionz:
See: http://stackoverflow.com/questions/20080577/cant-access-cloudfront-and-fastly-files-web-sites-not-loading
I think it's because of LSN (or NAT444, CGN) that installed in ISP network.
(ISP don't want customers to notice this change.)
My ISP recently deploy LSN short before this problem arise.
I think IP address pool in LSN is too small (poorly deploy by ISP) so too many users share the same IP address.
this cause CDN networks to think they got DOS attack from particular IP address.
then CDN networks will temporary block (or null route) the LSN IP address.
The way I read it, it should only affect CGNAT. Given that I have a static IP I'm not supposed to CGNAT'd and I can actually connect to my home network via said IP.
But if I were CGNAT'd that would be exactly what I'd think.
yitz: Even with static IP, I still think it's to do with your IP being blacklisted somewhere on BigPipe's end. Does your modem/router have a ping facility in its web admin you can try? What does a successful tracert look like? What about to 202.162.72.2 or a site you able to access.
tracert to 202.162.72.2 looks the same as to 202.162.73.2 (trademe)
Successful tracert:
PS C:\WINDOWS\system32> tracert 8.8.8.8
Tracing route to google-public-dns-a.google.com [8.8.8.8]
over a maximum of 30 hops:
1 1 ms 1 ms 1 ms router [192.168.88.1]
2 24 ms 24 ms 23 ms 210.54.34.1
3 24 ms 23 ms 23 ms 122.56.60.68
4 23 ms 22 ms 24 ms 122.56.60.69
5 22 ms 22 ms 22 ms ae11-201.akbr6.global-gateway.net.nz [122.56.118.145]
6 26 ms 22 ms 23 ms ae5-2.akbr7.global-gateway.net.nz [210.55.202.213]
7 45 ms 47 ms 46 ms xe0-0-1.sgbr3.global-gateway.net.nz [202.50.232.110]
8 47 ms 46 ms 46 ms ae2-10.sgbr4.global-gateway.net.nz [202.50.232.246]
9 48 ms 47 ms 50 ms google-gsw.sgbr4.global-gateway.net.nz [202.50.237.198]
10 47 ms 47 ms 47 ms 72.14.237.11
11 46 ms 46 ms 46 ms 216.239.40.255
12 47 ms 47 ms 46 ms google-public-dns-a.google.com [8.8.8.8]
Trace complete.
Ping from the router works!!!
Traceroute from router looks this way:
As you can see it uses a different route!!!
What does it tell us?