From mboxrd@z Thu Jan 1 00:00:00 1970 From: "hard__ware" Subject: Getting rid of the masses of ip_conntrack messages Date: Mon, 2 Dec 2002 09:22:30 +1000 Sender: netfilter-admin@lists.netfilter.org Message-ID: 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" To: Othmar Pasteka Cc: netfilter have you made sure that the ip_conntrack_ftp module is loaded as well , #> lsmod If so the only thing i can suggest is disableing DROP on your output for a while and remove the output rules. (set its CHAIN to default of ACCEPT) did this stop the messages ? other than that im not sure . ive tried to follow the entire Kernel Source .c kode, and to me it looks like you may have a problem in your output and maybe contrack_ftp problems ... cya...