The following procedures explain how to add a new DNS zone to an InterWorx Control Panel server.
In many cases, you don't need to manually create a DNS zone for your domains. DNS zones are created automatically when creating SiteWorx Accounts and Pointer Domains.
Click the System Services menu item if it is not already open.
Click the DNS Server menu item if it is not already open.
Click the Zones menu item.
Click the [ Edit ] link in the Action column.
Locate the Primary Nameserver field.
Enter the new value for the Primary Namesever.
Click the button.
You will see the following message at the top of the screen: Zone edited successfully.
This will almost always be handled automatically for you when creating SiteWorx accounts and you are urged to only alter this value if you know what you are doing. This nameserver is listed on your SOA record for this domain and setting it to an incorrect value could cause your site or any of your DNS records not to function properly.
Click the System Services menu item if it is not already open.
Click the DNS Server menu item if it is not already open.
Click the Zones menu item.
Click the [ Records ] link in the Action column.
You will see a list of all of the DNS records for the zone/domain.
Locate the fields at the bottom of the table.
Select MX in the drop-down list beneath the Type column.
In the field beneath the Host column, enter the canonical name for the mail server.
In the field beneath the Target column, enter an integer value to 'rank' the MX record.
In the field beneath the TTL column, enter the length of time (in seconds) to cache this DNS record.
Click the button.
You will see the following message at the top of the screen: DNS record successfully added.
A higher rank (lower number) means that this MX record will take precedence over lower ranked (higher number) MX records when the mail is delivered for this domain.
Click the System Services menu item if it is not already open.
Click the DNS Server menu item if it is not already open.
Click the Zones menu item.
Click the [ Records ] link in the Action column.
You will see a list of all of the DNS records for the zone/domain.
Locate the fields at the bottom of the table.
Select PTR in the drop-down list beneath the Type column.
In the field beneath the Host column, enter the IP address in ".in-addr.arpa" style format. For example, if you want to make a PTR record for the IP 216.239.37.99 you would make the host field "99.37.239.216.in-addr.arpa"
In the field beneath the Target column, enter the hostname to be shown when a reverse DNS lookup is performed.
In the field beneath the TTL column, enter the length of time (in seconds) to cache this DNS record.
Click the button.
You will see the following message at the top of the screen: DNS record successfully added.
For PTR records to work you will have to get your ISP to delagate the reverse DNS authority to you.
DNS Zones
How-To:
Purpose
The following procedures explain how to add a new DNS zone to an InterWorx Control Panel server.
Procedure - Add a New DNS Zone
Prerequisites
A DNS zone must exist.
Purpose
The following procedures explain how to delete a DNS zone from an InterWorx Control Panel server.
Procedure - Delete a DNS Zone
Prerequisites
A DNS Zone must exist.
Purpose
The following procedures explain how to edit a DNS zone's SOA properties.
Edit a Zone's (SOA) Primary Nameserver
Edit a Zone's (SOA) Contact E-mail
Edit a Zone's (SOA) Refresh Time
Edit a Zone's (SOA) Retry Time
Edit a Zone's (SOA) Expire Time
Edit a Zone's (SOA) Minimum TTL
Prerequisites
A DNS Zone must exist.
Purpose
The following procedures explain how to create various types of DNS records.
Procedure - Add an A Record
Procedure - Add a CNAME Record
Procedure - Add an NS Record
Procedure - Add an MX Record
Procedure - Add a PTR Record
Procedure - Add a TXT Record
Prerequisites
A DNS Zone and associated records must exist.
Purpose
The following procedures explain how to delete DNS records.
Procedure - Delete a DNS Record
Prerequisites
A DNS Zone and associated records must exist.
Purpose
The following procedure explains how to edit DNS records.
Procedure - Edit a DNS Record