<?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>CS &#38; IT Solutions &#187; bind</title>
	<atom:link href="http://blog.csatpk.com/tag/bind/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.csatpk.com</link>
	<description>Computer Scientists and IT Professionals Weblog</description>
	<lastBuildDate>Mon, 17 Oct 2011 10:58:35 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
		<item>
		<title>7 Easy Steps Installation DNS server in Ubuntu Jaunty</title>
		<link>http://blog.csatpk.com/2010/09/7-easy-steps-installation-dns-server-in-ubuntu-jaunty/</link>
		<comments>http://blog.csatpk.com/2010/09/7-easy-steps-installation-dns-server-in-ubuntu-jaunty/#comments</comments>
		<pubDate>Wed, 22 Sep 2010 15:19:49 +0000</pubDate>
		<dc:creator>amanat</dc:creator>
				<category><![CDATA[debian]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[Networking]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[apt-get install bind]]></category>
		<category><![CDATA[bind]]></category>
		<category><![CDATA[bind9]]></category>
		<category><![CDATA[dns]]></category>
		<category><![CDATA[jaunty]]></category>

		<guid isPermaLink="false">http://blog.csatpk.com/?p=1022</guid>
		<description><![CDATA[DNS (Domain Name Service) server is a server that translate an IP address into a name that will be easy to remember or do the opposite way. The administrative job is done in Server side. For client side just set the machine to connect the DNS server. Before we start, I assume that you are [...]]]></description>
		<wfw:commentRss>http://blog.csatpk.com/2010/09/7-easy-steps-installation-dns-server-in-ubuntu-jaunty/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Chroot Bind FreeBSD with Master/Slave</title>
		<link>http://blog.csatpk.com/2010/06/chroot-bind-freebsd-with-masterslave/</link>
		<comments>http://blog.csatpk.com/2010/06/chroot-bind-freebsd-with-masterslave/#comments</comments>
		<pubDate>Fri, 04 Jun 2010 15:40:08 +0000</pubDate>
		<dc:creator>amanat</dc:creator>
				<category><![CDATA[feebsd]]></category>
		<category><![CDATA[Networking]]></category>
		<category><![CDATA[bind]]></category>
		<category><![CDATA[bind on freebsd]]></category>
		<category><![CDATA[bsd]]></category>
		<category><![CDATA[chroot dns freebsd]]></category>
		<category><![CDATA[dns server freebsd]]></category>
		<category><![CDATA[freebsd]]></category>
		<category><![CDATA[how to configure secure dns server]]></category>
		<category><![CDATA[how to install bind on freebsd]]></category>
		<category><![CDATA[master/slave dns]]></category>
		<category><![CDATA[secure dns server]]></category>

		<guid isPermaLink="false">http://blog.csatpk.com/?p=951</guid>
		<description><![CDATA[FreeBSD known as one of the most rock solid reliable and perfect operating systems, I personally lover of FreeBSD OS, so I want to publish a very nice howto about dns (Bind). In this tutorial I’ll describe to you that how to set up secure FreeBSD based master/slave DNS server. You can use this tutorial [...]]]></description>
		<wfw:commentRss>http://blog.csatpk.com/2010/06/chroot-bind-freebsd-with-masterslave/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Configuring a DNS Server on freebsd</title>
		<link>http://blog.csatpk.com/2010/02/configuring-a-dns-server-on-freebsd/</link>
		<comments>http://blog.csatpk.com/2010/02/configuring-a-dns-server-on-freebsd/#comments</comments>
		<pubDate>Sun, 07 Feb 2010 17:23:18 +0000</pubDate>
		<dc:creator>amanat</dc:creator>
				<category><![CDATA[fedora]]></category>
		<category><![CDATA[Networking]]></category>
		<category><![CDATA[bind]]></category>
		<category><![CDATA[Configuring a DNS Server on freebsd]]></category>
		<category><![CDATA[dns]]></category>
		<category><![CDATA[freebsd]]></category>
		<category><![CDATA[how to configure bind9]]></category>
		<category><![CDATA[howto]]></category>
		<category><![CDATA[master]]></category>
		<category><![CDATA[slave]]></category>

		<guid isPermaLink="false">http://blog.csatpk.com/?p=775</guid>
		<description><![CDATA[Step 1. Create named.conf file with the following content: Note: options &#8220;directory&#8221;, &#8220;, &#8220;pid-file&#8221;, &#8220;dump-file&#8221;, &#8220;statistics-file&#8221; might have other values if you configure bind server on Linux. The following values are for FreeBSD. Note: do not forget to put &#8220;;&#8221; after every IP, incuding last IP, and to enclose rules between { }. options { [...]]]></description>
		<wfw:commentRss>http://blog.csatpk.com/2010/02/configuring-a-dns-server-on-freebsd/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How-To: Setting up a DNS zone with Bind9</title>
		<link>http://blog.csatpk.com/2009/07/how-to-setting-up-a-dns-zone-with-bind9/</link>
		<comments>http://blog.csatpk.com/2009/07/how-to-setting-up-a-dns-zone-with-bind9/#comments</comments>
		<pubDate>Wed, 01 Jul 2009 12:39:23 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[debian]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[Networking]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[bind]]></category>
		<category><![CDATA[bind9]]></category>
		<category><![CDATA[caching name server]]></category>

		<guid isPermaLink="false">http://www.csatpk.com/blog/?p=395</guid>
		<description><![CDATA[Bind is a well known Unix name server, it is a powerfull piece of software which is used by the majority of nameservers. This article will go though setting up a local area network that can be used at home or inside a small company. In this article, we suppose that we are going to [...]]]></description>
		<wfw:commentRss>http://blog.csatpk.com/2009/07/how-to-setting-up-a-dns-zone-with-bind9/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

