Добрый день. Проблемка с IPTables:
root@koneek:~# iptables -L
iptables v1.4.14: can't initialize iptables table `filter': Table does not exist (do you need to insmod?)
Perhaps iptables or your kernel needs to be upgraded.
root@koneek:~# sudo modprobe iptables
libkmod: ERROR ../libkmod/libkmod-index.c:816 index_mm_open: magic check fail: b007fa57 instead of b007f457
root@koneek:~# modprobe iptable_filter
libkmod: ERROR ../libkmod/libkmod-index.c:816 index_mm_open: magic check fail: b007fa57 instead of b007f457
root@koneek:~# grep -i iptables /boot/config-`uname -r`
CONFIG_IP_NF_IPTABLES=y
CONFIG_IP6_NF_IPTABLES=m
root@koneek:~# iptables -V
iptables v1.4.14
root@koneek:~# uname -a
Linux koneek.net 2.6.32.26 #1 SMP Fri Mar 4 15:06:19 UTC 2011 i686 GNU/Linux