<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: Port Mapping on Linux</title>
	<atom:link href="http://dev.zhourenjian.com/blog/2007/10/31/port-mapping-on-linux.html/feed" rel="self" type="application/rss+xml" />
	<link>http://dev.zhourenjian.com/blog/2007/10/31/port-mapping-on-linux.html</link>
	<description>Zhou Renjian&#039;s Development Blog</description>
	<lastBuildDate>Tue, 31 Aug 2010 20:24:10 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<item>
		<title>By: KC</title>
		<link>http://dev.zhourenjian.com/blog/2007/10/31/port-mapping-on-linux.html#comment-4667</link>
		<dc:creator>KC</dc:creator>
		<pubDate>Wed, 04 Nov 2009 01:17:50 +0000</pubDate>
		<guid isPermaLink="false">http://dev.zhourenjian.com/blog/2007/10/31/port-mapping-on-linux.html#comment-4667</guid>
		<description>The dport and to-port parameters require two dashes on the command line:

e.g.

--dport 80 ..... --to-port 8080</description>
		<content:encoded><![CDATA[<p>The dport and to-port parameters require two dashes on the command line:</p>
<p>e.g.</p>
<p>&#8211;dport 80 &#8230;.. &#8211;to-port 8080</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Curt Lee</title>
		<link>http://dev.zhourenjian.com/blog/2007/10/31/port-mapping-on-linux.html#comment-4651</link>
		<dc:creator>Curt Lee</dc:creator>
		<pubDate>Sun, 15 Mar 2009 06:02:41 +0000</pubDate>
		<guid isPermaLink="false">http://dev.zhourenjian.com/blog/2007/10/31/port-mapping-on-linux.html#comment-4651</guid>
		<description># iptables -t nat -A PREROUTING -i eth0 -p tcp -dport 80 -j REDIRECT -to-port 8080
Bad argument `80&#039;
Try `iptables -h&#039; or &#039;iptables --help&#039; for more information.</description>
		<content:encoded><![CDATA[<p># iptables -t nat -A PREROUTING -i eth0 -p tcp -dport 80 -j REDIRECT -to-port 8080<br />
Bad argument `80&#8242;<br />
Try `iptables -h&#8217; or &#8216;iptables &#8211;help&#8217; for more information.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
