<?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>MXcode &#187; iptables</title>
	<atom:link href="http://mxcode.com/tag/iptables/feed/" rel="self" type="application/rss+xml" />
	<link>http://mxcode.com</link>
	<description>All about coding</description>
	<lastBuildDate>Fri, 13 Jan 2012 06:02:09 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>open a port on linux server</title>
		<link>http://mxcode.com/2010/01/open-a-port-on-linux-server/</link>
		<comments>http://mxcode.com/2010/01/open-a-port-on-linux-server/#comments</comments>
		<pubDate>Wed, 13 Jan 2010 14:39:47 +0000</pubDate>
		<dc:creator>MXcode</dc:creator>
				<category><![CDATA[linux]]></category>
		<category><![CDATA[iptables]]></category>
		<category><![CDATA[port]]></category>

		<guid isPermaLink="false">http://mxcode.com/2010/01/open-a-port-on-linux-server/</guid>
		<description><![CDATA[========================================= iptables -A RH-Firewall-1-INPUT -p tcp -m state &#8211;state NEW -m tcp &#8211;dport 3690 -j ACCEPT ========================================= RH-Firewall-1-INPUT is the name of the chain, and change 3690 to the port number you expect. You must restart the service to make &#8230; <a href="http://mxcode.com/2010/01/open-a-port-on-linux-server/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>=========================================<br />
iptables -A RH-Firewall-1-INPUT -p tcp -m state &#8211;state NEW -m tcp &#8211;dport 3690 -j ACCEPT<br />
=========================================<br />
RH-Firewall-1-INPUT is the name of the chain, and change 3690 to the port number you expect.</p>
<p>You must restart the service to make it effective:<br />
[root@localhost ~]# service iptables restart</p>
]]></content:encoded>
			<wfw:commentRss>http://mxcode.com/2010/01/open-a-port-on-linux-server/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

