<?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>Gentoo Way &#187; bind</title>
	<atom:link href="http://gentooway.ru/tag/bind/feed" rel="self" type="application/rss+xml" />
	<link>http://gentooway.ru</link>
	<description>Linux, Gentoo, Kubuntu, Ubuntu, Debian ... компилируем всё!</description>
	<lastBuildDate>Fri, 06 Jan 2012 10:21:07 +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>BIND &#8212; Настройка зоны и домены третьего уровня для сервера разработки.</title>
		<link>http://gentooway.ru/2009/12/bind-nastrojka-zony-i-domeny-tretego-urovnya-dlya-servera-razrabotki</link>
		<comments>http://gentooway.ru/2009/12/bind-nastrojka-zony-i-domeny-tretego-urovnya-dlya-servera-razrabotki#comments</comments>
		<pubDate>Wed, 09 Dec 2009 18:27:25 +0000</pubDate>
		<dc:creator>Дмитрий Бекетов</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[bind]]></category>
		<category><![CDATA[howto]]></category>
		<category><![CDATA[named]]></category>

		<guid isPermaLink="false">http://gentooway.ru/?p=155</guid>
		<description><![CDATA[В интернете можно найти много документации на тему настройки BIND на любом языке так что пусть это будет ещё один вариант настройки. Данная настройка отличается тем, что предназначена (как видно из заголовка) в первую очередь для сервера разработки но также может быть использована в домашних сетях. Краткое содержание: Настройка своей зоны (в данном случае - [...]]]></description>
			<content:encoded><![CDATA[<p>В интернете можно найти много документации на тему настройки BIND на любом языке так что пусть это будет <em>ещё один вариант настройки</em>.</p>
<p>Данная настройка отличается тем, что предназначена (как видно из заголовка) в первую очередь для сервера разработки но также может быть использована в домашних сетях.</p>
<p>Краткое содержание:</p>
<ul>
<li>Настройка своей зоны (в данном случае - <em>home</em>)</li>
<li>Настройка обратной зоны (PTR)</li>
<li>Настройка зоны третьего уровня для нужд разработки</li>
</ul>
<p><span id="more-155"></span></p>
<h4>Настройка зоны <em>home</em>. Вариант 1.</h4>
<p>Предположим что DNS-сервер и сервер разработки совмещены, тогда настройка своей зоны будет выглядеть следующим образом:<br />
добавить в настройки BIND (<em>named.conf</em>):</p>
<div class="codecolorer-container ini default" style="overflow:auto;white-space:nowrap;border:1px solid #9F9F9F;width:500px;"><div class="ini codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap">zone <span style="color: #933;">&quot;home.&quot;</span> <span style="">&#123;</span><br />
&nbsp; &nbsp; type master<span style="color: #666666; font-style: italic;">;</span><br />
&nbsp; &nbsp; file <span style="color: #933;">&quot;pri/home.zone&quot;</span><span style="color: #666666; font-style: italic;">;</span><br />
<span style="">&#125;</span><span style="color: #666666; font-style: italic;">;</span><br />
zone <span style="color: #933;">&quot;1.168.192.in-addr.arpa&quot;</span> <span style="">&#123;</span><br />
&nbsp; &nbsp; type master<span style="color: #666666; font-style: italic;">;</span><br />
&nbsp; &nbsp; file <span style="color: #933;">&quot;pri/192.168.1.in-addr.arpa&quot;</span><span style="color: #666666; font-style: italic;">;</span><br />
<span style="">&#125;</span><span style="color: #666666; font-style: italic;">;</span></div></div>
<p>Файл зоны <em>pri/home.zone</em>:</p>
<div class="codecolorer-container ini default" style="overflow:auto;white-space:nowrap;border:1px solid #9F9F9F;width:500px;"><div class="ini codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap">$TTL <span style="">38400</span><br />
@ &nbsp; &nbsp; &nbsp; IN &nbsp; &nbsp; &nbsp;SOA &nbsp; &nbsp; ns.router.home. admin.gentooway.ru. <span style="">&#40;</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="">200912091</span> &nbsp; &nbsp; &nbsp;<span style="color: #666666; font-style: italic;">; Serial</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="">10800</span> &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #666666; font-style: italic;">; Refresh</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="">3600</span> &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<span style="color: #666666; font-style: italic;">; Retry</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="">604800</span> &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<span style="color: #666666; font-style: italic;">; Expire</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="">38400</span> <span style="">&#41;</span> &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #666666; font-style: italic;">; Minimum</span><br />
<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; IN NS ns.router.home.<br />
ns.router.home. IN A 192.168.1.20<br />
* &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; IN A 192.168.1.20 <span style="color: #666666; font-style: italic;">;; Если необходимо чтобы запросы на несуществующие домены</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #666666; font-style: italic;">;; обрабатывал этот же сервер (типа asfafasfasf.home. или eerte.fgfgfg.home.)</span><br />
router.home. IN A 192.168.1.20<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; IN TXT <span style="color: #933;">&quot;Router&quot;</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; IN HINFO <span style="color: #933;">&quot;Intel(R) Celeron(TM) CPU 1400MHz&quot;</span> <span style="color: #933;">&quot;Hardened Gentoo&quot;</span><br />
win-digger.home. &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; IN A 192.168.1.198<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; IN TXT <span style="color: #933;">&quot;My PC&quot;</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; IN HINFO <span style="color: #933;">&quot;Intel(R) Core(TM)2 CPU 6400 @ 2.13GHz&quot;</span> <span style="color: #933;">&quot;Kubuntu&quot;</span></div></div>
<p>Дополнительные поля можно вписывать, а можно и не вписывать...</p>
<p>Файл обратной зоны <em>pri/192.168.1.in-addr.arpa</em>:</p>
<div class="codecolorer-container ini default" style="overflow:auto;white-space:nowrap;border:1px solid #9F9F9F;width:500px;"><div class="ini codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap">$TTL &nbsp; &nbsp;<span style="">3600</span><br />
@ &nbsp;IN &nbsp; &nbsp; &nbsp;SOA &nbsp; &nbsp; ns.router.home. admin.gentooway.ru. <span style="">&#40;</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<span style="">200912091</span> &nbsp; &nbsp; &nbsp; &nbsp;<span style="color: #666666; font-style: italic;">; Serial</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<span style="">3600</span> &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<span style="color: #666666; font-style: italic;">; Refresh</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<span style="">900</span> &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #666666; font-style: italic;">; Retry</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<span style="">3600000</span> &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #666666; font-style: italic;">; Expire</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<span style="">3600</span> <span style="">&#41;</span> &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<span style="color: #666666; font-style: italic;">; Minimum</span><br />
<br />
@ &nbsp; &nbsp; &nbsp; IN &nbsp; &nbsp; &nbsp;NS &nbsp; &nbsp; &nbsp;ns.router.home.<br />
<span style="">20</span> &nbsp; &nbsp; &nbsp;IN &nbsp; &nbsp; &nbsp;PTR &nbsp; &nbsp; router.home.<br />
<span style="">20</span> &nbsp; &nbsp; &nbsp;IN &nbsp; &nbsp; &nbsp;PTR &nbsp; &nbsp; ns.router.home.<br />
<span style="">198</span> &nbsp; &nbsp; IN &nbsp; &nbsp; &nbsp;PTR &nbsp; &nbsp; win-digger.home.</div></div>
<p>Проверим:</p>
<div class="codecolorer-container bash default" style="overflow:auto;white-space:nowrap;border:1px solid #9F9F9F;width:500px;"><div class="bash codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap"><span style="color: #666666; font-style: italic;"># host router.home</span><br />
router.home has address 192.168.1.20</div></div>
<div class="codecolorer-container bash default" style="overflow:auto;white-space:nowrap;border:1px solid #9F9F9F;width:500px;"><div class="bash codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap"><span style="color: #666666; font-style: italic;"># host 192.168.1.20</span><br />
20.1.168.192.in-addr.arpa domain name pointer ns.router.home.<br />
20.1.168.192.in-addr.arpa domain name pointer router.home.</div></div>
<p>Собственно если в конфигурации было указано<br />
<code class="codecolorer ini default"><span class="ini">* &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; IN A 192.168.1.20</span></code><br />
то все запросы на необъявленные имена будут обращены на<br />
 192.168.1.20, это облегчает работу т.к. не нужно обновлять записи на DNS сервере или редактировать файл <em>hosts</em>.</p>
<p>А что вообще подразумевается под сервером разработок?<br />
Это машина на которой "хостятся" рабочие проекты доступные только локально по именам (например) project1.home best-site.home и т.д.</p>
<h4>Настройка зоны <em>home</em>. Вариант 2.</h4>
<p> (с доменами третьего уровня)<br />
Отличие от варианта 1 в том, что DNS сервер и сервер разработки находятся на разных машинах.</p>
<p>Для данного варианта тестовые имена будут выглядеть так: project1.win-digger.home best-site.win-digger.home, а также все домены третьего уровня будут указывать на win-digger.home.</p>
<p>в <em>named.conf</em> необходимо добавить (помимо того, что указано в варианте 1):</p>
<div class="codecolorer-container ini default" style="overflow:auto;white-space:nowrap;border:1px solid #9F9F9F;width:500px;"><div class="ini codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap">// Сервер разработки<br />
zone <span style="color: #933;">&quot;win-digger.home.&quot;</span> <span style="">&#123;</span><br />
&nbsp; &nbsp; type master<span style="color: #666666; font-style: italic;">;</span><br />
&nbsp; &nbsp; file <span style="color: #933;">&quot;pri/win-digger.home.&quot;</span><span style="color: #666666; font-style: italic;">;</span><br />
<span style="">&#125;</span><span style="color: #666666; font-style: italic;">;</span><br />
<br />
// DNS сервер<br />
zone <span style="color: #933;">&quot;router.home.&quot;</span> <span style="">&#123;</span><br />
&nbsp; &nbsp; type master<span style="color: #666666; font-style: italic;">;</span><br />
&nbsp; &nbsp; file <span style="color: #933;">&quot;pri/router.home.&quot;</span><span style="color: #666666; font-style: italic;">;</span><br />
<span style="">&#125;</span><span style="color: #666666; font-style: italic;">;</span></div></div>
<p>Обратная зона не изменилась, поэту её можно подсмотреть в первом варианте.</p>
<p>Файл зоны <em>home</em><br />
<em>pri/home.zone</em></p>
<div class="codecolorer-container ini default" style="overflow:auto;white-space:nowrap;border:1px solid #9F9F9F;width:500px;"><div class="ini codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap">$TTL <span style="">38400</span><br />
@ &nbsp; &nbsp; &nbsp; IN &nbsp; &nbsp; &nbsp;SOA &nbsp; &nbsp; ns.router.home. admin.gentooway.ru. <span style="">&#40;</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="">200912091</span> &nbsp; &nbsp; &nbsp; &nbsp;<span style="color: #666666; font-style: italic;">; Serial</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="">10800</span> &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #666666; font-style: italic;">; Refresh</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="">3600</span> &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<span style="color: #666666; font-style: italic;">; Retry</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="">604800</span> &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<span style="color: #666666; font-style: italic;">; Expire</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="">38400</span> <span style="">&#41;</span> &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #666666; font-style: italic;">; Minimum</span><br />
<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; IN NS ns.router.home.<br />
ns.router.home. IN A 192.168.1.20</div></div>
<p>Файл зоны для DNS сервера:<br />
<em>pri/router.home.</em></p>
<div class="codecolorer-container ini default" style="overflow:auto;white-space:nowrap;border:1px solid #9F9F9F;width:500px;"><div class="ini codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap">$TTL <span style="">38400</span><br />
@ &nbsp; &nbsp; &nbsp; IN &nbsp; &nbsp; &nbsp;SOA &nbsp; &nbsp; ns.router.home. admin.gentooway.ru. <span style="">&#40;</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="">200912091</span> &nbsp; &nbsp; &nbsp; &nbsp;<span style="color: #666666; font-style: italic;">; Serial</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="">10800</span> &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #666666; font-style: italic;">; Refresh</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="">3600</span> &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<span style="color: #666666; font-style: italic;">; Retry</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="">604800</span> &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<span style="color: #666666; font-style: italic;">; Expire</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="">38400</span> <span style="">&#41;</span> &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #666666; font-style: italic;">; Minimum</span><br />
<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; IN NS ns.router.home.<br />
@ &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; IN A 192.168.1.20<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; IN TXT <span style="color: #933;">&quot;Router&quot;</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; IN HINFO <span style="color: #933;">&quot;Intel(R) Celeron(TM) CPU 1400MHz&quot;</span> <span style="color: #933;">&quot;Hardened Gentoo&quot;</span><br />
ns &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;IN A 192.168.1.20<br />
* &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; IN CNAME @</div></div>
<p>Файл зоны для сервера разработки:<br />
<em>pri/win-digger.home.</em></p>
<div class="codecolorer-container ini default" style="overflow:auto;white-space:nowrap;border:1px solid #9F9F9F;width:500px;"><div class="ini codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap">$TTL <span style="">38400</span><br />
@ &nbsp; &nbsp; &nbsp; IN &nbsp; &nbsp; &nbsp;SOA &nbsp; &nbsp; ns.router.home. admin.gentooway.ru. <span style="">&#40;</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="">200912091</span> &nbsp; &nbsp; &nbsp; &nbsp;<span style="color: #666666; font-style: italic;">; Serial</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="">10800</span> &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #666666; font-style: italic;">; Refresh</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="">3600</span> &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<span style="color: #666666; font-style: italic;">; Retry</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="">604800</span> &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<span style="color: #666666; font-style: italic;">; Expire</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="">38400</span> <span style="">&#41;</span> &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #666666; font-style: italic;">; Minimum</span><br />
<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; IN NS ns.router.home.<br />
@ &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; IN A 192.168.1.198<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; IN TXT <span style="color: #933;">&quot;My PC&quot;</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; IN HINFO <span style="color: #933;">&quot;Intel(R) Core(TM)2 CPU 6400 @ 2.13GHz&quot;</span> <span style="color: #933;">&quot;Kubuntu&quot;</span><br />
* &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; IN CNAME @</div></div>
<p>Проверяем:</p>
<div class="codecolorer-container bash default" style="overflow:auto;white-space:nowrap;border:1px solid #9F9F9F;width:500px;"><div class="bash codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap"><span style="color: #666666; font-style: italic;"># host win-digger.home</span><br />
win-digger.home has address 192.168.1.198</div></div>
<div class="codecolorer-container bash default" style="overflow:auto;white-space:nowrap;border:1px solid #9F9F9F;width:500px;"><div class="bash codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap"><span style="color: #666666; font-style: italic;"># host 192.168.1.198</span><br />
198.1.168.192.in-addr.arpa domain name pointer win-digger.home.</div></div>
<div class="codecolorer-container bash default" style="overflow:auto;white-space:nowrap;border:1px solid #9F9F9F;width:500px;"><div class="bash codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap"><span style="color: #666666; font-style: italic;"># host non-existent-or-custom-domain.win-digger.home</span><br />
non-existent-or-custom-domain.win-digger.home is an <span style="color: #7a0874; font-weight: bold;">alias</span> <span style="color: #000000; font-weight: bold;">for</span> win-digger.home.<br />
win-digger.home has address 192.168.1.198</div></div>
<p>Вот и всё, один раз настроить и не нужно больше никуда лазить и что-то где-то прописывать.</p>
]]></content:encoded>
			<wfw:commentRss>http://gentooway.ru/2009/12/bind-nastrojka-zony-i-domeny-tretego-urovnya-dlya-servera-razrabotki/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

