<?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>bind | /var/logs/paulooi.log</title>
	<atom:link href="https://logs.paulooi.com/tag/bind/feed" rel="self" type="application/rss+xml" />
	<link>https://logs.paulooi.com</link>
	<description>Systems Admin, Web Development and etc</description>
	<lastBuildDate>Fri, 25 Feb 2011 13:34:57 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	
	<item>
		<title>Free eBook: Alternative DNS Servers</title>
		<link>https://logs.paulooi.com/free-ebook-alternative-dns-servers.php</link>
					<comments>https://logs.paulooi.com/free-ebook-alternative-dns-servers.php#respond</comments>
		
		<dc:creator><![CDATA[Paul Ooi]]></dc:creator>
		<pubDate>Fri, 25 Feb 2011 13:32:36 +0000</pubDate>
				<category><![CDATA[Application]]></category>
		<category><![CDATA[Systems]]></category>
		<category><![CDATA[bind]]></category>
		<category><![CDATA[bind dlz]]></category>
		<category><![CDATA[bind ldap]]></category>
		<category><![CDATA[dns]]></category>
		<category><![CDATA[dns server]]></category>
		<category><![CDATA[ldap dns]]></category>
		<category><![CDATA[power dns]]></category>
		<guid isPermaLink="false">http://systems.takizo.com/?p=1394</guid>

					<description><![CDATA[<p>Grab this 747 pages DNS eBook for Free; Written by Jan-Piet Mens, titled &#8220;Alternative DNS Servers&#8221;. I glance through at the eBook and found several interesting topics for DNS deployments. Bind DLZ &#8211; The Bind extension which can store your...</p>
The post <a href="https://logs.paulooi.com/free-ebook-alternative-dns-servers.php">Free eBook: Alternative DNS Servers</a> first appeared on <a href="https://logs.paulooi.com">/var/logs/paulooi.log</a>.]]></description>
										<content:encoded><![CDATA[<p><a href="https://logs.paulooi.com/wp-content/uploads/2011/02/20081027.exact-size.front_.jpg"><img decoding="async" src="https://logs.paulooi.com/wp-content/uploads/2011/02/20081027.exact-size.front_-150x150.jpg" alt="" title="20081027.exact-size.front" width="150" height="150" class="alignleft size-thumbnail wp-image-1395" /></a> Grab this 747 pages DNS eBook for Free; Written by Jan-Piet Mens, titled &#8220;Alternative DNS Servers&#8221;. I glance through at the eBook and found several interesting topics for DNS deployments.</p>
<ul>
<li>Bind DLZ &#8211; The Bind extension which can store your data in database MySQL, PostgreSQL and etc.</li>
<li>NSD &#8211; A lot people didn&#8217;t know about Name Server Daemon, find out more from the eBook.</li>
<li>DNS Planning &#8211; Name Server deployment planning, capacity planning and how to scale.</li>
<li>PowerDNS &#8211; Configure and master it.</li>
<li>LDAP DNS &#8211; Deploy DNS server with LDAP.</li>
</ul>
<p>Alright, enough with the talks, where to download the eBook? It&#8217;s <a href="http://blog.fupps.com/2010/10/29/alternative-dns-servers-the-book-as-pdf/?ref=systems.takizo.com" target="_blank">FREE for Download here</a></p>The post <a href="https://logs.paulooi.com/free-ebook-alternative-dns-servers.php">Free eBook: Alternative DNS Servers</a> first appeared on <a href="https://logs.paulooi.com">/var/logs/paulooi.log</a>.]]></content:encoded>
					
					<wfw:commentRss>https://logs.paulooi.com/free-ebook-alternative-dns-servers.php/feed</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Bind Error: &#8220;max open files (3520) is smaller than max sockets (4096)&#8221;</title>
		<link>https://logs.paulooi.com/bind-error-max-open-files-3520-is-smaller-than-max-sockets-4096.php</link>
					<comments>https://logs.paulooi.com/bind-error-max-open-files-3520-is-smaller-than-max-sockets-4096.php#comments</comments>
		
		<dc:creator><![CDATA[Paul Ooi]]></dc:creator>
		<pubDate>Mon, 28 Jun 2010 08:34:30 +0000</pubDate>
				<category><![CDATA[Systems]]></category>
		<category><![CDATA[bind]]></category>
		<category><![CDATA[dns]]></category>
		<category><![CDATA[freebsd]]></category>
		<category><![CDATA[kernel]]></category>
		<category><![CDATA[sysctl]]></category>
		<guid isPermaLink="false">http://systems.takizo.com/?p=1002</guid>

					<description><![CDATA[<p>Just notice one of the DNS server has the error message 28-Jun-2010 16:28:24.283 general: max open files (3520) is smaller than max sockets (4096) It&#8217;s something to do with kernel setting, on FreeBSD, configure the following shell> sysctl kern.maxfiles=4096 shell>...</p>
The post <a href="https://logs.paulooi.com/bind-error-max-open-files-3520-is-smaller-than-max-sockets-4096.php">Bind Error: “max open files (3520) is smaller than max sockets (4096)”</a> first appeared on <a href="https://logs.paulooi.com">/var/logs/paulooi.log</a>.]]></description>
										<content:encoded><![CDATA[<p>Just notice one of the DNS server has the error message</p>
<pre>
<code>
28-Jun-2010 16:28:24.283 general: max open files (3520) is smaller than max sockets (4096)
</code>
</pre>
<p>It&#8217;s something to do with kernel setting, on FreeBSD, configure the following</p>
<pre>
<code>
shell> sysctl kern.maxfiles=4096  
shell> sysctl kern.maxfilesperproc=4096
</code>
</pre>
<p>Alternatively, put the above configuration on /etc/sysctl.conf in order to configure it at start up level. </p>The post <a href="https://logs.paulooi.com/bind-error-max-open-files-3520-is-smaller-than-max-sockets-4096.php">Bind Error: “max open files (3520) is smaller than max sockets (4096)”</a> first appeared on <a href="https://logs.paulooi.com">/var/logs/paulooi.log</a>.]]></content:encoded>
					
					<wfw:commentRss>https://logs.paulooi.com/bind-error-max-open-files-3520-is-smaller-than-max-sockets-4096.php/feed</wfw:commentRss>
			<slash:comments>1</slash:comments>
		
		
			</item>
		<item>
		<title>Turn on DNS Query Log on Bind</title>
		<link>https://logs.paulooi.com/turn-on-dns-query-log-on-bind.php</link>
					<comments>https://logs.paulooi.com/turn-on-dns-query-log-on-bind.php#comments</comments>
		
		<dc:creator><![CDATA[Paul Ooi]]></dc:creator>
		<pubDate>Wed, 12 May 2010 13:28:50 +0000</pubDate>
				<category><![CDATA[Systems]]></category>
		<category><![CDATA[bind]]></category>
		<category><![CDATA[dns]]></category>
		<category><![CDATA[logging]]></category>
		<guid isPermaLink="false">http://systems.takizo.com/?p=968</guid>

					<description><![CDATA[<p>You are running a recursive DNS server and would like to find out the statistic of your user browser behavior (Whether they browse Facebook or Google?). Turn on DNS query logs will allow you to find out the statistic. To...</p>
The post <a href="https://logs.paulooi.com/turn-on-dns-query-log-on-bind.php">Turn on DNS Query Log on Bind</a> first appeared on <a href="https://logs.paulooi.com">/var/logs/paulooi.log</a>.]]></description>
										<content:encoded><![CDATA[<p>You are running a recursive DNS server and would like to find out the statistic of your user browser behavior (Whether they browse Facebook or Google?). Turn on DNS query logs will allow you to find out the statistic. To turn on DNS query log in Bind, configure lines below on named.conf </p>
<pre>
<code>
logging{
        channel query_logging {
                file "/var/log/query.log" versions 3 size 10m;
                severity debug 3;
                print-time yes;
                print-severity yes;
                print-category yes;
        };

        category queries {
                query_logging;
        };
};
</code>
</pre>
<p>To turn on query logging while DNS service is running; you need to to <strong>rndc querylog</strong> and check the status with <strong>rndc status</strong></p>
<pre>
<code>
shell> rndc querylog
shell> rndc status 
version: 9.x.x
number of zones: 1200
debug level: 3
xfers running: 0
xfers deferred: 0
soa queries in progress: 0
query logging is ON
recursive clients: 0/0/1000
tcp clients: 0/100
server is up and running
</code>
</pre>
<p><strong>query logging is ON</strong> indicates that DNS query logging is activated. </p>The post <a href="https://logs.paulooi.com/turn-on-dns-query-log-on-bind.php">Turn on DNS Query Log on Bind</a> first appeared on <a href="https://logs.paulooi.com">/var/logs/paulooi.log</a>.]]></content:encoded>
					
					<wfw:commentRss>https://logs.paulooi.com/turn-on-dns-query-log-on-bind.php/feed</wfw:commentRss>
			<slash:comments>1</slash:comments>
		
		
			</item>
	</channel>
</rss>
