<?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>k3mist™ &#187; ftp</title>
	<atom:link href="http://k3mist.com/tag/ftp/feed/" rel="self" type="application/rss+xml" />
	<link>http://k3mist.com</link>
	<description>Development, Design &#38; System Administration</description>
	<lastBuildDate>Sun, 14 Nov 2010 21:36:36 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.5</generator>
		<item>
		<title>Howto allow outgoing ftp connections in iptables</title>
		<link>http://k3mist.com/linux/howto-allow-outgoing-ftp-connections-in-iptables/</link>
		<comments>http://k3mist.com/linux/howto-allow-outgoing-ftp-connections-in-iptables/#comments</comments>
		<pubDate>Thu, 30 Jul 2009 18:24:55 +0000</pubDate>
		<dc:creator>k3mist</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[ftp]]></category>
		<category><![CDATA[iptables]]></category>
		<category><![CDATA[php]]></category>

		<guid isPermaLink="false">http://k3mist.com/?p=149</guid>
		<description><![CDATA[From terminal, execute the following; sudo modprobe ip_nat_ftp ports=21 sudo modprobe ip_conntrack_ftp sudo iptables -A FORWARD -m state --state ESTABLISHED -j ACCEPT sudo iptables -A FORWARD -p tcp -m tcp -m state --dport 21 --state NEW -j ACCEPT sudo iptables -A FORWARD -p tcp -m tcp -m state --sport 20 --state RELATED -j ACCEPT sudo [...]]]></description>
		<wfw:commentRss>http://k3mist.com/linux/howto-allow-outgoing-ftp-connections-in-iptables/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

