Use of 'CNAME' record

 

 

  A 'CNAME' record or canonical name records make one domain alias of another. The aliased domain gets all the subdomain and DNS records of the original.

  You should use a 'CNAME' record whenever you want to assossiate a new domain to an already existing 'A' record that is you can make www.subdomain.tld to subdomain.tld which should already have been assigned an ip with an 'A' record.This allows you to have many subdomains as you wish without have been assigned to an ip with an 'A' record.

eg:

 stuff.everybox.com. IN CNAME www.everybox.com.

 where www.everybox.com is an 'A' record listing an ip address and stuff.example.com points to www.example.com

  • 56 Users Found This Useful
Was this answer helpful?

Related Articles

How to generate an SSH key in linux?

        To generate an ssh key in linux you have to execute the command...

How to install ClamAV antivirus from a source code?

    Download the clamAV source from http://www.clamav.net.The latest version is...

Steps to install BFD(Brute Force Detection). using source code

  BFD Brute Force Detection is a modular shell script for parsing applicable logs and...

How to backup a data base in linux through mysql command ?

       If you want to take the backup of a database, follow these steps...

How to restore a database through mysql command ?

           If you want to restore a database, you have to follow...