| This section contains essential information about making DNS changes to your web site. Please read this document thoroughly. Topics include an important message for beginners, a short DNS tutorial, an explanation (with examples) of: A, CNAME, NS, and MX records, and how to change DNS settings. Important Message for Beginners The ability to change the DNS configuration of a web site is an important feature for many people. However, incorrect DNS modifications can take an entire web site down for an extended period of time. This is because DNS changes aren't instant (see the Tutorial below). If you make a mistake, it is possible that nobody will be able to connect to your site (including yourself). If you fix the mistake, it may take up to 72 hours for the repair to take effect. There are several things you can do to prevent mistakes:
With a little bit of practice, you will find that making DNS changes is very simple. DNS Tutorial DNS (Domain Name Servers) tell computers how to find each other over Internet. When you type an address in your browser, your ISP (Internet Service Provider) checks with it's domain name server (DNS) to determine where to send you. http://www.domain.com ---> Check with DNS ---> DNS says domain.com = 192.168.0.1 ---> You are taken to web site. Why does this happen? Why must I put my web host's name servers (DNS) in my domain record? Why does it take so long for my site to start working? Why is my domain pointing to my old host, even though I cancelled my account with them?
Why can some people reach my new site but I can't? Is there some way to view/access my site even though the DNS hasn't changed yet? Changing DNS Settings At the main control panel menu, click the "DNS Menu" icon to access the DNS settings.
Above is an example of the DNS settings for site-helper.com. The next sections provide information on changing A, CNAME, NS, MX, and PTR records. In the meantime, it is important to understand how the control panel handles hostnames. Important: There are two ways to enter a hostname:
For example, the first record in the table above can read: admin A 216.194.67.119 or Both records do the exact same thing. The sections below may discuss only one method but either is acceptable. Hint: If you are unsure how to enter a record, look at the existing records in the table for guidance. Records Explained: A, CNAME, NS, MX, and PTR. A RECORDS Address (A) records direct a hostname to a numerical IP address. For example, if you want mycomputer.yourdomain.com to point to your home computer (which is, for example, 192.168.0.3), you would enter a record that looks like:
Important: You must put a period after the hostname. Do not put periods after IP addresses. CNAME RECORDS CNAME allows a machine to be known by one or more hostnames. There must always be an A record first, and this is known as the canonical or official name. For example: yourdomain.com. A 192.168.0.1 Using CNAME, you can point other hostnames to the canonical (A record) address. For example: ftp.yourdoman.com. CNAME yourdomain.com. CNAME records make it possible to access your domain through ftp.yourdomain.com, mail.yourdomain.com, etc. Without a proper CNAME record, you will not be able to connect to your server using such addresses.
NAMESERVER (NS) RECORDS NS records specify the authoritative nameservers for the domain. Important: Changing NS records may cause your site to stop working. There is generally no need to change NS records.
MX RECORDS Free e-mail services such as everyone.net require that MX changes be made in order for their software to work. This change allows mail destined for your domain to be directed to their server. Please note that changing MX records will prevent your current POP3 accounts, forwarders, autoresponders, and mailing lists from functioning. To change the MX record, first access the "E-Mail Menu" from the control panel. Then, click the "MX Records" icon.
First, delete the old MX record by clicking the checkbox to next to the record name and click "Delete Selected." There should now be no MX records listed. Next, type in the hostname, followed by a period, given to you by the e-mail provider. Then select the priority level (usually 10) from the dropdown box on the right. The priority level will also be given to you by the e-mail provider. Click "Add." Note: Be sure to put a period at the end of the hostname. To restore the original MX settings, enter yourdomain.com. and priority 0 after deleting the other MX record. PTR RECORDS Pointer records (PTR) are used for reverse lookups. For example, to make 192.168.0.1 resolve to www.yourdomain.com, the record would look like: 1.0.168.192.in-addr.arpa PTR www.yourdomain.com. Note: The IP address is reversed in the first field. Please use a period after your hostname (second field). The “in-addr-arpa” method is the most frequently used. Important: PTR records are effective only if your site has its own IP address. Important: PTR records are only effective if named.conf is manually edited and the proper zone information is added. This can only be done by a root user (the server Admin). Credits: http://www.site-helper.com/dns.html |
Powered by WHMCompleteSolution