We've successfully switched our domains over to nsone.net.
DNSimple DDOS Attack
21–30 of 120 posts
Re: DNSimple DDOS Attack
#22What are the recommended practices to prevent too much down time when your DNS provider goes down?
The reason for this is that resolvers will generally try at least three different name servers before giving up, so if you have three or more from a single provider that may not help.
There is also a big caveat to consider: once you use two more providers, whenever you need to make rapid DNS changes for your own availability reasons you will need to wait for the slowest-to-update provider.
Re: DNSimple DDOS Attack
#23I wonder how many of the affected companies do have redundant appservers and load balancers, but missed this piece of the puzzle...
Re: DNSimple DDOS Attack
#24For anyone else who needs to mitigate this in a hurry: Set up a new account on another host that does ALIAS records (I used pointDNS) Create your new record without much in it Change your nameservers on your domain now - they'll take time to propagate Fill in the records on your domain. If you can't remember them, print out most of your existing records with dig yourdomain.com ANY Add the rest of the records to point…
Re: DNSimple DDOS Attack
#25For anyone else who needs to mitigate this in a hurry: Set up a new account on another host that does ALIAS records (I used pointDNS) Create your new record without much in it Change your nameservers on your domain now - they'll take time to propagate Fill in the records on your domain. If you can't remember them, print out most of your existing records with dig yourdomain.com ANY Add the rest of the records to point…
If you really really want to do it anyway, most caches use either the TTL on your SOA record, or the final field in the SOA record as the negative cache TTL; so lower both of those values to something like 60 seconds.
Re: DNSimple DDOS Attack
#26Anyone switching from DNSimple? I really don't want to, but we've been down for almost 3 hours. I've seen chatter about Cloudfare and it looks pretty good, reviews?
Many customers were able to resolve the domain in the minutes immediately following the switch, and the rest seem to be trickling in.
Re: DNSimple DDOS Attack
#27Re: DNSimple DDOS Attack
#28For anyone else who needs to mitigate this in a hurry: Set up a new account on another host that does ALIAS records (I used pointDNS) Create your new record without much in it Change your nameservers on your domain now - they'll take time to propagate Fill in the records on your domain. If you can't remember them, print out most of your existing records with dig yourdomain.com ANY Add the rest of the records to point…
For those with a more deterministic bent: "propagation" time has a maximum bound of your TTL, which will show with any dig queries.
Re: DNSimple DDOS Attack
#29DNS is so straightforward, so easily distributed, and so fundamental, that I'm always astounded when it's a single point of failure for so many operations. I wonder how many of the affected companies do have redundant appservers and load balancers, but missed this piece of the puzzle...
Re: DNSimple DDOS Attack
#30DNS is so straightforward, so easily distributed, and so fundamental, that I'm always astounded when it's a single point of failure for so many operations. I wonder how many of the affected companies do have redundant appservers and load balancers, but missed this piece of the puzzle...