<?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>Open Dream &#187; windows-firewall</title>
	<atom:link href="http://blog.pengyao.org/tag/windows-firewall/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.pengyao.org</link>
	<description>逍遥梦,梦逍遥</description>
	<lastBuildDate>Wed, 07 Mar 2012 01:51: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>windows设置防火墙规则</title>
		<link>http://blog.pengyao.org/windows-set-firewall/</link>
		<comments>http://blog.pengyao.org/windows-set-firewall/#comments</comments>
		<pubDate>Sat, 10 Oct 2009 10:01:34 +0000</pubDate>
		<dc:creator>pengyao</dc:creator>
				<category><![CDATA[tips]]></category>
		<category><![CDATA[netsh]]></category>
		<category><![CDATA[windows-firewall]]></category>

		<guid isPermaLink="false">http://blog.pengyao.org/?p=126</guid>
		<description><![CDATA[需要修改下windows防火墙规则，允许192.168.0.1/32进行远程桌面,无奈几十台服务器登陆上去进行手动修改将是一个相当费时的体力劳动。 查询了下,发现windows下netsh.exe这样一个东东.使用这个东东构建个bat,内容 netsh firewall set portopening TCP 3389 远程桌面 enable custom 192.168.0.1/32 批量执行后再进行下查询是否已经添加: netsh firewall show portopening verbose = enable &#124; find "192.168.0.1" 如果你想对netsh了解更多，可以访问:http://technet.microsoft.com/en-us/library/bb490617.aspx获取更多帮助]]></description>
		<wfw:commentRss>http://blog.pengyao.org/windows-set-firewall/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

