If you have an active DNSimple web UI session (or API key) you can change your root nameservers by hitting their web tier directly at 50.31.213.210. We've successfully switched our domains over to nsone.net.
Even without an active session, I was able to get this working by adding an entry to my /etc/hosts file with that IP and dnsimple.com.
DNSimple DDOS Attack
91–100 of 120 posts
Re: DNSimple DDOS Attack
#92Earlier quoted context omitted.
Yes - that should work. I'm about to make that change to bring back our site. 2 on one name server, 2 on another.
Cool. Do you need a provider that supports 'zone transfers'? Or is that only to keep things in sync automatically ?
No.
> Or is that only to keep things in sync automatically?
Yes.
Re: DNSimple DDOS Attack
#93Earlier quoted context omitted.
Will these services not have the same thin pipe issue that's currently affecting DNSimple?
Not that I have any reliable info, but what I've heard, DNS Made Easy is a pretty stable and established DNS provider. They brag about "99.9999% uptime history" at http://www.dnsmadeeasy.com/technology/ . Though they doesn't seem as innovative and nice as DNSimple. Really hope things work out for DNSimple (really like the idea of their beta feature GitHub sync).
Their interface is pretty bad, but the backend is hardy.
Re: DNSimple DDOS Attack
#94Earlier quoted context omitted.
good luck finding any major online property or infrastructure that isn't making use of some kind of proprietary syntactical dns sugar. it doesn't mean you can't span providers, but it does mean it takes a lot more work to do so. anyway, you're not wrong, the best approach to mitigate this kind of thing is to leverage multiple dns networks. but doing so is not easy unless the application is still using dns like it was…
Using a WWW subdomain with CNAMEs accomplishes effectively the same thing as using ALIAS on an apex domain name, and doesn't rely on anything out-of-spec or proprietary, making it easier to serve redundantly. (Did you ever wonder why google.com and facebook.com redirect to www?) (Or is there more to ALIAS than that, which wasn't on the page in GP? Happy to be corrected if so)
Re: DNSimple DDOS Attack
#95Earlier quoted context omitted.
It's surprising that they're appear to not be multihomed... http://bgp.he.net/AS32771 Unlike Dyn or CloudFlare: http://bgp.he.net/AS33517 http://bgp.he.net/AS13335
They're in ServerCentral's datacenter and ServerCentral is very much multi homed. They wouldn't gain anything by doing native BGP to all these peers in the exact same datacenter when SC's backbone will handle this stuff for them.
Re: DNSimple DDOS Attack
#96What are the recommended practices to prevent too much down time when your DNS provider goes down?
have multiple providers? VPSs aren't expensive and setting up bind9 or bind10 or whatever authoritative name serving daemon isn't rocket science (well, you CAN do it wrong). my experience shows, that at least 3 servers with 3 different providers is good enough. and "providers" I mean different company, city, datacenter, transit provider... trusting single entity with anything (even if they say that they have many ser…
* Get accounts with AWS (Route 53), dnsmadeeasy, and cloudflare.
* Monitor resolution at all of their name servers
* Either proactively spread your authoritative nameservers across providers, or update your root NS records based on your monitoring.
Re: DNSimple DDOS Attack
#97Free solution that worked for me: Set up a free account on cloudflare.com, duplicate all dns records (thankfully I have a simple setup)... but next time I will keep a backup zone file! FYI - Instead of an Alias record on DNSimple, CloudFlare will allow a CNAME record for the root domain using "CNAME flattening". You can now set CloudFlare's DNS service to "bypass Cloudfare" on all records by clicking the icon so you…
Re: DNSimple DDOS Attack
#98Earlier quoted context omitted.
good luck finding any major online property or infrastructure that isn't making use of some kind of proprietary syntactical dns sugar. it doesn't mean you can't span providers, but it does mean it takes a lot more work to do so. anyway, you're not wrong, the best approach to mitigate this kind of thing is to leverage multiple dns networks. but doing so is not easy unless the application is still using dns like it was…
Using a WWW subdomain with CNAMEs accomplishes effectively the same thing as using ALIAS on an apex domain name, and doesn't rely on anything out-of-spec or proprietary, making it easier to serve redundantly. (Did you ever wonder why google.com and facebook.com redirect to www?) (Or is there more to ALIAS than that, which wasn't on the page in GP? Happy to be corrected if so)
Re: DNSimple DDOS Attack
#99Re: DNSimple DDOS Attack
#100Free solution that worked for me: Set up a free account on cloudflare.com, duplicate all dns records (thankfully I have a simple setup)... but next time I will keep a backup zone file! FYI - Instead of an Alias record on DNSimple, CloudFlare will allow a CNAME record for the root domain using "CNAME flattening". You can now set CloudFlare's DNS service to "bypass Cloudfare" on all records by clicking the icon so you…
Anybody can shed some light on the difference between "CNAME flattening" and ALIAS?