Record Type Print

  • 0

We allow five types of address records to be added to our DNS servers. They are as follows:

A (Address) Using this type of record allows you to associate a host with an IP address. The IP address that you use does not have to be on your network. For example, you could have the host record for www point to 207.46.130.14 (the address for the Microsoft web site).

MXE (Mail Easy) Using a mail record allows you to specify the address of your mail server. When you use a mail record, you must use an IP address in the address field. (Experts: Creating a mail record actually creates both the MX and the A record in DNS. Also, when using multiple mail servers, a preference value of 10 is used on all entries).

MX (Mail) Can be either a host name under this domain name (for example, "mail3") or the name of a mail server (for example, "mail.yahoo.com."). NOTE: When using a mail server name, it should end with a period ".". (If you forget the period and we recognize the TLD, we will automatically insert one.).

CNAME (Alias) An alias record type is used to associate a host name with another host. The host that you wish to point to does not have to be on your network. For example, you could have the host record for www point to www.microsoft.com. You can also simply use an "@" to represent your domain. <b>Important</b>:When you use a domain in the address field you must add a trailing period ("."). Unless you do so the name server will add your domain to the end of the domain given.

URL Redirect URL Redirect is the standard method for URL Forwarding. When the client types in your domain name they are redirected to the web server that your page is hosted on. The only drawback of this method is as the person is looking around the site the URL that is displayed by the browser is the one of the actual web page, not your domain name. If this is a problem you can use the URL Frame method.

URL Frame URL Frame is similar to URL Redirect except that instead of redirecting the client to your web page, the web page is displayed in a frame from our web server. With this method the client's browser will display your domain name (for example: www.mydomain.com) while they are using your site and not the actual URL to your page (for example: "home.infospace.com/chris33").
Note: If you use this method of forwarding, you will want to put the 'target="_top"' attribute into any links you have that leave your page.
If we receive requests for a record type that is not listed we will consider adding it. We would, however, prefer to keep things as simple as we can in order to eliminate possible confusion.



Was this answer helpful?

« Back