System Status
Buy Now
  • Email & Apps
  • Office 365
Login
  • MyRackspace Portal
  • Cloud Control Panel
  • Rackspace Webmail Login
  • Cloud Office Control Panel
  • Support Home
  • How-To
  • Developer Documentation
  •  Blogs 
    • Expert Insights Tech Blog
    • Rackspace Blog
    • Solve: Thought Leadership

Support Network

End-to-End Multicloud Solutions.   Solving Together.™   Learn more at Rackspace.com

How–To Home

Cloud DNS

  • Introduction
  • FAQ
  • All Articles

DNS SOA records

Last updated on:  2018-12-18

Authored by:  Rose Contreras


A Start of Authority (SOA) resource record indicates which Domain Name Server (DNS) is the best source of information for the specified domain. Every domain must have an SOA record.

When you add a domain to the DNS, the email address that you enter is added to the SOA record for the domain. This publicly associates the email with the domain.

For example, the email address associated with the rackspace.com domain is hostmaster@rackspace.com. You can see the SOA record for rackspace.com by running the following command:

$ dig rackspace.com +nssearch

Note: You use the dig command to perform DNS queries on Linux® systems. If you have a Microsoft® Windows® server, use the nslookup tool instead.

The command returns the following response:

SOA ns.rackspace.com. hostmaster.rackspace.com. 1392389079 300 300 1814400 300 from server 69.20.95.4 in 12 ms.

The SOA record includes the following details:

  • Primary name server for the domain: In this example, ns.rackspace.com.
  • Email for the domain: In this example, hostmaster@rackspace.com.
  • Revision number: This number changes every time you update the domain.
  • Refresh time: The number of seconds before the zone refreshes.
  • Retry time: The number of seconds before a failed refresh is retried.
  • Expiration time: The time, in seconds, before the data is considered unreliable.
  • Minimum TTL: The default that applies to all of the resource records in the zone.

Share this information:

©2020 Rackspace US, Inc.

Except where otherwise noted, content on this site is licensed under a Creative Commons Attribution-NonCommercial-NoDerivs 3.0 Unported License

See license specifics and DISCLAIMER

About Rackspace
  • About
  • Customer Stories
  • Events
  • Programs
Blogs
  • The Rackspace Blog
  • Expert Insights Tech Blog
  • Solve: Thought Leadership
  • News
  • Contact Information
  • Legal
  • Careers
Site Information
  • Style Guide for Technical Content
  • Trademarks
  • Privacy Statement
  • Website Terms
Support Network
  • Support Network Home
  • Rackspace How-To
  • API Documentation
  • Developer Center
  • ©2020 Rackspace US, Inc.