<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>ItsyourIP.com &#187; DNS Records</title>
	<atom:link href="http://www.itsyourip.com/category/dns/dns-records/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.itsyourip.com</link>
	<description>Your gateway to Internet</description>
	<lastBuildDate>Sat, 24 Jan 2009 16:48:31 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
<image>
<link>http://www.itsyourip.com</link>
<url>http://www.itsyourip.com/wp-content/mbp-favicon/Internet-Alt.ico</url>
<title>ItsyourIP.com</title>
</image>
		<item>
		<title>PTR Record &#8211; A DNS Pointer Resource Record</title>
		<link>http://www.itsyourip.com/dns/dns-records/ptr-record-a-dns-pointer-resource-record/?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=ptr-record-a-dns-pointer-resource-record</link>
		<comments>http://www.itsyourip.com/dns/dns-records/ptr-record-a-dns-pointer-resource-record/#comments</comments>
		<pubDate>Thu, 15 Nov 2007 18:02:33 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[DNS Records]]></category>

		<guid isPermaLink="false">http://www.itsyourip.com/dns/dns-records/ptr-record-a-dns-pointer-resource-record/</guid>
		<description><![CDATA[PTR Records are called as the Pointer Records. These are called as the Reverse DNS Records as it is used for reverse DNS lookups. The DNS best practices suggest that every host on the Internet that has a A record assigned should have a PTR record assigned to its IP address. As long as there [...]]]></description>
			<content:encoded><![CDATA[<div class="KonaBody"><p><!--adsense#content_336_280-->
<p><strong>PTR Records</strong> are called as the Pointer Records. These are called as the Reverse DNS Records as it is used for reverse DNS lookups. The DNS best practices suggest that every host on the Internet that has a A record assigned should have a PTR record assigned to its IP address.</p>
<p><span id="more-106"></span></p>
<p>As long as there is an A record is available for the host, it should be reacheable on the internet. But, systems like an email or a webserver checks for a PTR record and might refuse connections as a measure of security and or against SPAM. For example, a mail server for example.com can refuse connection to a SMTP sending server for mail.test.com if the either the server did not have a PTR record or if the Reverse DNS lookup did not match the hostname and the IP Address</p>
<p><strong><u>Syntax:</u></strong></p>
<p><strong><em>1.1.168.192.IN-ADDR.ARPA IN PTR </em></strong><a href="http://www.itsyourip.com"><strong><em>www.itsyourip.com</em></strong></a></p>
<p>Where,</p>
<p>The first 4 fields seperated by decimal (.) symbols refer to the IP address of the host in reverse order.</p>
<p><strong>IN-ADDR.ARPA</strong> is a special Internet domain like a .com domain assigned by IANA specifically for Internet Address to Hostname mapping lookups as per <a href="http://www.ietf.org/rfc/rfc1035.txt" target="_blank" title="RFC 1035 - DOMAIN NAMES - IMPLEMENTATION AND SPECIFICATION">RFC 1035</a>.</p>
<p>The reason for reversing the IP Address on the record is to facilitate the delegation of zones based on the class (Class A or Class B or Class C) of the IP. For example, <strong>10.IN-ADDR.ARPA</strong> can be the zone for <strong>ARPANET</strong>.</p>
<p>PTR records are hosted by the Network Owner. In other words, if you own a whole Class C address space then you are authoritative. However, if you have a few IP addresses from your Internet Service Provider (ISP) then it is very likely that your ISP is authoritative and hence they need to host your PTR records. You would obviously host your internet private network PTR records <img src='http://www.itsyourip.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
<p>The following is an excert from the <strong>RFC 1035 (Section 3.5)</strong> about the IN-ADDR.ARPA domain (<em>ARPA is Address Routing Parameter Area</em>):</p>
<p><font color="#0033ff">The Internet uses a special domain to support gateway location and Internet address to host mapping.&nbsp; Other classes may employ a similar strategy in other domains.&nbsp; The intent of this domain is to provide a guaranteed method to perform host address to host name mapping, and to facilitate queries to locate all gateways on a particular network in the Internet.</font></p>
<p><font color="#0033ff">Note that both of these services are similar to functions that could be performed by inverse queries; the difference is that this part of the domain name space is structured according to address, and hence can guarantee that the appropriate data can be located without an exhaustive search of the domain space.</font></p>
<p><font color="#0033ff">The domain begins at IN-ADDR.ARPA and has a substructure which follows the Internet addressing structure.</font></p>
<p><font color="#0033ff">Domain names in the IN-ADDR.ARPA domain are defined to have up to four labels in addition to the IN-ADDR.ARPA suffix.&nbsp; Each label represents one octet of an Internet address, and is expressed as a character string for a decimal value in the range 0-255 (with leading zeros omitted except in the case of a zero octet which is represented by a single zero).</font></p>
<p><font color="#0033ff">Host addresses are represented by domain names that have all four labels specified.&nbsp; Thus data for Internet address 10.2.0.52 is located at domain name 52.0.2.10.IN-ADDR.ARPA.&nbsp; The reversal, though awkward to read, allows zones to be delegated which are exactly one network of address space.&nbsp; For example, 10.IN-ADDR.ARPA can be a zone containing data for the ARPANET, while 26.IN-ADDR.ARPA can be a separate zone for MILNET.&nbsp; Address nodes are used to hold pointers to primary host names in the normal domain space.</font></p>
<p><font color="#0033ff">Network numbers correspond to some non-terminal nodes at various depths in the IN-ADDR.ARPA domain, since Internet network numbers are either 1, 2, or 3 octets.&nbsp; Network nodes are used to hold pointers to the primary host names of gateways attached to that network.&nbsp; Since a gateway is, by definition, on more than one network, it will typically have two or more network nodes which point at it.&nbsp; Gateways will also have host level pointers at their fully qualified addresses.</font></p>
<p><font color="#0033ff">Both the gateway pointers at network nodes and the normal host pointers at full address nodes use the PTR RR to point back to the primary domain names of the corresponding hosts.</font></p>
<p><font color="#0033ff">For example, the IN-ADDR.ARPA domain will contain information about the ISI gateway between net 10 and 26, an MIT gateway from net 10 to MIT&#39;s<br /> </font></p>
<script type="text/javascript">
  addthis_url    = 'http%3A%2F%2Fwww.itsyourip.com%2Fdns%2Fdns-records%2Fptr-record-a-dns-pointer-resource-record%2F';
  addthis_title  = 'PTR+Record+%26%238211%3B+A+DNS+Pointer+Resource+Record';
  addthis_pub    = '';
</script><script type="text/javascript" src="http://s7.addthis.com/js/addthis_widget.php?v=12" ></script>
</div><!-- KonaBody -->]]></content:encoded>
			<wfw:commentRss>http://www.itsyourip.com/dns/dns-records/ptr-record-a-dns-pointer-resource-record/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>SPF Resource Record  &#8211; Sender Policy Framework</title>
		<link>http://www.itsyourip.com/dns/dns-records/spf-resource-record-sender-policy-framework/?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=spf-resource-record-sender-policy-framework</link>
		<comments>http://www.itsyourip.com/dns/dns-records/spf-resource-record-sender-policy-framework/#comments</comments>
		<pubDate>Thu, 25 Oct 2007 17:15:46 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[DNS Records]]></category>

		<guid isPermaLink="false">http://www.itsyourip.com/dns/dns-records/spf-resource-record-sender-policy-framework/</guid>
		<description><![CDATA[SPF record is a Sender Policy Framework resource record. This is defined as a regular TXT record type. The SPF record are used to avoid spam emails. SPF record validates the mail server that delivers the email for a domain to check if it is actually an authorised server before accepting any email from it. [...]]]></description>
			<content:encoded><![CDATA[<div class="KonaBody"><p><!--adsense#content_336_280-->
<p>SPF record is a <strong>Sender Policy Framework</strong> resource record. This is defined as a regular TXT record type.</p>
<p>The SPF record are used to avoid spam emails. SPF record validates the mail server that delivers the email for a domain to check if it is actually an authorised server before accepting any email from it.</p>
<p><span id="more-82"></span></p>
<p>For example, When <em><strong>Server X</strong></em> receives an email for a user in the domain <strong><em>xyz.com</em></strong> from a <strong><em>Server Y</em></strong> claiming to be sending an email from the domain <strong><em>abc.com</em></strong></p>
<p>The receiving Server X checks the SPF records for the domain abc.com and if the Server Y is an authorised sender for this domain then it accepts the email, if it is not an authorised server then rejects the email. This way, the receiving server which checks for the SPF records can reduce the amount of SPAM without even passing them onto various spam checkers and other extensions to the email servers.</p>
<p>The SPF records are simple TXT records although some of the newer version of the DNS servers (BIND 9.4.0) does support a SPF record type. The RFC 4408 for the Sender Policy Framework recommends using a TXT record type or add a duplicate TXT record (if using a SPF record type) as the older version of the Nameserver software do not support the SPF record type.</p>
<p>The record format is as for a TXT record.</p>
<p><strong>&lt;Name&gt; TTL class TXT &lt;text with SPF arguements&gt;</strong></p>
<p><strong>&lt;Name&gt; TTL class SPF &lt;text with SPF arguements&gt;</strong></p>
<p>The text field contains the SPF data.</p>
<p>The SPF data is of the following format.</p>
<p><strong>v=spf1 [&lt;Qualifier&gt;&lt;Mechanism&gt;] [&lt;Qualifier&gt;&lt;Mechanism&gt;] &lt;optional Modifiers&gt;</strong></p>
<p>where,</p>
<p><strong>v=spf1</strong> defines the version of the SPF format. As of now there is just one version.<br /> &nbsp;<br /> <strong>&lt;qualifier&gt;&lt;Mechanism&gt;</strong> One of more pair of Qualifier:Mechanism pairs that describes the mailing hosts for the domain.</p>
<p>&lt;modifiers&gt; There can be only one modifer in a SPF record.</p>
<p><strong><u>Qualifiers</u></strong></p>
<p>The qualifiers are the paramters that define the action to perform on a match to a Mechanism. There are four Qualifiers:</p>
<p><em>+ Pass (default)<br /> &#8211; Fail<br /> ~ SoftFail<br /> ? Neutral</em></p>
<p><strong>Mechanism</strong></p>
<p>The following are the mechanisms that describes the host that sends email for the domains:</p>
<p><strong><em>all&nbsp;&nbsp;&nbsp;&nbsp; &#8211; Match all<br /> ipv4&nbsp;&nbsp;&nbsp; &#8211; IPv4 Host or Network<br /> ipv6&nbsp;&nbsp;&nbsp; &#8211; IPv6 or Network<br /> a&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &#8211; Match A records<br /> mx&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &#8211; Match A records for the MX records<br /> ptr&nbsp;&nbsp;&nbsp;&nbsp; &#8211; Check PTR records<br /> exist&nbsp;&nbsp; &#8211; Check if the Domain checked resolves<br /> include &#8211; Check for the SPF record for the domain checked</em></strong></p>
<p><strong><u>all</u></strong></p>
<p>Always matches anything that is compared. Usually comes at the end of the record.</p>
<p><strong><u>ip4</u></strong></p>
<p><strong>ip4:&lt;ip4-address&gt;<br /> ip4:&lt;ip4-network&gt;/&lt;prefix&gt;</strong></p>
<p>Checks the IPv4 host or the network range. If no prefix is given then it is assumed as a Host(/32).</p>
<p><strong><u>ip6</u></strong></p>
<p><strong>ip6:&lt;ip6-address&gt;<br /> ip6:&lt;ip6-network&gt;/&lt;prefix&gt;</strong></p>
<p>Checks the IPv6 network range. If no prefix is given then it is assumed as a Host (/128).</p>
<p><strong><u>a</u></strong></p>
<p><strong>a/&lt;prefix&gt;<br /> a:&lt;domain&gt;<br /> a:&lt;domain&gt;/&lt;prefix&gt;</strong></p>
<p>All the A records for domain are tested and if the client IP is one of them then&nbsp; this mechanism matches. If domain is not specified, the current-domain is used.</p>
<p>The A records have to match the client IP exactly, unless a &quot;prefix&quot; is provided, in which case each IP address returned by the A lookup will be expanded to its corresponding CIDR prefix, and the client IP will be sought within that subnet.</p>
<p><strong>mx</strong></p>
<p><strong>mx<br /> mx/&lt;prefix&gt;<br /> mx:&lt;domain&gt;<br /> mx:&lt;domain&gt;/&lt;prefix&gt;</strong></p>
<p>The A records for all the MX records for domain are tested in order of MX priority. If the client IP is found among them, this mechanism matches. If domain is not specified, the current-domain is used.</p>
<p>The A records have to match the client IP exactly, unless a prefix is provided, in which case each IP address returned by the A lookup will be expanded to its corresponding CIDR prefix, and the client IP will be sought within that network range.</p>
<p><strong><u>ptr</u></strong></p>
<p><strong>ptr<br /> ptr:&lt;domain&gt;</strong></p>
<p>The hostname or hostnames for the client IP are looked up using PTR queries. The hostnames are then validated: at least one of the A records for a PTR hostname must match the original client IP. Invalid hostnames are discarded. If a valid hostname ends in domain, this mechanism matches.</p>
<p>If domain is not specified, the current-domain is used.</p>
<p><strong><u>exists</u></strong></p>
<p><strong>exists:&lt;domain&gt;</strong></p>
<p>Perform an A query on the provided domain. If a result is found, this constitutes a match.</p>
<p><strong><u>include</u></strong></p>
<p><strong>include:&lt;domain&gt;</strong></p>
<p>The specified domain is searched for a match. If the lookup does not return a match or an error, processing proceeds to the next directive. Warning: If the domain does not have a valid SPF record, the result is a permanent error. Some mail receivers will reject based on a PermError.</p>
<p><strong><u>Modifiers</u></strong></p>
<p>Modifiers are optional. A modifier may appear only once per record.</p>
<p> The &quot;redirect&quot; modifier</p>
<p><strong>redirect=&lt;domain&gt;</strong></p>
<p>The SPF record for domain replace the current record.</p>
<p>The &quot;exp&quot; modifier</p>
<p><strong>exp=&lt;domain&gt;</strong></p>
<p>If a receiving receiver rejects a message, it can include an explanation. The SPF record can specify the explanation string that senders can see.</p>
<p>The domain is expanded; a TXT lookup is performed. The result of the TXT query is then macro-expanded and shown to the sender. Other macros can be used to provide an customized explanation.</p>
<p><strong><u>Examples for SPF Resource Records:</u></strong></p>
<p><em><strong>v=spf1 ip4:192.168.0.1/16 -all</strong></em></p>
<p>Allows any host from 192.168.0.0/16 network</p>
<p><strong><em>v=spf1 mx -all</em></strong></p>
<p>Allows only mx servers for the domain and discards anything else (-all)</p>
<p><strong><em>v=spf1 ptr:example.com -all</em></strong></p>
<p>Allows any host whose hostname ends as example.com</p>
<p><strong><em>v=spf1 exists:example.com -all</em></strong></p>
<p>Matches if the example.com domain resolves</p>
<p><strong><em>v=spf1 include:example.com -all</em></strong></p>
<p>Checks the SPF records for the example.com domain and follows the matches for that domain. Fails if there is no SPF record for example.com</p>
<p>To quickly generate a SPF record, plese use the wizard <a href="http://old.openspf.org/wizard.html" target="_blank" title="SPF Resource Record Setup Wizard">here</a></p>
<p>To check the SPF record for your domain, <a href="http://www.kitterman.com/spf/validate.html" target="_blank" title="SPF Resource Record Validation">click here</a></p>
<script type="text/javascript">
  addthis_url    = 'http%3A%2F%2Fwww.itsyourip.com%2Fdns%2Fdns-records%2Fspf-resource-record-sender-policy-framework%2F';
  addthis_title  = 'SPF+Resource+Record++%26%238211%3B+Sender+Policy+Framework';
  addthis_pub    = '';
</script><script type="text/javascript" src="http://s7.addthis.com/js/addthis_widget.php?v=12" ></script>
</div><!-- KonaBody -->]]></content:encoded>
			<wfw:commentRss>http://www.itsyourip.com/dns/dns-records/spf-resource-record-sender-policy-framework/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SRV Record</title>
		<link>http://www.itsyourip.com/dns/dns-records/srv-record/?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=srv-record</link>
		<comments>http://www.itsyourip.com/dns/dns-records/srv-record/#comments</comments>
		<pubDate>Sun, 21 Oct 2007 13:19:46 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[DNS Records]]></category>

		<guid isPermaLink="false">http://www.itsyourip.com/dns/dns-records/srv-record/</guid>
		<description><![CDATA[A SRV record called as a Service record provides information on available services. The SRV record has four fields. The naming convention of the SRV record is unique. Following is the naming syntax: _&#60;SERVICENAME&#62;._&#60;PROTOCOL&#62;.&#60;DOMAINNAME&#62; Where, SERVICENAME is the name of the service PROTOCOL is the name of the protocol ex: TCP DOMAINNAME is the name [...]]]></description>
			<content:encoded><![CDATA[<div class="KonaBody"><p><!--adsense#content_336_280-->
<p>A SRV record called as a Service record provides information on available services.</p>
<p><span id="more-80"></span></p>
<p>The SRV record has four fields. The naming convention of the SRV record is unique. Following is the naming syntax:</p>
<p><strong><font color="#0099cc">_&lt;SERVICENAME&gt;._&lt;PROTOCOL&gt;.&lt;DOMAINNAME&gt;</font></strong></p>
<p>Where,</p>
<p>SERVICENAME is the name of the service</p>
<p>PROTOCOL is the name of the protocol ex: TCP</p>
<p>DOMAINNAME is the name of the domain.</p>
<p>An example would be,</p>
<p><strong><font color="#336699">_ftp._tcp.itsyourip.com.</font></strong></p>
<p>The record itself has four fields in it namely,</p>
<p>1. Priority</p>
<p>2. Weight</p>
<p>3. Port</p>
<p>4. Hostname</p>
<p>An example record would look like the following:</p>
<p><strong><font color="#336699">_ftp._tcp.itsyourip.com. 86400 IN SRV 10 10 21 </font></strong><a href="ftp://ftp.itsyourip.com/"><strong><font color="#336699">ftp.itsyourip.com</font></strong></a><strong><font color="#336699">.</font></strong></p>
<script type="text/javascript">
  addthis_url    = 'http%3A%2F%2Fwww.itsyourip.com%2Fdns%2Fdns-records%2Fsrv-record%2F';
  addthis_title  = 'SRV+Record';
  addthis_pub    = '';
</script><script type="text/javascript" src="http://s7.addthis.com/js/addthis_widget.php?v=12" ></script>
</div><!-- KonaBody -->]]></content:encoded>
			<wfw:commentRss>http://www.itsyourip.com/dns/dns-records/srv-record/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>DNS Records explained &#8211; FAQ</title>
		<link>http://www.itsyourip.com/dns/dns-records-explained/?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=dns-records-explained</link>
		<comments>http://www.itsyourip.com/dns/dns-records-explained/#comments</comments>
		<pubDate>Tue, 17 Apr 2007 20:45:14 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[DNS]]></category>
		<category><![CDATA[DNS Records]]></category>
		<category><![CDATA[faq]]></category>
		<category><![CDATA[record]]></category>

		<guid isPermaLink="false">http://netmonitoring.org/ipaddress/dns/dns-records-explained/</guid>
		<description><![CDATA[DNS Records are the prime defining factor for a proper functioning of any Name Service. There are various records that can be defined for a Domain of which some carry much importance while the rest are just for information. These important Records are as follows: NS Record A Record MX Record PTR Record CNAME Record [...]]]></description>
			<content:encoded><![CDATA[<div class="KonaBody"><p><!--adsense#content_336_280-->
<p>DNS Records are the prime defining factor for a proper functioning of any Name Service. There are various records that can be defined for a Domain of which some carry much importance while the rest are just for information. <span id="more-6"></span> These important Records are as follows:</p>
<p><strong>NS Record</strong></p>
<p><strong>A Record</strong></p>
<p><strong>MX Record</strong></p>
<p><strong>PTR Record</strong></p>
<p><strong>CNAME Record</strong></p>
<p><strong>SOA Record</strong></p>
<h5>NS Record</h5>
<p> NS Record Name Server Record which indicates the Authoritative Name Servers for a particular Domain. The NS records of the Authoritative Name Server for any given Domain will be listed on the Parent Server. These are called as the Delegation Records as these records on the Parent Server indicates the delegation of the domain to the Authoritative servers. The NS record will also be listed in the Zone records of the Authoritative Name Server itself. These records are called as the Authoritative Records. The NS records found on the Parent Server should match the NS records on the Authoritative Server as well. However, you can have NS records listed on the Authoritative server that is not listed in the Parent Server. This arrangement is normally used to configure Stealth Name Servers. <strong>NS Records syntax:</strong> itsyourip.com. IN NS ns1.beta.timdorr.com. where, IN indicates the Internet NS indicates the type of record which Name Server record The above indicates that the ns1.beta.timdorr is the authoritative server for the domain itsyourip.com<br />
<h5>A Record</h5>
<p> A record is the Address record which maps the domain / host to a valid IP Address. This is the record which indicates that the particular host can be reached at the given IP Address. There can be more than one IP Address to the same host by using multiple A Records. This becomes useful when there are more than one server hosting a domain or a website. <strong>A Record Syntax:</strong> Itsyourip.com. IN A 69.93.64.122 Where IN indicates Internet A indicates the Address record. The above example indicate that the IP Address for the domain itsyourip.com is 69.93.64.122<br />
<h5>CNAME Record</h5>
<p> CNAME stands for Canonical Name. CNAME Records are used mainly to assign an alias to an existing hostname. In simple words, a particular host can be referred by more than one Name. However, there should be a A record for the host with its original name (Canonical Name) and the rest of the names assigned to the host are pointing to the original or canonical name. <strong>CNAME Syntax:</strong> www.itsyourip.com. IN CNAME itsyourip.com. where, IN indicates Internet CNAME indicates CNAME record. The above indicates that www.itsyourip.com is nothing but itsyourip.com and hence, when you type www.itsyourip.com in the address bar of an internet explorer, you end up at itsyourip.com.<br />
<h5>MX Record:</h5>
<p> MX Record is the Main Exchanger Record. This is a service record which specifies where the mails for a particular domain are to be delivered. There can be more than one MX record for a given Domain. This is to have one or more backup servers to which the mails can be delivered in the event the default server has failed for some reason. The MX records have a field for Priority number. This is mainly to specify which is the first server to which a Domains emails should be delivered and which falls next in the queue in the event the 1st server is down and thereon. The server which has the lowest priority number will be the default server to which the mail is delivered. The next lower priority server will be the 1st backup and the next the 2nd backup server and so on. <strong>CNAME Syntax:</strong> Itsyourip.com. IN MX 0 mail.pcsupport.x-host.uni.cc Where, IN indicates Internet MX indicates the Mail Exchanger Record The above indicates that mails for itsyourip.com are being delivered to the server mail.pcsupport.x-host.uni.cc. Wilcards can be used in the MX records to allow mails for all the hosts to be delivered to a particular host. For example, *. Itsyourip.com. IN MX 0 mail.pcsupport.x-host.uni.cc indicates that all emails for all the hosts (or subdomains) of itsyourip.com will be delivered to mail.pcsupport.x-host.uni.cc<br />
<h5>PTR Record:</h5>
<p> PTR Records refer to Pointer Record. This is mostly used to have a particular host be recognized on the internet by using an IP Address instead of the hostname. These are also called Reverse DNS Lookup address. When used for Reverse DNS lookups, these records are exactly the reverse of the original A records with the exception that the address is reversed and added with a in-addr.arpa suffix. <strong>PTR Record Syntax:</strong> 122.64.93.64.in-addr.arpa. IN PTR itsyourip.com Here as you see the IP Address is reversed and added with in-addr.arpa and this has come to the left side while the actual domain name has gone to right side of IN PTR. This is mostly used as a security and an anti-spam measure wherein most of the webservers or the email servers do a reverse DNS lookup to check if the host is actually coming from where it claims to come from. It is always advisable to have a proper reverse DNS record (PTR) is been setup for your servers especially when you are running a mail / smtp server. <strong>SOA Records:</strong> SOA records stand for Start of Authority. This is the most important record for a domain. This server indicates the start of authority for the specified domain and will have more information init unlike other where there is only one specific information is provided. The SOA Record indicates the Primary Authoritative server for a Domain, a contact email address, the serial number and the various time related information. The Serial number is the key element which indicates if a Slave or a secondary server should update its information. Everytime a change was made to DNS records, this number is incremented only then when a slave DNS server contacts the primary server will know that there was a change made and hence have to update its record. For this case, the serial number is always used in the YYYYMMDDXX format where YYYYMMDD indicates the date of the day the changes were made and XX indicates the nth number of time the records were changed. <strong>SOA Record Syntax:</strong> <strong><em>itsyourip.com in SOA ns1.beta.timdorr.com. server.asmallorange.com. </em></strong><strong><em>2006011501 ; Serial</em></strong><strong><em>14400 ; Refresh</em></strong> <strong><em>7200 ; Retry</em></strong> <strong><em>3600000 ; Expire</em></strong> <strong><em>86400 ) ; Minimum</em></strong> <strong><em>Where,</em></strong> IN indicates Internet SOA indicates Start of Authority record <strong>ns1.beta.timdorr.com is the Primary Name Server</strong> <strong>Server.(@)asmallorange.com</strong> is the contact email <strong>Serial</strong> indicates the Serial Number <strong>Refresh</strong> indicates the time in which it should contact the Primary server for changes in the DNS records (Serial Number) <strong>Retry</strong> indicates the time in which the slave server should retry in the event a connection was refused by the Primary Server. <strong>Expire</strong> indicates when the local information that the slave server holds becomes invalid in the event it cannot refresh from the Primary server. <strong>Minimum</strong> indicates how long other DNS servers should hold this domains information in its cache.</p>
<script type="text/javascript">
  addthis_url    = 'http%3A%2F%2Fwww.itsyourip.com%2Fdns%2Fdns-records-explained%2F';
  addthis_title  = 'DNS+Records+explained+%26%238211%3B+FAQ';
  addthis_pub    = '';
</script><script type="text/javascript" src="http://s7.addthis.com/js/addthis_widget.php?v=12" ></script>
</div><!-- KonaBody -->]]></content:encoded>
			<wfw:commentRss>http://www.itsyourip.com/dns/dns-records-explained/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
