<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>LinuxHostingSupport &#187; how to allow ftp port in a firewall</title>
	<atom:link href="http://linuxhostingsupport.net/blog/tag/how-to-allow-ftp-port-in-a-firewall/feed" rel="self" type="application/rss+xml" />
	<link>http://linuxhostingsupport.net/blog</link>
	<description>Everything About _Linux WebHosting_</description>
	<lastBuildDate>Tue, 15 May 2012 15:39:04 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Howto: Change the FTP port to a non-standard port?</title>
		<link>http://linuxhostingsupport.net/blog/how-to-change-the-ftp-port</link>
		<comments>http://linuxhostingsupport.net/blog/how-to-change-the-ftp-port#comments</comments>
		<pubDate>Fri, 18 Dec 2009 10:26:07 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[cPanel Management]]></category>
		<category><![CDATA[bind ftp service to a different port]]></category>
		<category><![CDATA[change ftp port to non standard one]]></category>
		<category><![CDATA[check ftp service using netstat]]></category>
		<category><![CDATA[cpanel and change pureftp port]]></category>
		<category><![CDATA[how to allow ftp port in a firewall]]></category>
		<category><![CDATA[How to change the FTP port?]]></category>
		<category><![CDATA[open Ftp port in a firewall]]></category>
		<category><![CDATA[tweak bind in Ftp configuration]]></category>

		<guid isPermaLink="false">http://linuxhostingsupport.net/blog/?p=424</guid>
		<description><![CDATA[If you are looking to change the Ftp port on your server from 21 to a non-standard port say 2121, you need tweak the &#8216;bind&#8217; option in the Ftp configuration file.  On a cPanel server with pure-ftp as a Ftp server, you need to edit the pure-ftpd.conf file
# pico /etc/pure-ftpd.conf
Search for the line:
# Bind                      127.0.0.1,21
and add the following line below it
Bind *,2121
where, 2121 is the new port [...]]]></description>
		<wfw:commentRss>http://linuxhostingsupport.net/blog/how-to-change-the-ftp-port/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

