<?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>TechieDrill &#187; dns</title>
	<atom:link href="http://techiedrill.com/tag/dns/feed/" rel="self" type="application/rss+xml" />
	<link>http://techiedrill.com</link>
	<description>Your World Of Technical Tutorials</description>
	<lastBuildDate>Tue, 10 Aug 2010 20:39:11 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.5</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Configuring Domain Name Server</title>
		<link>http://techiedrill.com/2009/11/configuring-domain-name-server/</link>
		<comments>http://techiedrill.com/2009/11/configuring-domain-name-server/#comments</comments>
		<pubDate>Fri, 13 Nov 2009 16:26:51 +0000</pubDate>
		<dc:creator>karnamrajesh</dc:creator>
				<category><![CDATA[Linux Advanced]]></category>
		<category><![CDATA[configure]]></category>
		<category><![CDATA[dns]]></category>
		<category><![CDATA[domain]]></category>
		<category><![CDATA[name]]></category>
		<category><![CDATA[server]]></category>

		<guid isPermaLink="false">http://techiedrill.com/?p=411</guid>
		<description><![CDATA[Domain Name Server for Home networking
Domain Name Servers maps internet protocol address with Fully Qualified Domain name(FQDN) such as www.techiedrill.com maps to an ip_address this is called Reverse Lookup. Inverse is also applicable, mapping ip_address to a domain name this is called Forward Lookup
Configuring DNS varies with various linux distribution
Download and install Bind packages
For configuring Bind [...]]]></description>
			<content:encoded><![CDATA[<p><strong>Domain Name Server for Home networking</strong></p>
<p>Domain Name Servers maps internet protocol address with Fully Qualified Domain name(FQDN) such as www.techiedrill.com maps to an ip_address this is called Reverse Lookup. Inverse is also applicable, mapping ip_address to a domain name this is called Forward Lookup</p>
<p>Configuring DNS varies with various linux distribution</p>
<p>Download and install Bind packages</p>
<p>For configuring Bind use chkconfig command to start while booting</p>
<p><em><strong>#chkconfig named on</strong></em></p>
<p>to stop bind</p>
<p><em><strong>#/etc/init.d/named stop</strong></em></p>
<p>Configuring resolv.conf</p>
<p>To make the DNS resolv to itself modify /etc/resolv.conf file to reference localhost</p>
<p><em><strong>nameserver server_ip_address</strong></em></p>
<p>Give an entry in hosts</p>
<p><strong>#vi /etc/hosts</strong></p>
<p><em><strong>ip_address www.sample.com</strong></em></p>
<p>Use /var/named.conf to configure DNS server</p>
<p><em><strong>#vi named.conf</strong></em></p>
<blockquote><p><em>zone : &#8220;sample.com&#8221; IN {</em></p>
<p><em><span style="white-space: pre;"> </span>type master;</p>
<p><span style="white-space: pre;"> </span>file &#8220;sample.com.forward&#8221;;</p>
<p>};</p>
<p>zone &#8220;ip_address.in-addr.arpa&#8221; IN {</p>
<p><span style="white-space: pre;"> </span>type master;</p>
<p><span style="white-space: pre;"> </span>file &#8220;sample.com.reverse&#8221;;</p>
<p>};</p>
<p></em><em></p>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 457px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;"><span style="white-space: pre;"> </span>file &#8220;sample.com.forward&#8221;;</div>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 457px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;">};</div>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 457px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;">zone &#8220;ip_address.in-addr.arpa&#8221; IN {</div>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 457px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;"><span style="white-space: pre;"> </span>type master;</div>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 457px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;"><span style="white-space: pre;"> </span>file &#8220;sample.com.reverse&#8221;;</div>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 457px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;">};</div>
<p></em></p></blockquote>
<p>Now Restart the Servers using</p>
<p><em><strong>#service named restart</strong></em></p>
]]></content:encoded>
			<wfw:commentRss>http://techiedrill.com/2009/11/configuring-domain-name-server/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
