<?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; 端口</title>
	<atom:link href="http://www.wemvc.com/tag/%e7%ab%af%e5%8f%a3/feed" rel="self" type="application/rss+xml" />
	<link>http://www.wemvc.com</link>
	<description>男人的胸怀是委屈撑大的。</description>
	<lastBuildDate>Sun, 29 Aug 2010 04:21:16 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>linux 查看端口命令</title>
		<link>http://www.wemvc.com/561.html</link>
		<comments>http://www.wemvc.com/561.html#comments</comments>
		<pubDate>Mon, 03 Nov 2008 11:42:13 +0000</pubDate>
		<dc:creator>精东</dc:creator>
				<category><![CDATA[服务器]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[端口]]></category>

		<guid isPermaLink="false">http://www.wemvc.com/?p=561</guid>
		<description><![CDATA[netstat -an 查看网络端口
lsof -i :port，使用lsof -i :port就能看见所指定端口运行的程序，同时还有当前连接。
nmap 端口扫描
]]></description>
		<wfw:commentRss>http://www.wemvc.com/561.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>CentOS下如何在防火墙中打开端口</title>
		<link>http://www.wemvc.com/557.html</link>
		<comments>http://www.wemvc.com/557.html#comments</comments>
		<pubDate>Mon, 03 Nov 2008 07:35:39 +0000</pubDate>
		<dc:creator>精东</dc:creator>
				<category><![CDATA[服务器]]></category>
		<category><![CDATA[端口]]></category>
		<category><![CDATA[防火墙]]></category>

		<guid isPermaLink="false">http://www.wemvc.com/?p=557</guid>
		<description><![CDATA[CentOS安装好，默认只打开了22端口，如果希望开放其他端口的话，需要打开所需端口。
比如打开http的默认端口80
编辑iptables
vi /etc/sysconfig/iptables
添加
-A RH-Firewall-1-INPUT -m state --state NEW -m tcp -p tcp --dport 3001 -j ACCEPT  
重新启动服务
/sbin/service iptables restart
查看端口是否开放
/sbin/iptables -L -n
]]></description>
		<wfw:commentRss>http://www.wemvc.com/557.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
