NOTE: This article is written for our Classic Cloud Control Panel. A version of this article is also available for our New Cloud Control Panel.
Creating DNS records for your domain is easy to do within the Classic Cloud Control Panel. In this article, we will look at creating a DNS zone for your domain and adding basic A, MX, and CNAME records using the Classic Cloud Control Panel.
Contents |
//
The first thing we have to do is log into the Classic Cloud Control Panel which can be found at https://manage.rackspacecloud.com.
When you log in, navigate to your Cloud Server overview page, by selecting Hosting > Cloud Servers.
This opens an overview page of your Cloud Servers. Click on the link for your Cloud Server. Next, click on the DNS tab at the top. This is where you will modify your DNS records.
The first step in setting up DNS is to add your domain. Click on the Add button. In the window that appears type your domain name in the Domain Name field. Do not enter www or anything like that. Press OK when you are done.
Now we need to add our first A record to the domain. Click on the domain in the Domain Management screen.
Click on the Add button to add our first record — a new window should appear. In this screen you will enter several pieces of information. For our example, A record we will be creating the contosso.com A record and pointing it to the IP of 12.34.56.78. Use the list below to help you fill them in:
· Name - This is the fully qualified domain name. If you are creating a domain such as contosso.com you will enter contosso.com.
· Content - For an A record this is going to be the IP address of the server. Enter 12.34.56.78.
· TTL - This is the Time-To-Live value for the record. You may enter any value you want but we recommend using 300 (seconds).
· Type - This is the record type. Leave it set to A.
Press the OK button to save your record.
You will see an A record listed for contosso.com pointing to 12.34.56.78.
Now we would like to add an MX record so users of that domain can receive e-mail. For our example, we will set our MX record to mail.contosso.com. The creation process is just like it is with an A record but we need to modify the values below:
· Name - This should match your domain. Set this to contosso.com.
· Content - This is what your MX record will point to. Set this to mail.contosso.com.
· Priority - This sets the priority of your MX record. For your first record set it to 10. Subsequent records will have 20, 30, 40, etc.
· TTL - Set your Time-To-Live value to 300.
· Type - Set your record time to MX.
Press the OK button to save your record.
You will see an MX record listed for contosso.com pointing to mail.contosso.com.
Now we would like to add a CNAME record for www.contosso.com and point it to contosso.com. This will make it so people who go to contosso.com in their web browser will be able to find our website.
Click the Add button again and follow the same procedure. Use the information below to help you fill out the fields:
· Name - This should be set to www.contosso.com.
· Content - This should be set to the location where your CNAME should point. Enter contosso.com here.
· TTL - Set this to 300 seconds.
· Type - Set the type to CNAME.
Press OK and the record will be added.
You will see the new CNAME record added.
If you used your own domain for mail (like mail.contosso.com), you should also add a CNAME entry for mail.contosso.com that points to contosso.com.
If you made a mistake and would like to delete a record, clickthe check box to the right of the record and click the Delete button at the top. Accept the confirmation and the record will be deleted.
If you would like to delete your domain entirely (and all records) you need to be in the Domain Management screen. This is the first tab you come to when you click on the DNS tab in your Cloud Server. Click on the check box to the right of the domain and click Delete at the top. Accept the confirmation and the domain will be deleted.
· dns1.stabletransit.com
· dns2.stabletransit.com
© 2011-2013 Rackspace US, Inc.
Except where otherwise noted, content on this site is licensed under a Creative Commons Attribution-NonCommercial-NoDerivs 3.0 Unported License

26 Comments
mail.
RE: mail.
mail
Re: MX record
If I delete the cloud server
Re: Deleting servers
Own DNS domain name
Is it possible to create my own DNS domain name? Instead of use dns1.stabletransit.com and dns2.stabletransit.com, use my own domain like ns1.mysite.com and ns2.mysite.com?
Thanks!
Re: Custom name server domain
You can use our [feedback forum](http://feedback.rackspacecloud.com/forums/71021-product-feedback) to suggest custom-labeled DNS servers as a feature.
What If my server is running
Re: 8080
If you want users to get to your server on port 8080 you'd either need to set up a web server to listen to port 80 and redirect behind the scenes to 8080 (like mod_proxy for apache) or you'd want to give them a URL like:
http://www.example.com:8080
That will explicitly tell the browser to go to port 8080 instead of port 80.
Why no TXT records?
Re: TXT records
The next version of our control panel will include the ability to add TXT records, I'm told. I can't say just when it will be ready, but it's definitely in the works.
My domain is 301 redirecting to port 88
RE: My domain is 301 redirecting to port 88
We'd love to help you resolve the issue that you are having being able to connect to your site. Our Fanatical Support staff is available 24 hours a day, and have access to check your account settings, and verify the functionality of our infrastructure. The best way to get assistance with this would be to open a chat with support (from the Cloud Control Panel under Support - follow the Live Chat link), or open a ticket documenting your steps so far, and we will be happy to investigate this with you. Thank you for your patience.
Adding an "NS" type record?
I have set up bind on my server and I would like to manage the *.yyy.zzz subdomains
from my server (probably with a script or something like that). Is there any support
for NS type records? Or any way I can delegate all the subdomain queries to my
own server?
Thanks in advance,
NVlass
Probably found reply
http://www.rackspace.com/knowledge_center/node/2066
It seems that I can add NS records using your API,
is this correct??
TIA,
NVlass
Re: DNS API
Its a very good and easy
Why are DNS records tied to a
I worked with an agent to
So it's now 24 hours later and I work with the same agent as the day before and I found out that rackspace cloud servers are blacklisted by some email providers. I was given these links for a workaround.
The agent is sending you to http://www.postfix.org/docs.html.
The agent is sending you to http://www.rackspace.com/knowledge_center/index.php/Setting_up_a_Mail_Relay.
The agent is sending you to http://www.rackspace.com/knowledge_center/sendgrid.
Why is there not a warning in the rackspace system about this potential email problem?
MX etc.
I have a domain e.g. mydomain.com. During DNS-server registration I need in MX records to add records like HOST & POINTS TO. What does it mean? Does it mean Host=www.mydomain.com & ponts to:???, I don´t know. Where I get my IP-number? I am sorry to ask you these stupid questions. Thanks & kind regards.
Re: MX
I'm not sure what "points to" would mean in the context of an MX record. It seems like "points to" would normally refer to the IP address of the domain. Usually that's set in the "A" record. So the best I can figure, it refers to setting up an A record for your mail server domain ("mail.example.com" might point to "1.2.3.4"), then you'd have to set that domain as your MX record.
MX Entry for Subdomain
re: mx for subdomain
If I try to add a domain that
What should I do?
re: domain adding error
Add new comment