In the UK here and Twitter and Github just went dark.
Massive Dyn DNS outage
271–280 of 302 posts
Re: Massive Dyn DNS outage
#272Re: Massive Dyn DNS outage
#273Re: Massive Dyn DNS outage
#274Re: Massive Dyn DNS outage
#275Re: Massive Dyn DNS outage
#276Re: Massive Dyn DNS outage
#277Re: Massive Dyn DNS outage
#278Earlier quoted context omitted.
loss of twitter, soundcloud, and github is what passes for tragic these days?
As a programmer, the loss of GitHub is a pretty big deal in terms of work productivity, and as a maintainer of production systems that rely on assets from GitHub, it's a pretty big availability issue.
Re: Massive Dyn DNS outage
#279I 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.
This is a simple case of a DNS provider evidently not having their crap together when it comes to a DDoS of any decent size. There are plenty of other DNS providers out there who are working fine currently, this DDoS is limited to just the one. It's all of that company's clients that are impacted.
I'm sure that DynETC will post something afterwards about how this was the largest DDoS they've ever encountered by many orders of magnitude and that there was no way for anyone to ever be prepared to take so much traffic... but at this point I think they're inept.
edit: just came back up. The TTLs on a few common records explain why this was so obviously a problem...
- www.reddit.com: 300 seconds (pointer to a fastly.net address, which is hosted via dynect)
- prod.reddit.map.fastlylb.net: 30 seconds
- api.twitter.com: 300 seconds
- herokussl.com: 3600 seconds
So, an outage of five minutes is enough to take out access to all of reddit and twitter. An outage of an hour is enough to take out heroku. Of course, these are best case scenarios: in reality, 50% of your users would lose access to reddit after 15 seconds (the fastly record), and so on.
Re: Massive Dyn DNS outage
#280I 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.