<?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; Cobbler</title>
	<atom:link href="http://www.osyunwei.com/archives/tag/cobbler/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>Cobbler全自动批量安装部署Linux系统</title>
		<link>https://www.osyunwei.com/archives/7606.html</link>
		<comments>https://www.osyunwei.com/archives/7606.html#comments</comments>
		<pubDate>Thu, 10 Apr 2014 08:46:27 +0000</pubDate>
		<dc:creator>qihang01</dc:creator>
				<category><![CDATA[CentOS]]></category>
		<category><![CDATA[Cobbler]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[批量安装Linux]]></category>

		<guid isPermaLink="false">http://www.osyunwei.com/?p=7606</guid>
		<description><![CDATA[说明： Cobbler服务器系统：CentOS 5.10 64位 IP地址：192.168.21.128 需要安装部署的Linux系统： eth0（第一块网卡，用于外网）IP地址段：192.168.21.160-192.168.21.200 eth1（第二块网卡，用于内网）IP地址段：10.0.0.160-10.0.0.200 子网掩码：255.255.255.0 网关：192.168.21.2 DNS：8.8.8.8  8.8.4.4 所有服务器均支持PXE网络启动 实现目的：通过配置Cobbler服务器，全自动批量安装部署Linux系统 具体操作： 第一部分：在Cobbler服务器上操作 一、关闭SELINUX vi /etc/selinux/config #SELINUX=enforcing #注释掉 #SELINUXTYPE=targeted #注释掉 SELINUX=disabled #增加 :wq!  #保存退出 setenforce 0 #使配置立即生效 二、配置防火墙，开启TCP：80端口、TCP：25151端口、UDP：69端口 vi /etc/sysconfig/iptables  #编辑 -A RH-Firewall-1-INPUT -m state --state NEW -m tcp -p tcp --dport 80 -j ACCEPT  #http服务需要此端口 -A RH-Firewall-1-INPUT -m state --state NEW [...]<p><a rel="bookmark" href="https://www.osyunwei.com/archives/7606.html" target="_blank">查看全文</a></p>]]></description>
		<wfw:commentRss>https://www.osyunwei.com/archives/7606.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
