<?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 Open FTP Port 21 and 20</title> <atom:link href="http://www.cyberciti.biz/faq/iptables-open-ftp-port-21/feed/" rel="self" type="application/rss+xml" /><link>http://www.cyberciti.biz/faq/iptables-open-ftp-port-21/</link> <description>Every answer asks a more beautiful question.</description> <lastBuildDate>Fri, 10 Feb 2012 19:55:56 +0000</lastBuildDate> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <generator>http://wordpress.org/?v=3.3.1</generator> <item><title>By: Nick</title><link>http://www.cyberciti.biz/faq/iptables-open-ftp-port-21/#comment-60829</link> <dc:creator>Nick</dc:creator> <pubDate>Tue, 19 Jul 2011 01:01:06 +0000</pubDate> <guid
isPermaLink="false">http://www.cyberciti.biz/faq/faq/iptables-open-ftp-port-21.php#comment-60829</guid> <description>The two lines you have given will work fine but the firewall will not keep track of the connection states.
I think the author was trying to demonstrate the method for creating statefull rules for FTP, which has generally caused a few headaches given the way the FTP protocol is implemented.</description> <content:encoded><![CDATA[<p>The two lines you have given will work fine but the firewall will not keep track of the connection states.</p><p>I think the author was trying to demonstrate the method for creating statefull rules for FTP, which has generally caused a few headaches given the way the FTP protocol is implemented.</p> ]]></content:encoded> </item> <item><title>By: Darryl Williams</title><link>http://www.cyberciti.biz/faq/iptables-open-ftp-port-21/#comment-56023</link> <dc:creator>Darryl Williams</dc:creator> <pubDate>Sun, 27 Feb 2011 15:32:33 +0000</pubDate> <guid
isPermaLink="false">http://www.cyberciti.biz/faq/faq/iptables-open-ftp-port-21.php#comment-56023</guid> <description>@Alan Mcmillan
Yes seems effective.  Got rid of &#039;connection refused&#039; error I was getting but now connection is timing out.  I am using an Archos PMA430 (Qtopia variant hacked w/ Open PMA) as server and an XP pro box running the Filezilla client.  I&#039;ve turned of timeout on the windows end so I&#039;m guessing the Archos is causing the timeout.  Is there a command to turn this off at the Linux end?  Will post results if successful.</description> <content:encoded><![CDATA[<p>@Alan Mcmillan</p><p>Yes seems effective.  Got rid of &#8216;connection refused&#8217; error I was getting but now connection is timing out.  I am using an Archos PMA430 (Qtopia variant hacked w/ Open PMA) as server and an XP pro box running the Filezilla client.  I&#8217;ve turned of timeout on the windows end so I&#8217;m guessing the Archos is causing the timeout.  Is there a command to turn this off at the Linux end?  Will post results if successful.</p> ]]></content:encoded> </item> <item><title>By: Alan McMillian</title><link>http://www.cyberciti.biz/faq/iptables-open-ftp-port-21/#comment-55842</link> <dc:creator>Alan McMillian</dc:creator> <pubDate>Mon, 21 Feb 2011 10:27:50 +0000</pubDate> <guid
isPermaLink="false">http://www.cyberciti.biz/faq/faq/iptables-open-ftp-port-21.php#comment-55842</guid> <description>Why are there so many rules?
I simply added an input rule for port 21 and 20
$IPTABLES -A INPUT  -p tcp --dport 21 -j ACCEPT
$IPTABLES -A INPUT  -p tcp --dport 20 -j ACCEPT
Much better than 6 lines ? No ?</description> <content:encoded><![CDATA[<p>Why are there so many rules?</p><p>I simply added an input rule for port 21 and 20</p><p>$IPTABLES -A INPUT  -p tcp &#8211;dport 21 -j ACCEPT<br
/> $IPTABLES -A INPUT  -p tcp &#8211;dport 20 -j ACCEPT</p><p>Much better than 6 lines ? No ?</p> ]]></content:encoded> </item> <item><title>By: jx</title><link>http://www.cyberciti.biz/faq/iptables-open-ftp-port-21/#comment-44345</link> <dc:creator>jx</dc:creator> <pubDate>Tue, 27 Oct 2009 18:57:49 +0000</pubDate> <guid
isPermaLink="false">http://www.cyberciti.biz/faq/faq/iptables-open-ftp-port-21.php#comment-44345</guid> <description>For Ubuntu server Sudo needs to be added to the front of these iptable and conn commands</description> <content:encoded><![CDATA[<p>For Ubuntu server Sudo needs to be added to the front of these iptable and conn commands</p> ]]></content:encoded> </item> <item><title>By: frank</title><link>http://www.cyberciti.biz/faq/iptables-open-ftp-port-21/#comment-40231</link> <dc:creator>frank</dc:creator> <pubDate>Wed, 11 Feb 2009 05:13:56 +0000</pubDate> <guid
isPermaLink="false">http://www.cyberciti.biz/faq/faq/iptables-open-ftp-port-21.php#comment-40231</guid> <description>What is going to happen if I am not using this &quot;Iptables open ftp port 21&quot;?
I have my dlink router setup with forward port 21 and seems it works fine?</description> <content:encoded><![CDATA[<p>What is going to happen if I am not using this &#8220;Iptables open ftp port 21&#8243;?<br
/> I have my dlink router setup with forward port 21 and seems it works fine?</p> ]]></content:encoded> </item> <item><title>By: Amanda</title><link>http://www.cyberciti.biz/faq/iptables-open-ftp-port-21/#comment-37537</link> <dc:creator>Amanda</dc:creator> <pubDate>Wed, 27 Feb 2008 20:56:23 +0000</pubDate> <guid
isPermaLink="false">http://www.cyberciti.biz/faq/faq/iptables-open-ftp-port-21.php#comment-37537</guid> <description>How do I open my FTP port 21 on my computer? What would close this and why?
Amanda</description> <content:encoded><![CDATA[<p>How do I open my FTP port 21 on my computer? What would close this and why?<br
/> Amanda</p> ]]></content:encoded> </item> <item><title>By: joel</title><link>http://www.cyberciti.biz/faq/iptables-open-ftp-port-21/#comment-20409</link> <dc:creator>joel</dc:creator> <pubDate>Mon, 26 Mar 2007 08:39:40 +0000</pubDate> <guid
isPermaLink="false">http://www.cyberciti.biz/faq/faq/iptables-open-ftp-port-21.php#comment-20409</guid> <description>what if the ftp server is inside the network..what would be the iptable rule(s) that should be added to forward the port 20 and 21 request from the gateway machine to the ftp server whose ip address is 192.168.x.xx?can u post the right ip table rule to do that because i am really having a hard time setting up my  ftp server to run.:(</description> <content:encoded><![CDATA[<p>what if the ftp server is inside the network..what would be the iptable rule(s) that should be added to forward the port 20 and 21 request from the gateway machine to the ftp server whose ip address is 192.168.x.xx?can u post the right ip table rule to do that because i am really having a hard time setting up my  ftp server to run.:(</p> ]]></content:encoded> </item> <item><title>By: sahid</title><link>http://www.cyberciti.biz/faq/iptables-open-ftp-port-21/#comment-4213</link> <dc:creator>sahid</dc:creator> <pubDate>Thu, 07 Dec 2006 01:20:25 +0000</pubDate> <guid
isPermaLink="false">http://www.cyberciti.biz/faq/faq/iptables-open-ftp-port-21.php#comment-4213</guid> <description>How i will establish iptables on my linux server also  i want to establish iptables againest on MAC and IPTABLES.please give me solution very son.I am not interested to give all service of all user.At that time what i will do?</description> <content:encoded><![CDATA[<p>How i will establish iptables on my linux server also  i want to establish iptables againest on MAC and IPTABLES.please give me solution very son.I am not interested to give all service of all user.At that time what i will do?</p> ]]></content:encoded> </item> </channel> </rss>
