amuck-landowner

Setup CDN

RA4W

New Member
Verified Provider
I was just wondering if anyone could point me in the right direction, been trying to google a bit but havent really found anything.

So basically i want to setup my own CDN on my own servers.

Thanks.
 

Nikki

New Member
If you have multiple nodes per country the standard GeoDNS stuff won't work too well, you'll usually have to find a provider that supports distance based GeoDNS.

Use the nginx config from the blog post above, then use something like Rage4's "closest server first" mode for it.

I'm currently running a cdn-type thing with 5 servers on a custom powerdns based geodns system and it works quite well, I believe if you have the time Rage4 may be even better.
 

HalfEatenPie

The Irrational One
Retired Staff
Yeah Rage4 is an Anycast DNS system.  So it's probably best to use that over a self-rolled DNS system.
 

drmike

100% Tier-1 Gogent
Do you really need a CDN, that is a really important question to ask yourself.
^--- This.

You really need to be pushing a ton of traffic and lots of users (normally)... And, should be rather heavy on image type content.

Other CDN plays for stuff like nearest download site which attempt to get files on short distance path and ideally lower latency (which is meh, random on how well such really works end user performance).

Rage4 Geo-DNS stuff is just way too simple not to start with, and the price is right.  Still can utilize your machines, VPS, etc. with that and no need to engineer the DNS layer solution to determine which node to put user on.
 

ihatetonyy

New Member
so 100 gb = $4.00 seems quite expensive.
Unless my math is wrong (very distinct possibility), MaxCDN is $9/mo for 100GB, CloudFront is $12 for 100GB, and CDN77 is $4.78 for 100GB.

Especially if his CDN solution includes more expensive countries in Asia/Australia/S. America, that's not a bad price range.
 

Mid

New Member
I have no hands on experience, but assuming there is no overselling involved in this, watching bandwidth price ($/GB) on vps providers (linode: 0.01 , knownhost: 0.01 , ramnode,chicagovps,digitalocean: 0.005 to .01 , ovh: 0.001 and less), most of them tend to be 5 to 10+ times cheaper than the CDN counterparts (cdnplanet.com has a list of CDNs).

i.e cdn77 is 5 times costlier, ther rest are 10 times (or more) costlier. So, unless you really require a CDN (for search engine benefit?, etc) or you don't care about bandwidth costs, you don't need to go for a CDN I think. On the aspect of reducing downtime, may be multiple (2 or 3) vps/dedicated can be used.

I can't believe the ovh pricing, is it really true (ovh 100+ times cheaper than cloudfront)? Their SoYouStart servers (soyoustart.com/us/essential-servers.xml) claim 250 Mbps bandwidth. Assuming 12 hours of usage per day, it amounts to 40 TB per month bandwidth (250 / 8 * 60 * 60 * 12 * 30 / 1024). Price range of $42 to $63, means 0.001 to 0.0015 per GB.

Any one using them? Again, Is it really true? :)
 

texteditor

Premium Buffalo-based Hosting
Their SoYouStart servers (soyoustart.com/us/essential-servers.xml) claim 250 Mbps bandwidth. Assuming 12 hours of usage per day, it amounts to 40 TB per month bandwidth (250 / 8 * 60 * 60 * 12 * 30 / 1024). Price range of $42 to $63, means 0.001 to 0.0015 per GB.

Any one using them? Again, Is it really true? :)
This is kinda a derail, but it's closer to like ~75-80TB outbound if you are maxing it, also inbound b/w on the soyoustarts is generally full gbit
 
Top
amuck-landowner