<?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: Active FTP connections through iptables</title>
	<atom:link href="http://rackerhacker.com/2007/07/01/active-ftp-connections-through-iptables/feed/" rel="self" type="application/rss+xml" />
	<link>http://rackerhacker.com/2007/07/01/active-ftp-connections-through-iptables/</link>
	<description>Words of wisdom from a server administrator</description>
	<lastBuildDate>Mon, 21 May 2012 12:07:17 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
	<item>
		<title>By: Zsombor</title>
		<link>http://rackerhacker.com/2007/07/01/active-ftp-connections-through-iptables/#comment-23561</link>
		<dc:creator>Zsombor</dc:creator>
		<pubDate>Tue, 26 Jul 2011 12:09:41 +0000</pubDate>
		<guid isPermaLink="false">http://rackerhacker.com/2007/07/01/active-ftp-connections-through-iptables/#comment-23561</guid>
		<description>Great, thanks. Anyone knows more idea how to solve it when my ftp server is NATed?</description>
		<content:encoded><![CDATA[<p>Great, thanks. Anyone knows more idea how to solve it when my ftp server is NATed?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ray Krueger</title>
		<link>http://rackerhacker.com/2007/07/01/active-ftp-connections-through-iptables/#comment-22992</link>
		<dc:creator>Ray Krueger</dc:creator>
		<pubDate>Fri, 20 May 2011 14:01:36 +0000</pubDate>
		<guid isPermaLink="false">http://rackerhacker.com/2007/07/01/active-ftp-connections-through-iptables/#comment-22992</guid>
		<description>Dude. Yes!
So glad I found your blog. As soon as I saw &quot;Racker Hacker&quot; in the title on Google I knew this is where I&#039;d find the answer.

Thanks!
-Ray</description>
		<content:encoded><![CDATA[<p>Dude. Yes!<br />
So glad I found your blog. As soon as I saw "Racker Hacker" in the title on Google I knew this is where I'd find the answer.</p>
<p>Thanks!<br />
-Ray</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Cristian B</title>
		<link>http://rackerhacker.com/2007/07/01/active-ftp-connections-through-iptables/#comment-16712</link>
		<dc:creator>Cristian B</dc:creator>
		<pubDate>Tue, 19 Oct 2010 08:47:08 +0000</pubDate>
		<guid isPermaLink="false">http://rackerhacker.com/2007/07/01/active-ftp-connections-through-iptables/#comment-16712</guid>
		<description>A little thing to add: 
if you add the first rule (iptables -A INPUT -m state --state RELATED,ESTABLISHED -j ACCEPT), then you don&#039;t need this one:
iptables -A INPUT -p tcp --sport 20 -m state --state ESTABLISHED,RELATED -j ACCEPT

because the first one includes the second one ;-)</description>
		<content:encoded><![CDATA[<p>A little thing to add:<br />
if you add the first rule (iptables -A INPUT -m state --state RELATED,ESTABLISHED -j ACCEPT), then you don't need this one:<br />
iptables -A INPUT -p tcp --sport 20 -m state --state ESTABLISHED,RELATED -j ACCEPT</p>
<p>because the first one includes the second one <img src='http://rackerhacker.com/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Adam Nielsen</title>
		<link>http://rackerhacker.com/2007/07/01/active-ftp-connections-through-iptables/#comment-15569</link>
		<dc:creator>Adam Nielsen</dc:creator>
		<pubDate>Sat, 31 Oct 2009 12:36:47 +0000</pubDate>
		<guid isPermaLink="false">http://rackerhacker.com/2007/07/01/active-ftp-connections-through-iptables/#comment-15569</guid>
		<description>That&#039;s great Joseph, just what I needed :-)  Although it has already changed its name to nf_nat_ftp in my kernel!</description>
		<content:encoded><![CDATA[<p>That's great Joseph, just what I needed <img src='http://rackerhacker.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' />   Although it has already changed its name to nf_nat_ftp in my kernel!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Joseph Spenner</title>
		<link>http://rackerhacker.com/2007/07/01/active-ftp-connections-through-iptables/#comment-15518</link>
		<dc:creator>Joseph Spenner</dc:creator>
		<pubDate>Tue, 29 Sep 2009 17:37:21 +0000</pubDate>
		<guid isPermaLink="false">http://rackerhacker.com/2007/07/01/active-ftp-connections-through-iptables/#comment-15518</guid>
		<description>Just in case anyone is interested 2 years later, there&#039;s one more modprobe I needed:

modprobe ip_nat_ftp ports=21</description>
		<content:encoded><![CDATA[<p>Just in case anyone is interested 2 years later, there's one more modprobe I needed:</p>
<p>modprobe ip_nat_ftp ports=21</p>
]]></content:encoded>
	</item>
</channel>
</rss>

