<?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: iptables Tips and Tricks &#8211; Port Redirection</title>
	<atom:link href="http://blog.softlayer.com/2011/iptables-tips-and-tricks-port-redirection/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.softlayer.com/2011/iptables-tips-and-tricks-port-redirection/</link>
	<description>A Behind the Scenes Look at the Best Hosting Provider in the World</description>
	<lastBuildDate>Fri, 24 May 2013 11:59:58 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.4.1</generator>
	<item>
		<title>By: iptables Tips and Tricks: APF (Advanced Policy Firewall) Configuration &#8211; SoftLayer Blog</title>
		<link>http://blog.softlayer.com/2011/iptables-tips-and-tricks-port-redirection/comment-page-1/#comment-46219</link>
		<dc:creator>iptables Tips and Tricks: APF (Advanced Policy Firewall) Configuration &#8211; SoftLayer Blog</dc:creator>
		<pubDate>Thu, 31 Jan 2013 15:09:12 +0000</pubDate>
		<guid isPermaLink="false">http://blog.softlayer.com/?p=6733#comment-46219</guid>
		<description>[...] are used to make routing changes. If you have been following my articles, this corresponds to the iptables chains for PREROUTING and POSTROUTING where you would do things like port forwarding and other advanced configuration that you probably [...]</description>
		<content:encoded><![CDATA[<p>[...] are used to make routing changes. If you have been following my articles, this corresponds to the iptables chains for PREROUTING and POSTROUTING where you would do things like port forwarding and other advanced configuration that you probably [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: tensigh</title>
		<link>http://blog.softlayer.com/2011/iptables-tips-and-tricks-port-redirection/comment-page-1/#comment-43080</link>
		<dc:creator>tensigh</dc:creator>
		<pubDate>Wed, 03 Oct 2012 06:24:07 +0000</pubDate>
		<guid isPermaLink="false">http://blog.softlayer.com/?p=6733#comment-43080</guid>
		<description>I&#039;m new to iptables, but don&#039;t you also need an &quot;allow&quot; rule  in the forwarding chain to allow the packets to be delivered to the correct listening device?</description>
		<content:encoded><![CDATA[<p>I&#8217;m new to iptables, but don&#8217;t you also need an &#8220;allow&#8221; rule  in the forwarding chain to allow the packets to be delivered to the correct listening device?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: evcz</title>
		<link>http://blog.softlayer.com/2011/iptables-tips-and-tricks-port-redirection/comment-page-1/#comment-42236</link>
		<dc:creator>evcz</dc:creator>
		<pubDate>Wed, 05 Sep 2012 10:04:02 +0000</pubDate>
		<guid isPermaLink="false">http://blog.softlayer.com/?p=6733#comment-42236</guid>
		<description>you can achive the same results by using

redir ( http://linux.die.net/man/1/redir )
or
socat ( http://linux.die.net/man/1/socat )

without making use of ip_forward, NAT and masquerading :)</description>
		<content:encoded><![CDATA[<p>you can achive the same results by using</p>
<p>redir ( <a href="http://linux.die.net/man/1/redir" rel="nofollow">http://linux.die.net/man/1/redir</a> )<br />
or<br />
socat ( <a href="http://linux.die.net/man/1/socat" rel="nofollow">http://linux.die.net/man/1/socat</a> )</p>
<p>without making use of ip_forward, NAT and masquerading <img src='http://blog.softlayer.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mark Ridlen</title>
		<link>http://blog.softlayer.com/2011/iptables-tips-and-tricks-port-redirection/comment-page-1/#comment-35482</link>
		<dc:creator>Mark Ridlen</dc:creator>
		<pubDate>Wed, 04 Jan 2012 13:19:06 +0000</pubDate>
		<guid isPermaLink="false">http://blog.softlayer.com/?p=6733#comment-35482</guid>
		<description>Good point Andrew, I had not considered that aspect.

Barry, I personally prefer to use just the built in iptables functionality, but there certainly is a lot to be said for CSF and APF. It also adds some intrusion detection functionality and some more advanced malicious packet filtering beyond what most people will implement. However, there is definitely merit to knowing how the iptables backend works, since something may go wrong and require a manual fix. The clock is always ticking in the hosting business.</description>
		<content:encoded><![CDATA[<p>Good point Andrew, I had not considered that aspect.</p>
<p>Barry, I personally prefer to use just the built in iptables functionality, but there certainly is a lot to be said for CSF and APF. It also adds some intrusion detection functionality and some more advanced malicious packet filtering beyond what most people will implement. However, there is definitely merit to knowing how the iptables backend works, since something may go wrong and require a manual fix. The clock is always ticking in the hosting business.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Barry van Someren</title>
		<link>http://blog.softlayer.com/2011/iptables-tips-and-tricks-port-redirection/comment-page-1/#comment-34978</link>
		<dc:creator>Barry van Someren</dc:creator>
		<pubDate>Tue, 27 Dec 2011 09:24:01 +0000</pubDate>
		<guid isPermaLink="false">http://blog.softlayer.com/?p=6733#comment-34978</guid>
		<description>Always good to see some helpful examples on IPTables.
I usually use a wrapper around IPTables like CSF (http://configserver.com/cp/csf.html) as it simplifies getting the security set up.</description>
		<content:encoded><![CDATA[<p>Always good to see some helpful examples on IPTables.<br />
I usually use a wrapper around IPTables like CSF (<a href="http://configserver.com/cp/csf.html" rel="nofollow">http://configserver.com/cp/csf.html</a>) as it simplifies getting the security set up.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: AndrewX192</title>
		<link>http://blog.softlayer.com/2011/iptables-tips-and-tricks-port-redirection/comment-page-1/#comment-34969</link>
		<dc:creator>AndrewX192</dc:creator>
		<pubDate>Tue, 27 Dec 2011 07:05:50 +0000</pubDate>
		<guid isPermaLink="false">http://blog.softlayer.com/?p=6733#comment-34969</guid>
		<description>This is also helpful when dealing with applications that need access to a port number less than 1024, that should not be run as root.</description>
		<content:encoded><![CDATA[<p>This is also helpful when dealing with applications that need access to a port number less than 1024, that should not be run as root.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
