 




<?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: Creating firewall rules to allow FTP connections</title>
	<atom:link href="http://itknowledgeexchange.techtarget.com/itanswers/creating-firewall-rules-to-allow-ftp-connections/feed/" rel="self" type="application/rss+xml" />
	<link>http://itknowledgeexchange.techtarget.com/itanswers/creating-firewall-rules-to-allow-ftp-connections/</link>
	<description></description>
	<lastBuildDate>Sun, 19 May 2013 03:14:28 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
	<item>
		<title>By: The Most-Watched IT Questions: June 7, 2011 - ITKE Community Blog</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/creating-firewall-rules-to-allow-ftp-connections/#comment-92988</link>
		<dc:creator>The Most-Watched IT Questions: June 7, 2011 - ITKE Community Blog</dc:creator>
		<pubDate>Tue, 07 Jun 2011 06:42:14 +0000</pubDate>
		<guid isPermaLink="false">#comment-92988</guid>
		<description><![CDATA[[...] 2. Jinteik and Petkoa gave some pointers for creating firewall rules to allow FTP connections. [...]]]></description>
		<content:encoded><![CDATA[<p>[...] 2. Jinteik and Petkoa gave some pointers for creating firewall rules to allow FTP connections. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: petkoa</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/creating-firewall-rules-to-allow-ftp-connections/#comment-92627</link>
		<dc:creator>petkoa</dc:creator>
		<pubDate>Wed, 25 May 2011 17:25:04 +0000</pubDate>
		<guid isPermaLink="false">#comment-92627</guid>
		<description><![CDATA[Allowing FTP through a firewall is a tricky beast - Linux Kernel Netfilter Subsystem has a special helper for FTP tracking, since FTP protocol is quite specific: control connection is opened from ANY tcp port on the client to tcp port 21 on the server; after that for any transfer (even dir listing) a data connection is negotiated - from tcp port 20 to ANy port of the client; the passive transfer is alway initiated by the client, but a negotiating goes on all the same... So, the firewall helper reads the packet contents, where the connection ports are negotiated and dynamically opens them...

Why don&#039;t consider using sftp - just open tcp port 22 to the client IPs and you get a secure transfers as a bonus...]]></description>
		<content:encoded><![CDATA[<p>Allowing FTP through a firewall is a tricky beast &#8211; Linux Kernel Netfilter Subsystem has a special helper for FTP tracking, since FTP protocol is quite specific: control connection is opened from ANY tcp port on the client to tcp port 21 on the server; after that for any transfer (even dir listing) a data connection is negotiated &#8211; from tcp port 20 to ANy port of the client; the passive transfer is alway initiated by the client, but a negotiating goes on all the same&#8230; So, the firewall helper reads the packet contents, where the connection ports are negotiated and dynamically opens them&#8230;</p>
<p>Why don&#8217;t consider using sftp &#8211; just open tcp port 22 to the client IPs and you get a secure transfers as a bonus&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jinteik</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/creating-firewall-rules-to-allow-ftp-connections/#comment-92583</link>
		<dc:creator>jinteik</dc:creator>
		<pubDate>Wed, 25 May 2011 01:56:38 +0000</pubDate>
		<guid isPermaLink="false">#comment-92583</guid>
		<description><![CDATA[usually if lets say point A(external) comes into your network, you will know the IP and also the port that is used and that will come into ur network then into your servers.]]></description>
		<content:encoded><![CDATA[<p>usually if lets say point A(external) comes into your network, you will know the IP and also the port that is used and that will come into ur network then into your servers.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Page Caching using memcached
Database Caching 6/9 queries in 0.009 seconds using memcached
Object Caching 294/297 objects using memcached

Served from: itknowledgeexchange.techtarget.com @ 2013-05-19 18:18:24 -->