From mboxrd@z Thu Jan 1 00:00:00 1970 From: Roy Sigurd Karlsbakk Subject: Re: IRC and Conntrack problem Date: Sun, 03 Nov 2002 19:11:21 +0100 Sender: netfilter-admin@lists.netfilter.org Message-ID: <3DC566C9.2050109@karlsbakk.net> References: <00d601c28286$83cf1390$6928a8c0@MIHAI> Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Return-path: Errors-To: netfilter-admin@lists.netfilter.org List-Help: List-Post: List-Subscribe: , List-Id: List-Unsubscribe: , List-Archive: Content-Type: text/plain; charset="us-ascii"; format="flowed" To: Mihai Tanasescu , netfilter Mihai Tanasescu wrote: > I have installed the kernel module for conntracking irc connections. > Still I can only receive dcc sends but I can't initiate any dcc send > sessions. I get the error message failed to connect or something like > that. > What am I doing wrong? have you got any lines in iptables looking like this? iptables -A INPUT -p tcp -m state --state RELATED,ESTABLISHED -j ACCEPT please send your iptables config