One of the many challenges that can face a person while attempting to make modifications to a zone file is knowing what all of the different records are used for. This article highlight several of the commonly used records in an attempt to help demystify them.
First lets start with a look at a typical zone file:
;Panel 11.24.4-CURRENT_33868 ; Zone file for sive.host $TTL 14400 @ 86400 IN SOA ns.sive.host. admin.sive.host. (
2009022402 ; serial, todays date+todays 86400 ; refresh, seconds 7200 ; retry, seconds 3600000 ; expire, seconds 86400 ) ; minimum, seconds sivehost.com. 86400 IN NS ns.sive.host.
sivehost.com. 86400 IN NS ns1.sive.host.
sivehost.com. IN A 129.232.139.21 localhost IN A 127.0.0.1 sivehost.com. IN MX 0 sive.host.
mail IN CNAME sive.host.
www IN CNAME sive.host.
ftp IN A 129.232.139.21 cpanel IN A 129.232.139.21 webmail IN A 129.232.139.21 sivehost.com. IN TXT "v=spf1 a:email.sive.host a:mxgate-02.sive.host a:agile.sive.host a:swift.sive.host sive.host ~all"
TTL
Time to Live — The time to live value sets how long this information will be good for when a recursive DNS server queries for information on your domain name. The value is typically set in seconds.
SOA
Sate of Authority — The state of authority record specifies the DNS server providing authoritative information about an Internet domain, the email of the domain administrator, the domain serial number, and several timers relating to refreshing the zone.
NS
Nameserver — The servers listed in the NS record are the authoritative nameservers for the domain.
MX
Mail Exchange record — The MX record state the location that mail directed at the domain will be sent. MX records should always be fully qualified domain names, never just an IP address.
A
Address record — The address record assigns an IP address to a domain or subdomain name. An A record will always be an IP address.
CNAME
Canonical name — The CNAME record makes one domain name an alias of another. The aliased domain gets all the subdomains and DNS records of the original. To put this in simple terms, a CNAME redirects requests to another record. A CNAME record will always be a fully qualified domain name.
TXT
Text Record — A TXT record allows an administrator to insert arbitrary text into a DNS record. The most common implementation of TXT records are for adding SPF records to a domain.
===
SiveHost's Support is always available to assist customers with this or any other issue. If you need our assistance please contact us:
WhatsApp +27738415369
support@sive.host