Live data from Hacker News

Massive Dyn DNS outage

news.ycombinator.com

251–260 of 302 posts

Re: Massive Dyn DNS outage

#253
post #38

Earlier quoted context omitted.

From where I'm looking at the internet (central Europe), I don't notice anything. Maybe your internet on the other side of the Atlantic is broken, ours seems to be working fine. ;-) Edit: Looks like the eastern part of the USA is affected: https://cloudharmony.com/status-for-dyn

I'm in Las Vegas and I haven't had access to several sites all day. I don't think this is limited to eastern U.S.

Yep same issue in Denver

Re: Massive Dyn DNS outage

#254
post #201

Issue came from dynect.net: $ dig +trace github.com ; > DiG 9.8.3-P1 > +trace github.com [...] ;; Received 488 bytes from 192.228.79.201#53(192.228.79.201) in 154 ms github.com. 172800 IN NS ns1.p16.dynect.net. github.com. 172800 IN NS ns3.p16.dynect.net. github.com. 172800 IN NS ns2.p16.dynect.net. github.com. 172800 IN NS ns4.p16.dynect.net. ;; Received 178 bytes from 192.42.93.30#53(192.42.93.30) in 54 ms ;; conne…

If you need access to GitHub, add these to your hosts file: 192.30.253.113 github.com 151.101.4.133 assets-cdn.github.com

Awesome. Thanks!

Re: Massive Dyn DNS outage

#255
post #9

Earlier quoted context omitted.

not very useful to post a status update on a site that is experiencing the same issues with the same DNS provider. maybe post a github gist? oh wait...

Should there be a global internet status page at an easily memorizable "vanity" IP address?

Seriously, just like the 8.8.8.8 name server. I used to work at a place where the firewall blocked accessing pages by IP though.

Re: Massive Dyn DNS outage

#256

I thought DNS (particularly public) was basically immune to DDoS? If one DNS server is down, use the cached result or another server. DNS is some of the most distributable, cachable data I can imagine.

Seriously, please someone explain this. I thought DNS info is propagated among DNS servers, and it is cached on all of them... How can an attack to a single DNS company cause this outage??

Re: Massive Dyn DNS outage

#257
Is anyone noticing significant delays visiting CNN, ebay, orbitz? It took 15 seconds for the Orbitz page to load (tried from Google Chrome and Safari). It seems like outside of the core group of sites effected (GitHub, Twitter, PayPal), other major websites are having serious delays loading..

Re: Massive Dyn DNS outage

#258
post #32

All this talk about redundancy, real-time apps, scalable architecture and and a "simple" DDOS against DNS architecture brings half of the internet down. Honestly did nobody think about having a spare dns at some other company? or even backup dns server exactly for a situation like that?

Maybe it is time to widely adopt namecoin ?

Re: Massive Dyn DNS outage

#259
Anyone with an app affected by this because you use Heroku's SSL endpoint can fix this by switching to SNI. Unfortunately Heroku's API is also affected. There is a workaround... just edit your hosts file to point to the proper ip addresses temporarily.

add to /etc/hosts

23.21.149.112 api.heroku.com 107.21.99.123 ssl-doctor.heroku.com

Then use Heroku CLI to switch your app to the new SNI endpoint

heroku certs:add --type sni server.crt server.key -a YOUR_APP

That will spit out a new host name that you can point your DNS to and still be online.

Re: Massive Dyn DNS outage

#260
post #241
post #201

Earlier quoted context omitted.

If you need access to GitHub, add these to your hosts file: 192.30.253.113 github.com 151.101.4.133 assets-cdn.github.com

anyone have this info for twitter?

199.16.156.70 twitter.com

104.244.43.231 abs.twimg.com

104.244.43.231 pbs.twimg.com

Post reply on HN