I could not get iptables working with CackoROM 1.21a. while the same ipkgs do work on
the SharpROM.
strace on iptables -L gives:
getsockopt(3, SOL_IP, 0x40 /* IP_??? */, 0xbffffadc, 0xbffffad8) = -1 EPERM (Operation not permitted)
where SHarpROM produces:
getsockopt(3, SOL_IP, 0x41 /* IP_??? */, \"filter\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\"..., [656]) = 0
Looks like CONFIG_NETFILTER is not configured on this kernel.
Anybody ?