<?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</title>
	<atom:link href="http://www.itsyourip.com/category/dns/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>How to configure Cisco Router as Authoritative DNS Server</title>
		<link>http://www.itsyourip.com/cisco/how-to-configure-cisco-router-as-authoritative-dns-server/?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=how-to-configure-cisco-router-as-authoritative-dns-server</link>
		<comments>http://www.itsyourip.com/cisco/how-to-configure-cisco-router-as-authoritative-dns-server/#comments</comments>
		<pubDate>Wed, 16 Apr 2008 20:08:45 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Cisco]]></category>
		<category><![CDATA[DNS]]></category>
		<category><![CDATA[caching]]></category>
		<category><![CDATA[dns-server]]></category>
		<category><![CDATA[domain]]></category>
		<category><![CDATA[forwarding]]></category>
		<category><![CDATA[ios]]></category>
		<category><![CDATA[router]]></category>

		<guid isPermaLink="false">http://www.itsyourip.com/cisco/how-to-configure-cisco-router-as-authoritative-dns-server/</guid>
		<description><![CDATA[While we saw here how to setup a Cisco Router as a Caching/Forwarding DNS Server. We can now look at how to make your Cisco Router as an Authoritative DNS server. When configured as an authoritative name server for its own local host table, the router listens on port 53 for DNS queries and then [...]]]></description>
			<content:encoded><![CDATA[<div class="KonaBody"><p><!--adsense#content_336_280-->
<p>While we saw <a href="http://www.itsyourip.com/cisco/configure-cisco-router-as-cachingforwarding-dns-server/" target="_blank" title="Caching/Forwarding DNS Server on Cisco Router">here</a> how to setup a Cisco Router as a Caching/Forwarding DNS Server. We can now look at how to make your Cisco Router as an Authoritative DNS server. When configured as an authoritative name server for its own local host table, the router listens on port 53 for DNS queries and then answers DNS queries using the permanent and cached entries in its own host table.</p>
<p>Careful consideration has to be given as this can consume considerable amount of resources like CPU cycles on the Cisco Router. If you are a small network and realise your Cisco ROuter is under utilised then there is a good business case to turn your router into a DNS server.</p>
<p><span id="more-184"></span></p>
<p><strong><u>Enable DNS Server</u></strong></p>
<p>From the Global configuration mode, enable the DNS server on your Cisco Router</p>
<blockquote><p><strong>ciscorouter# conf term</strong></p>
<p><strong>ciscorouter(config)# ip dns server</strong></p>
</blockquote>
<p><strong><u>Configure as Primary DNS Server</u></strong></p>
<p>Configures the router as the primary DNS name server for a domain (zone) and as the start of authority (SOA) record source. Unless Distributed Director is enabled, the TTL on locally defined resource records will always be ten seconds.</p>
<blockquote><p><strong>ciscorouter(config)# ip dns primary test.com soa ns.test.com postmaster.test.com</strong></p>
</blockquote>
<p>The above command configures the Cisco Router as a Authoritative Primary DNS server for the domain &quot;test.com&quot; where</p>
<p><strong>ns.test.com</strong> is the Primary DNS Server and</p>
<p><strong>postmaster.test.com</strong> is the email account for the postmaster (read as <a href="mailto:postmaster@test.com">postmaster@test.com</a>)</p>
<p><strong><u>Create NS Records</u></strong></p>
<p>Create NS resource record to be returned when the DNS server is queried for the associated domain. This configuration is needed only if the zone for which the system is authoritative will also be served by other name servers</p>
<blockquote><p><strong>ciscorouter(config)# ip host test.com ns ns.test.com</strong></p>
</blockquote>
<p>Optionally, you can also use the Caching DNS server settings along with this so the Cisc Router can act as an Authoritative DNS server for its zone and for everything else as a caching DNS server. For caching DNS Server on Cisco Router, <a href="http://www.itsyourip.com/cisco/configure-cisco-router-as-cachingforwarding-dns-server/" target="_blank" title="Caching/Forwarding DNS Server in Cisco Router">click here</a></p>
<script type="text/javascript">
  addthis_url    = 'http%3A%2F%2Fwww.itsyourip.com%2Fcisco%2Fhow-to-configure-cisco-router-as-authoritative-dns-server%2F';
  addthis_title  = 'How+to+configure+Cisco+Router+as+Authoritative+DNS+Server';
  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/cisco/how-to-configure-cisco-router-as-authoritative-dns-server/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Configure Cisco Router as Caching/Forwarding DNS Server</title>
		<link>http://www.itsyourip.com/cisco/configure-cisco-router-as-cachingforwarding-dns-server/?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=configure-cisco-router-as-cachingforwarding-dns-server</link>
		<comments>http://www.itsyourip.com/cisco/configure-cisco-router-as-cachingforwarding-dns-server/#comments</comments>
		<pubDate>Wed, 16 Apr 2008 17:01:08 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Cisco]]></category>
		<category><![CDATA[DNS]]></category>
		<category><![CDATA[caching]]></category>
		<category><![CDATA[dns-server]]></category>
		<category><![CDATA[domain]]></category>
		<category><![CDATA[forwarding]]></category>
		<category><![CDATA[ios]]></category>
		<category><![CDATA[round-robin]]></category>
		<category><![CDATA[router]]></category>

		<guid isPermaLink="false">http://www.itsyourip.com/cisco/configure-cisco-router-as-cachingforwarding-dns-server/</guid>
		<description><![CDATA[A&#160;Cisco Router running Cisco IOS can function as a Caching or Forwarding DNS Server which answers to DNS queries from clients either from its host table or cache or forward it to a DNS server which can respond to the query. This feature can come in handy in small network environments where the router can [...]]]></description>
			<content:encoded><![CDATA[<div class="KonaBody"><p><!--adsense#content_336_280-->
<p>A&nbsp;Cisco Router running Cisco IOS can function as a Caching or Forwarding DNS Server which answers to DNS queries from clients either from its host table or cache or forward it to a DNS server which can respond to the query.</p>
<p>This feature can come in handy in small network environments where the router can act as a Caching DNS server forwarding queries to the ISPs DNS servers or infact any external DNS servers. Also, makes sense using on under utilized DNS servers.</p>
<p><span id="more-182"></span></p>
<p>NOTE: This feature can have an impact on the available resource on the Cisco Router and hence plan according to the network size and ofcourse the router itself.</p>
<p><strong><u>Enable DNS Translations</u></strong></p>
<p>From the global Configuration mode, enable the DNS server.</p>
<blockquote><p><strong>ciscrouter# conf term</strong></p>
<p><strong>ciscorouter(config)# ip domain lookup</strong></p>
</blockquote>
<p><strong><u>Add the Name Servers</u></strong></p>
<p>Add the name servers to which the Cisco Router will forward the queries, if it can&#39;t answer from its host table or cache. You can specify upto 6 Namservers in a single command (seperated by a &quot;SPACE&quot;) or specifiy one Name-server per command for legibility.</p>
<blockquote><p><strong>ciscorouter(config)# ip name-server 192.168.1.1 192.168.2.1</strong></p>
</blockquote>
<p><strong><u>Add Hosts (optional)</u></strong></p>
<p>Add host entries to the host table manually, if required</p>
<blockquote><p><strong>ciscorouter(config)# ip host webserver 10.1.1.100</strong></p>
</blockquote>
<p>In the above, the IP address 10.1.1.100 is mapped to the hostname &quot;webserver&quot;</p>
<p><strong><u>Set Default Domain Name(s)</u></strong></p>
<p>Optionally, add a domain name or a list of domain names that the Cisco Router can use to append to a unqualified hostname. Using a list is useful where the router tries to try one domain name at a time until it finds a match.</p>
<p>To set a single domain name</p>
<blockquote><p><strong>ciscorouter(config)# ip domain name example.com</strong></p>
</blockquote>
<p>To set a list of Domain names</p>
<blockquote><p><strong>ciscorouter(config)# ip domain list example.com </strong></p>
<p><strong>ciscorouter(config)# ip domain list test.com</strong></p>
<p><strong>ciscorouter(config)# ip domain list myowndomain.com</strong></p>
</blockquote>
<p><strong><u>Set Domain Lookup Timeout (optional)</u></strong></p>
<p>Optionally, you can set the timeout in seconds for the Cisco router to wait for a resonse to a DNS query. The default is 3 seconds</p>
<blockquote><p><strong>ciscorouter(config)# ip domain timeout 5</strong></p>
</blockquote>
<p><strong><u>Set Domain Lookup Retry (optional)</u></strong></p>
<p>Again optional, you can set the number of retry attempts for the DNS queries. Default is &quot;2&quot; times</p>
<blockquote><p><strong>ciscorouter(config)# ip domain retry 5</strong></p>
</blockquote>
<p><strong><u>Enable DNS Round Robin (optional)</u></strong></p>
<p>If there are hosts with load balancing enabled and having more than 1 host (example, 10.1.1.101, 10.1.1.102,10.1.1.103 are all pointing to a host, &quot;dbserver&quot;) it makes sense to enable the DNS RoundRobin feature to rotate among the hosts else the 1st cached hosts will only be picked up causing load issues on that particular hosts</p>
<blockquote><p><strong>ciscorouter(config)# ip host dbserver 10.1.1.101 10.1.1.102 10.1.1.103</strong></p>
<p><strong>ciscorouter(config) ip domain round-robin</strong></p>
</blockquote>
<script type="text/javascript">
  addthis_url    = 'http%3A%2F%2Fwww.itsyourip.com%2Fcisco%2Fconfigure-cisco-router-as-cachingforwarding-dns-server%2F';
  addthis_title  = 'Configure+Cisco+Router+as+Caching%2FForwarding+DNS+Server';
  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/cisco/configure-cisco-router-as-cachingforwarding-dns-server/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Dnsmasq &#8211; Opensource DNS Server Forwarder &amp; DHCP Server</title>
		<link>http://www.itsyourip.com/dns/dnsmasq-opensource-dns-server-forwarder-dhcp-server/?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=dnsmasq-opensource-dns-server-forwarder-dhcp-server</link>
		<comments>http://www.itsyourip.com/dns/dnsmasq-opensource-dns-server-forwarder-dhcp-server/#comments</comments>
		<pubDate>Mon, 17 Dec 2007 16:41:37 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[DHCP]]></category>
		<category><![CDATA[DNS]]></category>
		<category><![CDATA[Debian]]></category>
		<category><![CDATA[OpenSource]]></category>
		<category><![CDATA[Redhat]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[dns-forwarder]]></category>
		<category><![CDATA[dnsmasq]]></category>
		<category><![CDATA[firewall]]></category>
		<category><![CDATA[routers]]></category>

		<guid isPermaLink="false">http://www.itsyourip.com/dns/dnsmasq-opensource-dns-server-forwarder-dhcp-server/</guid>
		<description><![CDATA[Dnsmasq is an opensource light-weight,easy to configure and administer DNS and a DHCP Server. Dnsmasq is ideally suitable for smaller networks like Small Office and Home Office networks (SOHO) and branch office networks. Dnsmasq can be run on old PC and is very easy to configure and administer. Dnsmasq is seen to support upto 1000 [...]]]></description>
			<content:encoded><![CDATA[<div class="KonaBody"><p><!--adsense#content_336_280-->
<p>Dnsmasq is an opensource light-weight,easy to configure and administer DNS and a DHCP Server. Dnsmasq is ideally suitable for smaller networks like Small Office and Home Office networks (SOHO) and branch office networks. Dnsmasq can be run on old PC and is very easy to configure and administer. Dnsmasq is seen to support upto 1000 nodes on a network.</p>
<p><span id="more-129"></span></p>
<p>In essence, Dnsmasq is a Caching nameserver and a DNS forwarder with DHCP enabled on it. Dnsmasq can provide nameservice for local hosts while forwarding the queries for global public resources to a Public DNS Server (like an ISP DNS server). So, small networks which are behind a DSL/ADSL router or even a modem link and share a single internet connection can make the best use of Dnsmasq.</p>
<p>Dnsmasq is included in most of the opensource firewalls and opensource router firmware and in the most common Linux distributions. Some of them include:</p>
<p><strong>Opensource Firewalls:</strong></p>
<p><em>IPCop / Smoothwall / floppyfw / Firebox / LEAF / m0n0wall / PfSense / Endian Firewall / ClarkConnect</em></p>
<p><strong>Opensource router firmware:</strong></p>
<p><em>dd-wrt / openwrt / stock firmware / fli4l</em></p>
<p><strong>Linux Distributions:</strong></p>
<p><em>Debian / Gentoo / Slackware / Suse / Fedora / Coyote Linux</em></p>
<p><strong>*BSD</strong></p>
<p><em>FreeBSD / OpenBSD / NetBSD</em></p>
<p>Some of the highlighting features of Dnsmasq are as follows:</p>
<ul>
<li>Automatically update the Public DNS Servers through PPP or DHCP connections. So, change in a Public DNS server of an ISP that the network is connected to will be picked up by Dnsmasq</li>
<li>Caching Nameserver to reduce network traffic and improve performance</li>
<li>Forwarding to Private DNS servers for specific Domains can be configured</li>
<li>Nameservice for the localhosts using the /etc/hosts file and for DHCP Client hosts</li>
<li>Static and Dynamic client leases on DHCP</li>
<li>Multiple Network and IP Ranges on the DHCP server</li>
<li>BOOTP support for network booting using a secure read-only TFTP server</li>
<li>Simple global configuration using the /etc/dnsmasq.conf file</li>
<li>Supports BOOTP and DHCP Relays</li>
<li>Caches A records for IPv4 and AAAA records for IPv6 and PTR records</li>
<li>Supports IPv4 and IPv6 protocols and even can act as a IPv4 toIPv6 and IPv6 to IPv4 forwarder</li>
<li>Support MX records and SRV records for local machines</li>
<li>Block DNS redirect websites (like some websites which forward to a link for a website that doesn&#39;t exist)</li>
</ul>
<p>Dnsmasq does the name lookup from its /etc/hosts file and hence its all about maintaining a /etc/hosts file on one computer as against multiple PCs on the LAN. If the host is a DHCP client then even if there isn&#39;t an entry for the host in the &quot;hosts&quot; file it can still provide name resolution for the host.</p>
<p>Effectively, all hosts in the LAN will have the dnsmasq server as the nameserver in /etc/resolv.conf file (In windows under network connection) and you dont have to worry about the &quot;hosts&quot; file on the local system.</p>
<p>The /etc/hosts file on the Dnsmasq server can have only the hostname without the domain name (example: host1 instead of host1.mynetwork.com) as the domain name can be appended globally using configurations in the /etc/dnsmasq.conf file.</p>
<p>It&#39;s got .deb and rpm packages for Debian, Fedora and other distributions and also can be built from the Source files. For more information and download, <a href="http://thekelleys.org.uk/dnsmasq/doc.html" target="_blank" title="DNSMASQ - DNS Forwarder DHCP DNS BOOTP server">click here</a> for dnsmasq home page.</p>
<script type="text/javascript">
  addthis_url    = 'http%3A%2F%2Fwww.itsyourip.com%2Fdns%2Fdnsmasq-opensource-dns-server-forwarder-dhcp-server%2F';
  addthis_title  = 'Dnsmasq+%26%238211%3B+Opensource+DNS+Server+Forwarder+%26%23038%3B+DHCP+Server';
  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/dnsmasq-opensource-dns-server-forwarder-dhcp-server/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>HowTo: Add or Edit the DNS servers in Sun Solaris</title>
		<link>http://www.itsyourip.com/dns/howto-add-or-edit-the-dns-servers-in-sun-solaris/?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=howto-add-or-edit-the-dns-servers-in-sun-solaris</link>
		<comments>http://www.itsyourip.com/dns/howto-add-or-edit-the-dns-servers-in-sun-solaris/#comments</comments>
		<pubDate>Tue, 20 Nov 2007 20:46:50 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[DNS]]></category>
		<category><![CDATA[Solaris]]></category>
		<category><![CDATA[domain]]></category>
		<category><![CDATA[nameserver]]></category>
		<category><![CDATA[resolver]]></category>
		<category><![CDATA[sun]]></category>

		<guid isPermaLink="false">http://www.itsyourip.com/dns/howto-add-or-edit-the-dns-servers-in-sun-solaris/</guid>
		<description><![CDATA[Domain Name Service (DNS) is a system which translates the meaningful Hostnames and Domain Names into valid IP Addresses. A DNS Client or a Resolver is a host or a network device which queries the DNS servers for various resource records like the IP Address for a host like a Mail Server. If you configure [...]]]></description>
			<content:encoded><![CDATA[<div class="KonaBody"><p><!--adsense#content_336_280-->
<p>Domain Name Service (DNS) is a system which translates the meaningful Hostnames and Domain Names into valid IP Addresses. A DNS Client or a Resolver is a host or a network device which queries the DNS servers for various resource records like the IP Address for a host like a Mail Server.</p>
<p><span id="more-110"></span></p>
<p>If you configure your Solaris Server as a DNS client then you need to add the DNS servers which the resolver on the server query for various DNS records in the file</p>
<p><strong>/etc/resolv.conf</strong></p>
<p>The following is an example of a sample <em>/etc/resolv.conf</em></p>
<p><strong>$ cat /etc/resolv.conf</strong></p>
<p><font color="#339900">domain example.com<br /> nameserver 10.10.10.1<br /> nameserver 10.10.10.2<br /> nameserver 10.10.10.3</font></p>
<p><font color="#339900">search example.com example.co.uk example.net</font></p>
<p>where</p>
<p><strong>domain</strong> &#8211; specifies the local domain. A search for a host in the domain can simply be done with the hostname without the Domain suffix.</p>
<p><strong>nameserver</strong> &#8211; specifies the IP Address to it as a DNS server. There can be more than one DNS server specified by the nameserver keyword (one per line) listed in the file.</p>
<p><strong>search</strong> &#8211; specifies a list of local domains to search for the hosts. This process is slow and generates a lot of traffic.</p>
<p>This is the most commonly found configuration on DNS clients or Resolvers. More advanced configurations include</p>
<p><strong>sortlist</strong> &#8211; Sort the IP Addresses returned to the resolver<br /> <strong>options</strong> -&nbsp; Allows additional configurations to modify resolver variables.</p>
<p>For a detailed man page, <a href="http://docs.sun.com/app/docs/doc/816-1058/6m7gjuj5k?a=view" target="_blank" title="Sun Solaris /etc/resolv.conf Man page">click here</a></p>
<script type="text/javascript">
  addthis_url    = 'http%3A%2F%2Fwww.itsyourip.com%2Fdns%2Fhowto-add-or-edit-the-dns-servers-in-sun-solaris%2F';
  addthis_title  = 'HowTo%3A+Add+or+Edit+the+DNS+servers+in+Sun+Solaris';
  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/howto-add-or-edit-the-dns-servers-in-sun-solaris/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<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>Alert: DNS L.ROOR-SERVERS.NET IP Address has changed</title>
		<link>http://www.itsyourip.com/dns/alert-dns-lroor-serversnet-ip-address-has-changed/?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=alert-dns-lroor-serversnet-ip-address-has-changed</link>
		<comments>http://www.itsyourip.com/dns/alert-dns-lroor-serversnet-ip-address-has-changed/#comments</comments>
		<pubDate>Thu, 08 Nov 2007 11:20:14 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[DNS]]></category>
		<category><![CDATA[root-servers]]></category>

		<guid isPermaLink="false">http://www.itsyourip.com/dns/alert-dns-lroor-serversnet-ip-address-has-changed/</guid>
		<description><![CDATA[From the 1st November, the IP address for the L Root servers (L.ROOR-SERVERS.NET) for DNS lookups&#160;has changed. The new IP Address will be 199.7.83.42 and replaces the old IP address 198.32.64.12 which is expected to be decomiisioned in 6 months time. DNS servers hosting various domains need to update the reference to the old IP [...]]]></description>
			<content:encoded><![CDATA[<div class="KonaBody"><p><!--adsense#content_336_280-->
<p>From the 1st November, the IP address for the L Root servers (L.ROOR-SERVERS.NET) for DNS lookups&nbsp;has changed. The new IP Address will be</p>
<blockquote><p><strong>199.7.83.42</strong></p>
</blockquote>
<p><span id="more-94"></span></p>
<p>and replaces the old IP address <strong>198.32.64.12</strong> which is expected to be decomiisioned in 6 months time.</p>
<p>DNS servers hosting various domains need to update the reference to the old IP addresses.</p>
<p>The new hints files are available for download from here:</p>
<p><a href="ftp://rs.internic.net/domain/db.cache">ftp://rs.internic.net/domain/db.cache</a></p>
<p><a href="ftp://rs.internic.net/domain/named.cache">ftp://rs.internic.net/domain/named.cache</a></p>
<p><a href="ftp://rs.internic.net/domain/named.root">ftp://rs.internic.net/domain/named.root</a></p>
<p><a href="ftp://ftp.internic.net/domain/db.cache">ftp://ftp.internic.net/domain/db.cache</a></p>
<p><a href="ftp://ftp.internic.net/domain/named.cache">ftp://ftp.internic.net/domain/named.cache</a></p>
<p><a href="ftp://ftp.internic.net/domain/named.root">ftp://ftp.internic.net/domain/named.root</a></p>
<script type="text/javascript">
  addthis_url    = 'http%3A%2F%2Fwww.itsyourip.com%2Fdns%2Falert-dns-lroor-serversnet-ip-address-has-changed%2F';
  addthis_title  = 'Alert%3A+DNS+L.ROOR-SERVERS.NET+IP+Address+has+changed';
  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/alert-dns-lroor-serversnet-ip-address-has-changed/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Add a SPF Resource Record in Windows 2003 DNS</title>
		<link>http://www.itsyourip.com/dns/add-a-spf-resource-record-in-windows-2003-dns/?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=add-a-spf-resource-record-in-windows-2003-dns</link>
		<comments>http://www.itsyourip.com/dns/add-a-spf-resource-record-in-windows-2003-dns/#comments</comments>
		<pubDate>Fri, 26 Oct 2007 07:58:08 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[DNS]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://www.itsyourip.com/dns/add-a-spf-resource-record-in-windows-2003-dns/</guid>
		<description><![CDATA[The Sender ID Framework is a new authentication protocol that can be used to counter spoofing by people who send unsolicited commercial e-mail messages (spam). Spoofing is the practice of forging a sender&#39;s address on e-mail messages. Spoofing misleads e-mail recipients and makes them read and respond to deceptive e-mail messages. To safeguard Internet domain [...]]]></description>
			<content:encoded><![CDATA[<div class="KonaBody"><p><!--adsense#content_336_280-->
<p>The Sender ID Framework is a new authentication protocol that can be used to counter spoofing by people who send unsolicited commercial e-mail messages (spam). Spoofing is the practice of forging a sender&#39;s address on e-mail messages. Spoofing misleads e-mail recipients and makes them read and respond to deceptive e-mail messages. To safeguard Internet domain names, and to help e-mail recipients identify junk e-mail messages and phishing scams more effectively, administrators can publish SPF records in the public DNS.</p>
<p><span id="more-83"></span></p>
<p>For more information and syntax on SPF, <a href="http://www.itsyourip.com/dns/dns-records/spf-resource-record-sender-policy-framework/" target="_blank" title="SPF Resource Record">click here</a>.</p>
<p>To configure SPF records in the Windows Server 2003 DNS, follow these steps:</p>
<table border="0" class="list ol">
<tr>
<td class="number">1.</td>
<td class="text">Click <strong class="uiterm">Start -</strong>&nbsp;<strong class="uiterm">All Programs -</strong>&nbsp;<strong class="uiterm">Administrative Tools -</strong>&nbsp;<strong class="uiterm">DNS</strong>.</td>
</tr>
<tr>
<td class="number">2.</td>
<td class="text">Expand DNS server then expand <strong class="uiterm">Forward Lookup Zones</strong>.</td>
</tr>
<tr>
<td class="number">3.</td>
<td class="text">Right-click the domain to which you want to add the SPF record, and click <strong class="uiterm">Other New Records</strong>.</td>
</tr>
<tr>
<td class="number">4.</td>
<td class="text">In the <strong class="uiterm">Select a resource record type</strong> list, click <strong class="uiterm">Text (TXT)</strong>, and then click <strong class="uiterm">Create Record</strong>.</td>
</tr>
<tr>
<td class="number">5.</td>
<td class="text">If you add a record for the parent domain, leave the <strong class="uiterm">Record name</strong> box blank. If you do not add a record for the parent domain, type the single part name of the domain in the <strong class="uiterm">Record name</strong> box.</td>
</tr>
<tr>
<td class="number">6.</td>
<td class="text">
<p>In the <strong class="uiterm">Text</strong> box, type <span class="userInput">v=spf1 mx -all</span>. This example here allows only&nbsp;the MX servers to send emails for the domain.</p>
</td>
</tr>
<tr>
<td class="number">7.</td>
<td class="text">Click <strong class="uiterm">OK</strong>, and then click <strong class="uiterm">Done</strong>.</td>
</tr>
</table>
<script type="text/javascript">
  addthis_url    = 'http%3A%2F%2Fwww.itsyourip.com%2Fdns%2Fadd-a-spf-resource-record-in-windows-2003-dns%2F';
  addthis_title  = 'Add+a+SPF+Resource+Record+in+Windows+2003+DNS';
  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/add-a-spf-resource-record-in-windows-2003-dns/feed/</wfw:commentRss>
		<slash:comments>0</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>Load Balancing using SRV record in DNS</title>
		<link>http://www.itsyourip.com/dns/load-balancing-using-srv-record-in-dns/?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=load-balancing-using-srv-record-in-dns</link>
		<comments>http://www.itsyourip.com/dns/load-balancing-using-srv-record-in-dns/#comments</comments>
		<pubDate>Sun, 21 Oct 2007 18:47:59 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[DNS]]></category>

		<guid isPermaLink="false">http://www.itsyourip.com/dns/load-balancing-using-srv-record-in-dns/</guid>
		<description><![CDATA[SRV records, also known as Service records in DNS helps clients find services in the domain. A best example of this is with the Windows Active Directory where the SRV records are used to locate the Domain Controllers. SRV records can also help Load Balancing between multiple resources providing the same service. For example, if [...]]]></description>
			<content:encoded><![CDATA[<div class="KonaBody"><p><!--adsense#content_336_280-->
<p><a href="http://www.itsyourip.com/dns/dns-records/srv-record/" target="_blank" title="DNS: SRV Records">SRV records</a>, also known as Service records in DNS helps clients find services in the domain. A best example of this is with the Windows Active Directory where the SRV records are used to locate the Domain Controllers.</p>
<p><span id="more-81"></span></p>
<p>SRV records can also help Load Balancing between multiple resources providing the same service. For example, if there are more than one web servers in the Domain then they can be load balanced using the SRV records.</p>
<p>Let&#39;s for example there are four servers in the Domains serving the website and the records look like the following:</p>
<pre>_http._tcp.itsyourip.com. 86400 IN SRV 10 50 80 web1.itsyourip.com. _http._tcp.itsyourip.com. 86400 IN SRV 10 30 80 web2.itsyourip.com. _http._tcp.itsyourip.com. 86400 IN SRV 10 20 80 web3.itsyourip.com. _http._tcp.itsyourip.com. 86400 IN SRV 20 60 0 backup.itsyourip.com.</pre>
<pre>Here, the SRV records for web1,web2,web3 all have the priority set the same at &quot;10&quot; while backup has the priority set as 20. This means the web1,web2,web3 all have the least priority number and hence will be forwarded with the web requets. The backup server with priority 20 means that it will get the requests forwarded only when all the servers with the priority &quot;10&quot; went down or are not responding. This is exactly how it works with the MX records as well.</pre>
<pre>Now, the priority &quot;10&quot; servers have weight set as follows:</pre>
<pre>web1 = 50</pre>
<pre>web2 = 30</pre>
<pre>web3 = 20</pre>
<pre>Here, of the 100% of the requests, 50% of it will be served as to web1 based on the weight while web2 will be served 30% of the time while 20% of the requests will be served by web3.</pre>
<pre>If all the priority &quot;10&quot; servers fail then the backup server with priority &quot;20&quot; will become the sole server which be served all the time.</pre>
<pre>Although not the very best way to provide Load Balancing solutions, it still can be used as one way of doing it.</pre>
<script type="text/javascript">
  addthis_url    = 'http%3A%2F%2Fwww.itsyourip.com%2Fdns%2Fload-balancing-using-srv-record-in-dns%2F';
  addthis_title  = 'Load+Balancing+using+SRV+record+in+DNS';
  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/load-balancing-using-srv-record-in-dns/feed/</wfw:commentRss>
		<slash:comments>4</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>
	</channel>
</rss>
