<?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>系统运维 &#187; DHCP</title>
	<atom:link href="http://www.osyunwei.com/archives/category/config/other-config/dhcp/feed" rel="self" type="application/rss+xml" />
	<link>https://www.osyunwei.com</link>
	<description>国产化OS/AnolisOS/openEuler/RHEL/CentOS/Rocky Linux/Debian/Ubuntu Linux FreeBSD 服务器教程 &#124; Windows Server 2003/2008/2012/2016/2019/2022/2025服务器教程</description>
	<lastBuildDate>Wed, 01 Apr 2026 08:27:54 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>CentOS 5.5配置DHCP服务器</title>
		<link>https://www.osyunwei.com/archives/1744.html</link>
		<comments>https://www.osyunwei.com/archives/1744.html#comments</comments>
		<pubDate>Tue, 03 Jan 2012 02:36:11 +0000</pubDate>
		<dc:creator>qihang01</dc:creator>
				<category><![CDATA[DHCP]]></category>
		<category><![CDATA[CentOS dhcp服务器]]></category>
		<category><![CDATA[dhcp配置]]></category>

		<guid isPermaLink="false">http://www.osyunwei.com/?p=1744</guid>
		<description><![CDATA[环境说明： DHCP服务器系统：CentOS 5.5 网卡接口：eth0 IP地址：192.168.21.136 网关：192.168.21.2 子网掩码：255.255.255.0 DNS：8.8.8.8  8.8.4.4 一、安装 检查DHCP服务是否安装 rpm -q dhcp package dhcp is not installed yum -y install dhcp 系统运维  www.osyunwei.com  温馨提醒：qihang01原创内容©版权所有,转载请注明出处及原文链接 二、配置 cp /usr/share/doc/dhcp-3.0.5/dhcpd.conf.sample  /etc/dhcpd.conf  #复制配置文件模板 vi /etc/dhcpd.conf  #编辑配置文件 ddns-update-style interim;     #设置DHCP服务器模式 ignore client-updates;       #禁止客户端更新 subnet 192.168.21.0 netmask 255.255.255.0 { option routers                  192.168.21.2;  #设置网关 option subnet-mask              255.255.255.0;  #设置子网掩码 option domain-name-servers      [...]<p><a rel="bookmark" href="https://www.osyunwei.com/archives/1744.html" target="_blank">查看全文</a></p>]]></description>
		<wfw:commentRss>https://www.osyunwei.com/archives/1744.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
