
Originally Posted by
kl522
Late reply. You need to load the conntrack modules prior to using iptstate.
Code:
# modprobe nf_conntrack_ipv4
# modprobe nf_conntrack ipv6
Bottomline there should be a /proc/net/ip_conntrack there. If not, the required kernel modules have not been loaded.
Code:
root@Microknoppix:~# ll /proc/net/ip_conntrack
-r--r----- 1 root root 0 Jul 4 05:05 /proc/net/ip_conntrack
Though this method works in Squeeze(Live CD) but I am still not able to make it work in Knoppix-6.4.4(DVD).