From mboxrd@z Thu Jan 1 00:00:00 1970 From: Filip Sneppe Subject: Re: trouble with expect_related Date: 14 Jan 2003 15:19:20 +0100 Sender: netfilter-devel-admin@lists.netfilter.org Message-ID: <1042553961.465.290.camel@xbox> References: <1041651291.1637.41.camel@exile> <1041933003.502.23.camel@xbox> Mime-Version: 1.0 Content-Type: text/plain Content-Transfer-Encoding: 7bit Cc: netfilter-devel@lists.netfilter.org Return-path: To: Rich Wellner In-Reply-To: Errors-To: netfilter-devel-admin@lists.netfilter.org List-Help: List-Post: List-Subscribe: , List-Unsubscribe: , List-Archive: List-Id: netfilter-devel.vger.kernel.org Rich, I am just cc-ing this excerpt of our private mail exchange about this problem to netfilter-devel again so it gets archived for future developers to benefit from. The reason for the trouble with ip_conntrack_expect_related is that NAT setups require a ip_xxx_nat.c module. Regards & good luck, Filip On Tue, 2003-01-07 at 21:41, Rich Wellner wrote: > Filip Sneppe writes: > > > > Is it possible for you to test things without NAT ? Might be difficult if > > you're doing this on a home MASQUERADING box with Internet connectivity. > > > > If not, you're going to have to show more code, namely what you're doing in > > ip_xxx_nat.c. > > Ugh, this is a train wreck. I didn't understand that I needed both a > ip_conntrack_dcap module and a ip_nat_dcap.c module. > > I'll have to adapt one from the IRC I guess. > > Thanks for the help. > > rw2