From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Eugene Polyanichko" Subject: conntrack "invalid parameters" error Date: Tue, 19 Feb 2008 15:15:54 +0200 Message-ID: <003901c872f9$915921e0$0201a8c0@stealth> Reply-To: "Eugene Polyanichko" Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Return-path: Sender: netfilter-owner@vger.kernel.org List-ID: Content-Type: text/plain; format="flowed"; charset="us-ascii"; reply-type="original" To: netfilter@vger.kernel.org Hello, i've faced with a problem, which I don't know how to solve, so I will appreciate any help. I've decided to upgrade my old red hat router from 2.4 kernel to latest 2.6.24.2 to make use of conntrack-tools. I've compiled everything: kernel with netlink support, libnfnetlink, libnetfilter_conntrack and conntrack-tools (all latest versions) and when I execute 'conntrack -F' I get this: # conntrack -F Operation failed: invalid parameters libnetfilter_conntrack get util (utils/conntrack_get) tells me this: # ./conntrack_get TEST: get conntrack (-1)(Invalid argument) Any suggestions? Where the problem could be? Is it on kernel level or maybe something wrong in libnfnetlink? Thanks.