Types of DNS records

2008-11-03 3 min read Uncategorized

<span style="font-family: verdana; font-size: x-small;">Type: A – Point subdomain.domain.com to a hard coded IP Address. Most direct and straight forward option, also note any change you make in the FreeDNS program is reflected on the internet and made live immediately. The only way you will not see immediate results is if you have cached a query on your computer by looking it up PRIOR to configuring it in the FreeDNS program.

<span style="font-family: verdana; font-size: x-small;">Type: MX – Point subdomain.domain.com to a mail server. These type of records are special for just mail servers, they can co-exist with A records, and their only use is for routing mail to a different location. All mail implementations check for this record first before attempting to route an e-mail message. If a MX record does not exist for a host, an e-mail delivery would be attempted directly to the IP that the hostname resolves to.

<span style="font-family: verdana; font-size: x-small;">Type: AAAA – Point subdomain.domain.com to a IPv6 address. Useful for those who are using IPv6 on their personal networks or those who are using a <a onclick="window.close()" href="http://www.tunnelbroker.net/" target="_new">IPv4 to IPv6 tunnel at home.

<span style="font-family: verdana; font-size: x-small;">Type: CNAME – Point subdomain.domain.com to another hostname. Good for those who are using other dynamic DNS services. You can create a CNAME record to another host and whatever subdomain.domain.com you choose here will go to whatever IP address the CNAMEd host has.

<span style="font-family: verdana; font-size: x-small;">Type: NS – Point subdomain.domain.com to another NAMESERVER. If you choose this option, then whatever subdomain.domain.com address you choose using FreeDNS will have to be configured and setup on the destination ADDRESS (nameserver) that you choose. This option basically means you are delegating a FreeDNS host to another DNS server all together, so when you choose this option you are telling every computer on the internet to ask the &#8217;address&#8217; where subdomain.domain.com is located at. If the host you point an NS record to is not configured to answer for the subdomain.domain.com that you are using in FreeDNS then the subdomain.domain.com host will not resolve.

<span style="font-family: verdana; font-size: x-small;">Type: TXT – Requested by users of the system, used by SPF spam rejecting system, see <a onclick="window.close()" href="http://spf.pobox.com/wizard.html" target="_new">http://spf.pobox.com/wizard.html for more details.

<span style="font-family: verdana; font-size: x-small;">Type: LOC – A means for Expressing Location Information in the Domain Name System.

<a onclick="window.close()" href="http://www.faqs.org/rfcs/rfc1876.html" target="_new">RFC1876 has the complete explanation.

To find your latitude/longitude location, you may find <a onclick="window.close()" href="http://www.maporama.com/" target="_new">Map-O-Rama of use.

<span style="font-family: verdana; font-size: x-small;">Type: RP – The Responsible Person RR.

RP has the following format:

RP

Both RDATA fields are required in all RP RRs.

The first field, , is a domain name that specifies the mailbox for the responsible person.

The second field, , is a domain name for which TXT RR&#8217;s exist. A subsequent query can be performed to retrieve the associated TXT resource records at .

<a onclick="window.close()" href="http://www.faqs.org/rfcs/rfc1183.html" target="_new">RFC1183 has the complete explanation.

comments powered by Disqus