On Fri, 13 Jul 2007, Yasuyuki KOZAKAI wrote:
From: BipinDas - Ditro <bipindas.k@xxxxxxxxx>
Date: Fri, 13 Jul 2007 15:06:27 +0530
Dear List,
I do have a server with Debian-2.6.8-12-amd64-generic kernel image on
AMD64 processor.
When i try to enter the command iptables -L -n -v the following error
happens.
"iptables v1.2.11: can't initialize iptables table `filter': Module is
wrong version
Perhaps iptables or your kernel needs to be upgraded"
Please let me know how can i solve it?
The old kernels have '64bit kernel and 32bit userland' problem.
Your iptables is 32bit binary (try readelf -a `which iptables`) ? If so,
building 64bit binary of iptables will solve the problem. Upgrading the
recent kernel should also solve it, of cause.
what kernel versions are recent enough to have this problem solved?
David Lang