Search by Keyword

Need help getting to the cloud? Just search for a specific topic that you're looking for help on.

What is a CNAME Record?

A CNAME (canonical name) record is a DNS record that can be used to create an alias for the domain and allow traffic for the domain name to be redirected somewhere else.  CNAME records allow a machine to be known by more than one hostname.  There must always be an A record for the machine before aliases can be added.  The hostname of a machine that is stated in an A record is called the canonical, or official name of the machine.   Other records should point to the canonical name.

Example CNAME Record: 

mail.first.mydomain.com. IN CNAME first.mydomain.com

How Useful Was This To You?

1
Average: 1 (2 votes)