<?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>ServerAdminBlog &#187; DNS</title>
	<atom:link href="http://www.serveradminblog.com/category/dns/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.serveradminblog.com</link>
	<description>Short Circuit...</description>
	<lastBuildDate>Sat, 04 Feb 2012 16:56:29 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>How to test BIND version running on DNS server?</title>
		<link>http://www.serveradminblog.com/2009/03/how-to-test-bind-version-running-on-dns-server/</link>
		<comments>http://www.serveradminblog.com/2009/03/how-to-test-bind-version-running-on-dns-server/#comments</comments>
		<pubDate>Mon, 23 Mar 2009 19:07:34 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[DNS]]></category>

		<guid isPermaLink="false">http://www.serveradminblog.com/?p=8</guid>
		<description><![CDATA[<div class="addthis_toolbox addthis_default_style " addthis:url='http://www.serveradminblog.com/2009/03/how-to-test-bind-version-running-on-dns-server/' addthis:title='How to test BIND version running on DNS server? '  ><a class="addthis_button_facebook_like" fb:like:layout="button_count"></a><a class="addthis_button_tweet"></a><a class="addthis_counter addthis_pill_style"></a></div>BIND, or Berkley Internet Name Domain, is an Internet naming system used for DNS, which allows you to find the sites you are looking for. BIND contains entries for DNS names, so for example, if you type www.bla.com into your browser, the record tells your browser at what IP address to find the site. If [...]]]></description>
			<content:encoded><![CDATA[<div class="addthis_toolbox addthis_default_style " addthis:url='http://www.serveradminblog.com/2009/03/how-to-test-bind-version-running-on-dns-server/' addthis:title='How to test BIND version running on DNS server? '  ><a class="addthis_button_facebook_like" fb:like:layout="button_count"></a><a class="addthis_button_tweet"></a><a class="addthis_counter addthis_pill_style"></a></div><p>BIND, or Berkley Internet Name Domain, is an Internet naming system used for DNS, which allows you to find the sites you are looking for. BIND contains entries for DNS names, so for example, if you type www.bla.com into your browser, the record tells your browser at what IP address to find the site. If you need to test BIND version running on DNS server, you can use next commands:</p>
<p>Windows</p>

<div class="wp_syntax"><div class="code"><pre class="text" style="font-family:monospace;">nslookup -q=txt -class=CHAOS version.bind 192.168.51.250</pre></div></div>

<p>Linux</p>

<div class="wp_syntax"><div class="code"><pre class="text" style="font-family:monospace;">#dig -t txt -c chaos VERSION.BIND @192.168.51.250</pre></div></div>

<p>After this, you should get next answers</p>
<p>Windows</p>

<div class="wp_syntax"><div class="code"><pre class="text" style="font-family:monospace;">Server:  my.server.net
Address:  192.168.51.250
&nbsp;
version.bind    text =
&nbsp;
        &quot;9.3.4-P1&quot;
version.bind    nameserver = version.bind</pre></div></div>

<p>The Linux users will have more details about server</p>

<div class="wp_syntax"><div class="code"><pre class="text" style="font-family:monospace;">[root@server ~]# dig -t txt -c chaos VERSION.BIND @192.168.51.250
&nbsp;
; &amp;lt;&amp;lt;&amp;gt;&amp;gt; DiG 9.3.4-P1 &amp;lt;&amp;lt;&amp;gt;&amp;gt; -t txt -c chaos VERSION.BIND @192.168.51.250
; (1 server found)
;; global options:  printcmd
;; Got answer:
;; -&amp;gt;&amp;gt;HEADER&amp;lt;&amp;lt;- opcode: QUERY, status: NOERROR, id: 44906
;; flags: qr aa rd; QUERY: 1, ANSWER: 1, AUTHORITY: 1, ADDITIONAL: 0
&nbsp;
;; QUESTION SECTION:
;VERSION.BIND.                  CH      TXT
&nbsp;
;; ANSWER SECTION:
VERSION.BIND.           0       CH      TXT     &quot;9.3.4-P1&quot;
&nbsp;
;; AUTHORITY SECTION:
VERSION.BIND.           0       CH      NS      VERSION.BIND.
&nbsp;
;; Query time: 54 msec
;; SERVER: 192.168.51.250#53(192.168.51.250)
;; WHEN: Mon Mar 23 20:09:57 2009
;; MSG SIZE  rcvd: 65</pre></div></div>

<p>To hide your version of bind, add the following value to named.conf (now the commands shown above won&#8217;t return Bind version)</p>

<div class="wp_syntax"><div class="code"><pre class="text" style="font-family:monospace;">options {
.....
version &quot;[SECURED]&quot;;
};</pre></div></div>

<p>Save named.conf and restarted named.</p>
<p>Remember the fact that Bind is the most popular Internet naming system but not the only one&#8230; </p>
]]></content:encoded>
			<wfw:commentRss>http://www.serveradminblog.com/2009/03/how-to-test-bind-version-running-on-dns-server/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

