﻿define('DISALLOW_FILE_EDIT', true);
define('DISALLOW_FILE_MODS', true);<?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>/dev/head &#187; dhcp</title>
	<atom:link href="http://devhead.ru/cat/dhcp/feed" rel="self" type="application/rss+xml" />
	<link>http://devhead.ru</link>
	<description>Статьи и видео уроки</description>
	<lastBuildDate>Mon, 30 Jan 2017 11:12:34 +0000</lastBuildDate>
	<language>ru-RU</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>https://wordpress.org/?v=4.1.37</generator>
	<item>
		<title>Dnsmasq</title>
		<link>http://devhead.ru/read/dnsmasq</link>
		<comments>http://devhead.ru/read/dnsmasq#comments</comments>
		<pubDate>Wed, 03 Nov 2010 07:15:16 +0000</pubDate>
		<dc:creator><![CDATA[ignusius]]></dc:creator>
				<category><![CDATA[Статьи]]></category>
		<category><![CDATA[dhcp]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[сеть]]></category>

		<guid isPermaLink="false">http://devhead.ru/read/dnsmasq/</guid>
		<description><![CDATA[Dnsmasq - компактный сервер DNS и DHCP. Я вам расскажу как настроить за 5 минут dhcp сервер, без лиших телодвижений, если покурить man'ы , то можно удивится, что этот маленький сервер универсальное средство для быстрого развёртывания. Настройка dhcp Установка dnsmasq в Debian, Ubuntu: sudo apt-get install dnsmasq Настройка /etc/dnsmasq.conf Где, xxx - диапазон . Выдача [&#8230;]]]></description>
				<content:encoded><![CDATA[<p><strong>Dnsmasq</strong> - компактный сервер DNS и DHCP. Я вам расскажу как настроить за 5 минут dhcp сервер, без лиших телодвижений, если покурить man'ы , то можно удивится, что этот маленький сервер универсальное средство для быстрого развёртывания.</p>
<p><span id="more-444"></span></p>
<p><b>Настройка dhcp</b> <br /> Установка dnsmasq в Debian, Ubuntu:</p>
<blockquote>
<p>sudo apt-get install dnsmasq</p>
</blockquote>
<p>Настройка /etc/dnsmasq.conf<br /> Где, <b>xxx</b> - диапазон .</p>
<p>Выдача IP по MAC адресу:</p>
<blockquote>
<p>dhcp-range=192.168.1.xxx,192.168.1.xxx,255.255.255.0,12h <br />dhcp-host= 00:00:00:00:00:00, 192.168.xxx.xxx</p>
</blockquote>
<p>Блокировка  IP по MAC:</p>
<blockquote>
<p>dhcp-host= 00:00:00:00:00:00, 192.168.xxx.xxx,ignore (Игнорировать IP по MAC адрессу)</p>
<p></p>
</blockquote>
]]></content:encoded>
			<wfw:commentRss>http://devhead.ru/read/dnsmasq/feed</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
	</channel>
</rss>
<!-- WP Super Cache is installed but broken. The path to wp-cache-phase1.php in wp-content/advanced-cache.php must be fixed! -->