From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Kazuo Nakamura" Subject: iptables v1.2.11: can't initialize iptables table `filter': Module is wrong version Date: Sat, 25 Mar 2006 00:00:50 +0900 Message-ID: <000801c64f53$bd883ce0$0201a8c0@NORVY> Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Return-path: List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: netfilter-bounces@lists.netfilter.org Errors-To: netfilter-bounces@lists.netfilter.org Content-Type: text/plain; charset="us-ascii" To: netfilter@lists.netfilter.org Hi All Now I am using iptables v1.2.11, 2.6.9 kernel, and glibc-2.3.4 But I can not use iptables. Following error message. ip_tables: (C) 2000-2002 Netfilter core team iptables v1.2.11: can't initialize iptables table `filter': Module is wrong version Perhaps iptables or your kernel needs to be upgraded. # lsmod Module Size Used by Not tainted iptable_filter 2368 0 - Live 0xbf007000 ip_tables 20640 1 iptable_filter, Live 0xbf000000 How can I use iptables on 2.6.9 kernel ? I think that getsockopt has error in TC_INIT. Best regards Kazuo Nakamura