<?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>John Leach's Blog &#187; tls</title>
	<atom:link href="http://johnleach.co.uk/words/archives/tag/tls/feed" rel="self" type="application/rss+xml" />
	<link>http://johnleach.co.uk/words</link>
	<description>Stuff I think, see and do</description>
	<lastBuildDate>Fri, 18 Jun 2010 22:57:41 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>netfilter ip_conntrack_ftp and tls</title>
		<link>http://johnleach.co.uk/words/archives/2005/12/07/197/netfilter-ip_conntrack_ftp-and-tls</link>
		<comments>http://johnleach.co.uk/words/archives/2005/12/07/197/netfilter-ip_conntrack_ftp-and-tls#comments</comments>
		<pubDate>Wed, 07 Dec 2005 16:06:28 +0000</pubDate>
		<dc:creator>john</dc:creator>
				<category><![CDATA[Networks and Firewalls]]></category>
		<category><![CDATA[Tech]]></category>
		<category><![CDATA[conntrack]]></category>
		<category><![CDATA[firewall]]></category>
		<category><![CDATA[ftp]]></category>
		<category><![CDATA[lftp]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[netfilter]]></category>
		<category><![CDATA[tcp]]></category>
		<category><![CDATA[tls]]></category>

		<guid isPermaLink="false">http://johnleach.co.uk/words/archives/2005/12/07/197/</guid>
		<description><![CDATA[Here I am attempting to connect to a server using lftp wondering why the firewall is blocking the incoming data connections, even though ip_conntrack_ftp has been working for years. lftp supports tls, and so does the server I&#8217;m connecting to. This means the control connection is encrypted, so the netfilter ftp connection tracker can&#8217;t peek [...]]]></description>
			<content:encoded><![CDATA[<p>Here I am attempting to connect to  a server using lftp wondering why the firewall is blocking the incoming data connections, even though ip_conntrack_ftp has been working for years.</p>
<p>lftp supports tls, and so does the server I&#8217;m connecting to.  This means the control connection is encrypted, so the netfilter ftp connection tracker can&#8217;t peek inside the packets to find out which ports to open up to allow the data connections.  DUH.  Ftp sucks.</p>
<p>Anyway, the only way I found to disable tls support in lftp is to add the following line to <code>~/.lftp/rc</code>:</p>
<div class="code">
set ftp:ssl-allow false
</div>
]]></content:encoded>
			<wfw:commentRss>http://johnleach.co.uk/words/archives/2005/12/07/197/netfilter-ip_conntrack_ftp-and-tls/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>
