New DNS records are created using the bottom section of the Edit Records page. This section is labelled Add New Records.
The Edit Records page is reached by hitting the Edit Records link to the right of every zone listed on DNS manager page. The DNS Manager page can be found here:
https://www.memset.com/control/dns/
The Add New Records section contains four lines that can be used to create four DNS records at the same time.
Each line looks like the following:
The configurable parts of each zone record are as follows:
The box in the Name column is used to set the hostname that is going to be used for the record. The text that is put in here will be appended before the domain as shown to the right of the box.
Common examples of these would be to enter "www", "mail" or "ftp" to create zone records for the following:
Additional comments regarding the Name field:
The Type is a drop down box that lists all the available DNS record types that Memset supports. Please see the Record Types documentation here:
https://www.memset.com/docs/managing-your-server/dns/record-types/
The Priority field allows an order for records to be set. This field is only available for record types that accept a priority which are MX and SRV records. A record's priority is used to indicate the order of preference of use of the records. Priority is most commonly used with MX records and indicates which are the primary and secondary mail servers for a domain The record with the lowest number has the highest priority and is used first.
The Points To Address box is where the destination address is entered. The information entered here will depend on the type of record being created. It can be an IP address, a hostname or in the case of TXT or SRV records the machine readable informatoin needed for these records.
When an A or AAA record is selected in the Type field a helpful drop down list will appear showing all the IP addresses assigned to all the servers in this account.
The TTL field allows the Time To Live of the record to be set. The time to live indicates how how long this record should be cached before it is re-checked. Unless there exists a specific requirement to change this period it should be left at the default.
The following is a basic set of records to get a website and email working on the same server. These examples will use the the example domain AnExampleDomain.com and the IP address 1.2.3.4
This record will resolve www.AnExampleDomain.com to the IP address 1.2.3.4. Should any further hostnames be required either create new A records for them or, if they all resolve to the same IP address replace the www's with a * (star symbol) to create a catchall record.
Getting email to arrive at your server requires two records. This is because an MX record, the record that is used to direct email, should be configured with a hostname and not an IP address. It is possible to use an IP address but many spam filtering system will flag this as suspicious and more of your emails will get listed as spam.
Therefore, the A records must first be created. This commonly set to be e.g. mail.domain.com, and in with out example domain would look like the following:
Once the A record is set then an MX record need to be created that will resolve to it. This should look like:
Please note, the first field must be left blank in order to use an email address such as John@AnExampleDomain.com
Last updated 10 June 2015, 22:03 GMT