<?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>Tech-Recipes&#187; BIND and DNS</title>
	<atom:link href="http://www.tech-recipes.com/category/unix/unix-software/bind-and-dns/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.tech-recipes.com</link>
	<description>Computer and technology tutorials and guides</description>
	<lastBuildDate>Sat, 21 Nov 2009 03:54:29 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>DNS/BIND resource record: using $GENERATE to make many records</title>
		<link>http://www.tech-recipes.com/rx/312/dnsbind-resource-record-using-generate-to-make-many-records/</link>
		<comments>http://www.tech-recipes.com/rx/312/dnsbind-resource-record-using-generate-to-make-many-records/#comments</comments>
		<pubDate>Sun, 04 Jan 2004 18:05:24 +0000</pubDate>
		<dc:creator>qmchenry</dc:creator>
				<category><![CDATA[BIND and DNS]]></category>
		<category><![CDATA[bind]]></category>
		<category><![CDATA[dns]]></category>

		<guid isPermaLink="false">guid-fix-me!</guid>
		<description><![CDATA[A cool feature in versions of BIND since 8.2 and 9.1 is the $GENERATE directive which can create hundreds or thousands of resource records with a single line in zone file.  A common use for $GENERATE is assigning PTR records for a DHCP address range.
(...)Read the rest of DNS/BIND resource record: using $GENERATE to [...]]]></description>
		<wfw:commentRss>http://www.tech-recipes.com/rx/312/dnsbind-resource-record-using-generate-to-make-many-records/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>DNS/BIND resource record: CNAME, canonical names, host aliases</title>
		<link>http://www.tech-recipes.com/rx/311/dnsbind-resource-record-cname-canonical-names-host-aliases/</link>
		<comments>http://www.tech-recipes.com/rx/311/dnsbind-resource-record-cname-canonical-names-host-aliases/#comments</comments>
		<pubDate>Sun, 04 Jan 2004 17:35:30 +0000</pubDate>
		<dc:creator>qmchenry</dc:creator>
				<category><![CDATA[BIND and DNS]]></category>
		<category><![CDATA[bind]]></category>
		<category><![CDATA[dns]]></category>

		<guid isPermaLink="false">guid-fix-me!</guid>
		<description><![CDATA[A single host may have multiple personalities: web server (www), mail server (mail, mx), dns server (ns), ftp server (ftp).  Rather than assign each of these names an address (A) record pointing to the same IP address, all of which would need to be changed if the IP address changed, one name can be [...]]]></description>
		<wfw:commentRss>http://www.tech-recipes.com/rx/311/dnsbind-resource-record-cname-canonical-names-host-aliases/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>DNS/BIND: set TTL for individual resource records</title>
		<link>http://www.tech-recipes.com/rx/310/dnsbind-set-ttl-for-individual-resource-records/</link>
		<comments>http://www.tech-recipes.com/rx/310/dnsbind-set-ttl-for-individual-resource-records/#comments</comments>
		<pubDate>Sun, 04 Jan 2004 16:53:06 +0000</pubDate>
		<dc:creator>qmchenry</dc:creator>
				<category><![CDATA[BIND and DNS]]></category>
		<category><![CDATA[bind]]></category>
		<category><![CDATA[dns]]></category>

		<guid isPermaLink="false">guid-fix-me!</guid>
		<description><![CDATA[BIND resource records allow an explict TTL value that will override the zone file&#8217;s TTL for that specific resource record.  One use for this is to prevent non-authoritative servers from caching these records, perhaps in prelude to changing a server&#8217;s IP address.
(...)Read the rest of DNS/BIND: set TTL for individual resource records 

© qmchenry [...]]]></description>
		<wfw:commentRss>http://www.tech-recipes.com/rx/310/dnsbind-set-ttl-for-individual-resource-records/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>DNS/BIND resource record: routing mail with MX records</title>
		<link>http://www.tech-recipes.com/rx/309/dnsbind-resource-record-routing-mail-with-mx-records/</link>
		<comments>http://www.tech-recipes.com/rx/309/dnsbind-resource-record-routing-mail-with-mx-records/#comments</comments>
		<pubDate>Sun, 04 Jan 2004 14:36:43 +0000</pubDate>
		<dc:creator>qmchenry</dc:creator>
				<category><![CDATA[BIND and DNS]]></category>
		<category><![CDATA[bind]]></category>
		<category><![CDATA[dns]]></category>

		<guid isPermaLink="false">guid-fix-me!</guid>
		<description><![CDATA[Proper DNS configuration with MX records is a requirement for routing email for a domain.
(...)Read the rest of DNS/BIND resource record: routing mail with MX records 

© qmchenry for Tech-Recipes, 2004. &#124;
Permalink &#124;
2 comments &#124;
Add to
del.icio.us

Post tags: bind, dns
]]></description>
		<wfw:commentRss>http://www.tech-recipes.com/rx/309/dnsbind-resource-record-routing-mail-with-mx-records/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>DNS/BIND troubleshooting: request a domain\&#8217;s SOA using dig</title>
		<link>http://www.tech-recipes.com/rx/308/dnsbind-troubleshooting-request-a-domains-soa-using-dig/</link>
		<comments>http://www.tech-recipes.com/rx/308/dnsbind-troubleshooting-request-a-domains-soa-using-dig/#comments</comments>
		<pubDate>Sun, 04 Jan 2004 13:03:43 +0000</pubDate>
		<dc:creator>qmchenry</dc:creator>
				<category><![CDATA[BIND and DNS]]></category>
		<category><![CDATA[bind]]></category>
		<category><![CDATA[dns]]></category>

		<guid isPermaLink="false">guid-fix-me!</guid>
		<description><![CDATA[
(...)Read the rest of DNS/BIND troubleshooting: request a domain\&#8217;s SOA using dig 

© qmchenry for Tech-Recipes, 2004. &#124;
Permalink &#124;
0 comments &#124;
Add to
del.icio.us

Post tags: bind, dns
]]></description>
		<wfw:commentRss>http://www.tech-recipes.com/rx/308/dnsbind-troubleshooting-request-a-domains-soa-using-dig/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>DNS/BIND resource record: PTR reverse lookup record</title>
		<link>http://www.tech-recipes.com/rx/307/dnsbind-resource-record-ptr-reverse-lookup-record/</link>
		<comments>http://www.tech-recipes.com/rx/307/dnsbind-resource-record-ptr-reverse-lookup-record/#comments</comments>
		<pubDate>Sun, 04 Jan 2004 12:56:47 +0000</pubDate>
		<dc:creator>qmchenry</dc:creator>
				<category><![CDATA[BIND and DNS]]></category>
		<category><![CDATA[bind]]></category>
		<category><![CDATA[dns]]></category>

		<guid isPermaLink="false">guid-fix-me!</guid>
		<description><![CDATA[The PTR (pointer) record maps an IP address to a hostname and fully qualified domain name.  Many applications use reverse lookups to identify the domain from which a TCP/IP connection is formed.  Best practice for DNS is to create a PTR record for every A record.
(...)Read the rest of DNS/BIND resource record: PTR [...]]]></description>
		<wfw:commentRss>http://www.tech-recipes.com/rx/307/dnsbind-resource-record-ptr-reverse-lookup-record/feed/</wfw:commentRss>
		<slash:comments>10</slash:comments>
		</item>
		<item>
		<title>DNS/BIND resource record: Address (A) record</title>
		<link>http://www.tech-recipes.com/rx/306/dnsbind-resource-record-address-a-record/</link>
		<comments>http://www.tech-recipes.com/rx/306/dnsbind-resource-record-address-a-record/#comments</comments>
		<pubDate>Sun, 04 Jan 2004 12:43:46 +0000</pubDate>
		<dc:creator>qmchenry</dc:creator>
				<category><![CDATA[BIND and DNS]]></category>
		<category><![CDATA[bind]]></category>
		<category><![CDATA[dns]]></category>

		<guid isPermaLink="false">guid-fix-me!</guid>
		<description><![CDATA[The address record (A record) maps a hostname and fully qualified domain name with an IP address.
(...)Read the rest of DNS/BIND resource record: Address (A) record 

© qmchenry for Tech-Recipes, 2004. &#124;
Permalink &#124;
0 comments &#124;
Add to
del.icio.us

Post tags: bind, dns
]]></description>
		<wfw:commentRss>http://www.tech-recipes.com/rx/306/dnsbind-resource-record-address-a-record/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>DNS/BIND: Create a basic zone file</title>
		<link>http://www.tech-recipes.com/rx/305/dnsbind-create-a-basic-zone-file/</link>
		<comments>http://www.tech-recipes.com/rx/305/dnsbind-create-a-basic-zone-file/#comments</comments>
		<pubDate>Sun, 04 Jan 2004 12:24:51 +0000</pubDate>
		<dc:creator>qmchenry</dc:creator>
				<category><![CDATA[BIND and DNS]]></category>
		<category><![CDATA[bind]]></category>
		<category><![CDATA[dns]]></category>

		<guid isPermaLink="false">guid-fix-me!</guid>
		<description><![CDATA[A zone file holds the DNS resource records for all of the domain names associated with the zone.  Zone files store all of the data served by a DNS server.  This recipe describes the basic zone file format without any resource records suitable for any type of zone file.
(...)Read the rest of DNS/BIND: [...]]]></description>
		<wfw:commentRss>http://www.tech-recipes.com/rx/305/dnsbind-create-a-basic-zone-file/feed/</wfw:commentRss>
		<slash:comments>11</slash:comments>
		</item>
		<item>
		<title>Search for mail exchanger (MX) records using dig</title>
		<link>http://www.tech-recipes.com/rx/247/search-for-mail-exchanger-mx-records-using-dig/</link>
		<comments>http://www.tech-recipes.com/rx/247/search-for-mail-exchanger-mx-records-using-dig/#comments</comments>
		<pubDate>Mon, 01 Dec 2003 23:08:26 +0000</pubDate>
		<dc:creator>Rex</dc:creator>
				<category><![CDATA[BIND and DNS]]></category>
		<category><![CDATA[bind]]></category>
		<category><![CDATA[dns]]></category>
		<category><![CDATA[mx record]]></category>

		<guid isPermaLink="false">guid-fix-me!</guid>
		<description><![CDATA[Mail exchanger or MX records in DNS are used to route email for a domain.  The dig utility makes it easy to search for this type of DNS record.
(...)Read the rest of Search for mail exchanger (MX) records using dig 

© Rex for Tech-Recipes, 2003. &#124;
Permalink &#124;
1 comment &#124;
Add to
del.icio.us

Post tags: bind, dns, mx [...]]]></description>
		<wfw:commentRss>http://www.tech-recipes.com/rx/247/search-for-mail-exchanger-mx-records-using-dig/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
