<?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>st0p&#039;s blog &#187; 防火墙</title>
	<atom:link href="http://www.st0p.org/blog/tag/%e9%98%b2%e7%81%ab%e5%a2%99/feed" rel="self" type="application/rss+xml" />
	<link>http://www.st0p.org/blog</link>
	<description>孤高之路不可走,一时的弱者,不是一辈子的弱者!</description>
	<lastBuildDate>Tue, 03 Jan 2012 10:48:58 +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>CentOS 防火墙配置 80端口</title>
		<link>http://www.st0p.org/blog/archives/centos-firewall-configuration-80-port.html</link>
		<comments>http://www.st0p.org/blog/archives/centos-firewall-configuration-80-port.html#comments</comments>
		<pubDate>Sat, 13 Mar 2010 09:20:32 +0000</pubDate>
		<dc:creator>st0p</dc:creator>
				<category><![CDATA[学·武功秘籍]]></category>
		<category><![CDATA[80端口]]></category>
		<category><![CDATA[CentOS]]></category>
		<category><![CDATA[防火墙]]></category>

		<guid isPermaLink="false">http://www.st0p.org/blog/?p=396</guid>
		<description><![CDATA[在虚拟机的CENTOS装好APACHE不能用,郁闷,解决方法如下 /sbin/iptables -I INPUT -p tcp --dport 80 -j ACCEPT /sbin/iptables -I INPUT -p tcp --dport 22 -j ACCEPT 然后保存： /etc/rc.d/init.d/iptables save 这样重启计算机后,防火墙默认已经开放了80和22端口 这里应该也可以不重启计算机： /etc/init.d/iptables restart 防火墙的关闭，关闭其服务即可： 查看防火墙信息： /etc/init.d/iptables status 关闭防火墙服务： /etc/init.d/iptables stop 永久关闭？不知道怎么个永久法： chkconfig –level 35 iptables off]]></description>
			<content:encoded><![CDATA[<p>在虚拟机的CENTOS装好APACHE不能用,郁闷,解决方法如下</p>
<p>/sbin/iptables -I INPUT -p tcp --dport 80 -j ACCEPT<br />
/sbin/iptables -I INPUT -p tcp --dport 22 -j ACCEPT </p>
<p>然后保存：<br />
/etc/rc.d/init.d/iptables save</p>
<p>这样重启计算机后,防火墙默认已经开放了80和22端口</p>
<p>这里应该也可以不重启计算机：<br />
/etc/init.d/iptables restart</p>
<p>防火墙的关闭，关闭其服务即可：</p>
<p>查看防火墙信息：<br />
/etc/init.d/iptables status</p>
<p>关闭防火墙服务：<br />
/etc/init.d/iptables stop</p>
<p>永久关闭？不知道怎么个永久法：<br />
chkconfig –level 35 iptables off </p>
]]></content:encoded>
			<wfw:commentRss>http://www.st0p.org/blog/archives/centos-firewall-configuration-80-port.html/feed</wfw:commentRss>
		<slash:comments>323</slash:comments>
		</item>
	</channel>
</rss>

