‘cloud’ Archive

Rackspace Cloud (Mosso) DNS

12 June 2009 22:59

Some people aren’t aware that for Rackspace Cloud Servers they also offer DNS which is pretty handy. The setup however is a little odd and the interface different to any other DNS/zone editor I’ve used. There’s a number of KB entries under The Rackspace Cloud control panel as well.

A quick guide on how to enter the details to get it to work. If you login, access your server and click DNS you’ll first need to add the domain name, in these examples domain.com. Once done click on the domain and then you can add away. You can’t edit, well if you call delete and add editing then yes you can.

So, for an A record:

Name: domain.com
Content: 1.2.3.4
Priority: 10
TTL: 300
Type: A

And a CNAME record:

Name: cname.domain.com
Content: another.domain.co.uk
Priority: 10
TTL: 300
Type: CNAME

For sub-domains you have to put the full domain in rather than just the sub-domain so:

Name: sub.domain.com
Content: 1.2.3.4 (or a CNAME)
Priority: 10
TTL: 300
Type: A

For MX records they say just use your IP as the content:

Name: domain.com
Content: 1.2.3.4
Priority: 10 (increment for additional MX entries)
TTL: 300
Type: MX

I think however you can also do this:

Name: domain.com
Content: 10 mail.domain.com (assuming you have a standard A record setup with IP called mail)
Priority: 10
TTL: 300
Type: MX

That’s it.

Filed: Technology // Tagged: , , , // No Comments

Moving into the clouds

10 June 2009 21:46

I’ve decided to take a leap and try moving all the sites I host into the cloud. Currently I’ve got a dedicated server but it doesn’t really do a lot most of the time and the pay for usage idea appeals. I’ve got a cloud server over at Mosso (soon to be The Rackspace Cloud) running CentOS 5.3 and I’m also in the process of getting Railo server / Resin running to handle the CFML stuff. So far it’s going OK.

Few things that I needed to get resin to compile, like gcc, glibc-devel, openssl-devel, openssl but aside from that pretty easy. I’ll try and write up a step by step guide when it’s working.

Filed: Technology // Tagged: , , , // No Comments

 
Twitter   •   About   •   Contact
©2010 Ian Winter. All Rights Reserved.   •   Powered by WordPress   •   Hosted at Memset