Editing Your Domain

     
   Editing Your Domain
 

For each new domain name, the Panel automatically creates a DNS zone with default records. The domain names should work fine with the automatic configuration, however, if you need to perform custom modifications in the domain name zone, you can do that through your Panel.

To view the resource records in a DNS zone of a domain:

  1. Go to the Websites & Domains tab > DNS Settings.
  2. If you have several domain names, select the domain name whose DNS settings you want to view.

    A screen will show all resource records for a given domain.

To add a new resource record to the zone:

  1. Go to the Websites & Domains tab > DNS Settings.
  2. If you have several domain names, select the domain name whose DNS settings you want to manage.
  3. Click Add Record.
  4. Select a resource record type, and specify the appropriate data:
    • For an NS record, which specifies the domain name of a name server that is responsible for a DNS zone of a domain, you need to specify the domain name (or a subdomain), and then the corresponding name server's domain name. If you are defining an NS record for your main domain, then you should leave the domain name field empty. If you are defining a name server for a subdomain, then type the subdomain into the domain name field. After that, type the appropriate name server's domain name into the name server field. For example: ns1.mynameserver.com.
    • For A and AAAA records, which associate IP addresses with domain names, you need to specify the domain name and IP address. If you are simply defining a record for your main domain, then you should leave the domain name field empty. If you are defining a record for a name server, then type ns1 or ns2 into the domain name field. Then specify the appropriate IP address with which to associate the domain name.
    • For a CNAME record, which specifies which subdomains (or domain aliases that look like subdomains, for example, www) should be associated in the Domain Name System with the main domain address, you need to type the subdomain name or www alias, and then, the main domain name.
    • For an MX record, which specifies the host name of the preferred mail server for the given domain, you need to specify the mail domain (or subdomain), the domain name of the mail exchange server responsible for receiving e-mail, and the server's priority. For the main domain, you would simply leave the available field blank. Then type the domain name of your mail server. If you are running a remote mail server named 'mail.myhostname.com', then simply type 'mail.myhostname.com' into the Mail exchange server field. After that, specify its priority: 0 is the highest and 50 is the lowest.
    • For a PTR record, which is required for reverse DNS lookup (an IP address is translated to domain name), you need to enter the IP address/mask, and then type the appropriate domain name for this IP address to be translated to.
    • For a TXT record, which is used for specifying arbitrary human-readable text, you can type an arbitrary text string, or an SPF record.
    • For an SRV record, which is used for specifying location of services other than mail, you will need to enter the service name, protocol name, port number, and target host. You can also specify the priority of the target host, and relative weight (for records with the same priority) in the appropriate fields.

4. Click OK, and then click Update.

To modify the properties of a resource record:

  1. Go to the Websites & Domains tab > DNS Settings.
  2. If you have several domain names, select the domain name whose DNS settings you want to manage.
  3. Click the hyperlink in the Host column corresponding to the resource record you want to modify.
  4. Modify the record as required, click OK, and then click Update.

In addition to the resource records described above, there is also a Start of Authority record. This record indicates that this DNS name server is responsible for the domain's DNS zone. It also contains settings that affect propagation of information about the DNS zone in the Domain Name System.

To modify the entries in the Start of Authority (SOA) record for a domain:

  1. Go to the Websites & Domains tab > DNS Settings.
  2. If you have several domain names, select the domain name whose DNS settings you want to manage.
  3. Click SOA Record.
  4. Specify the required values:
    • Refresh interval. This is how often the secondary name servers check with the master name server to see if any changes have been made to the domain's zone file. The Panel sets the default value of three hours.
    • Retry interval. This is the time a secondary server waits before retrying a failed zone transfer. This time is typically less than the refresh interval. The Panel sets the default value of one hour.
    • Expire interval. This is the time before a secondary server stops responding to queries, after a lapsed refresh interval where the zone was not refreshed or updated. The Panel sets the default value of one week.
    • Minimum TTL. This is the time a secondary server should cache a negative response. The Panel sets the default value of three hours.
    • Default TTL. This is the amount of time that other DNS servers should store the record in a cache. The Panel sets the default value of one day.
  5. Click OK, and then click Update.

Usage of serial number format recommended by IETF and RIPE is mandatory for many domains registered in some high-level DNS zones, mostly European ones. If your domain is registered in one of these zones and your registrar refuses your SOA serial number, using serial number format recommended by IETF and RIPE should resolve this issue.

The Panel-managed servers use UNIX timestamp syntax for configuring DNS zones. UNIX timestamp is the number of seconds since January 1, 1970 (Unix Epoch). The 32-bit timestamp will overflow by July 8, 2038.

RIPE recommends using YYYYMMDDNN format, where YYYY is year (four digits), MM is month (two digits), DD is day of month (two digits) and NN is version per day (two digits). The YYYYMMDDNN format will not overflow until the year 4294.

To change the Start of Authority (SOA) serial number format to YYYYMMDDNN for a domain:

  1. Go to the Websites & Domains tab > DNS Settings.
  2. If you have several domain names, select the domain name whose DNS settings you want to manage.
  3. Click SOA Record.
  4. Select the Use serial number format recommended by IETF and RIPE checkbox.

    Note: See the sample of SOA serial number generated with the selected format. If the resulting number is less than the current zone number, the modification may cause temporary malfunction of DNS for this domain. Zone updates may be invisible to the Internet users for some time.

  5. Click OK, and then click Update.

To remove a resource record from the zone:

  1. Go to the Websites & Domains tab > DNS Settings.
  2. If you have several domain names, select the domain name whose DNS settings you want to manage.
  3. Select a checkbox corresponding to the record you want to remove.
  4. Click Remove.
  5. Confirm removal, click OK, and then click Update.

To restore the original zone configuration in accordance with the default DNS template settings used on the server:

  1. Go to the Websites & Domains tab > DNS Settings.
  2. If you have several domain names, select the domain name whose DNS settings you want to manage.
  3. Click Restore Defaults.
  4. In the IP address menu, select the IP address to be used for restoring the zone.
  5. Specify whether a www alias is required for the domain.
  6. Select the Confirm the restoration of the DNS zone checkbox, and click OK.

To restore the default Start of Authority (SOA) serial number format (UNIX timestamp) for a domain:

  1. Go to the Websites & Domains tab > DNS Settings.
  2. If you have several domain names, select the domain name whose DNS settings you want to manage.
  3. Click SOA Record.
  4. Clear the Use serial number format recommended by IETF and RIPE checkbox.

    Note: See the sample of SOA serial number generated with the selected format. If the resulting number is less than the current zone number, the modification may cause temporary malfunction of DNS for this domain. Zone updates may be invisible to the Internet users for some time.

  5. Click OK, and then click Update.

By default, transfer of DNS zones is allowed only for the name servers designated by NS records contained within each zone. If you are using a Windows-based account, then you can change zone transfer settings.

If your domain name registrar requires that you allow transfer for all zones you serve:

  1. Go to the Websites & Domains tab > DNS Settings.
  2. If you have several domain names, select the domain name whose DNS settings you want to manage.
  3. Click Zone Transfers. A screen will show all hosts to which DNS zone transfers for all zones are allowed.
  4. Specify the registrar's IP or network address and click Add Network.

 

Copyright © 2014 Axle Hosting. All rights reserved.

  • 76 Usuários acharam útil
Esta resposta lhe foi útil?

Artigos Relacionados

Create Your Site - Web Presence Builder

         Create Your Site - Web Presence...

Create a Mail Account

         Create Your Site - Web Presence...

Accessing Your Business WebMail

         Accessing Your Business...

Accessing Your Business Email from Thunderbird

         Accessing Your Business Email...

Accessing Your Business Email from Outlook

         Accessing Your Business Email...