csf -r
*WARNING* URLGET set to use LWP but perl module is not installed, reverting to HTTP::Tiny
Flushing chain `INPUT'
Flushing chain `FORWARD'
Flushing chain `OUTPUT'
Flushing chain `PREROUTING'
Flushing chain `INPUT'
Flushing chain `OUTPUT'
Flushing chain `POSTROUTING'
Flushing chain `INPUT'
Flushing chain `FORWARD'
Flushing chain `OUTPUT'
ip6tables v1.4.21: can't initialize ip6tables table `nat': Table does not exist (do you need to insmod?)
Perhaps ip6tables or your kernel needs to be upgraded.
...
repeat x lots and lots
...
open3: pipe(GLOB(0x2e95a18), GLOB(0x2e95a30)) failed: Too many open files at /sbin/csf line 4608.
I serach the forum and see various similar posts, but no conclusive solution.
does anyone here have any idea what the problem is and how to fix it?
The ip6tables module error indicates that the kernel you are using is a custom one rather than the OS vendor provided one, and the provider of that kernel has not compiled in all the standard ip6tables modules that are included in the OS vendor one. You should either switch to the OS vendor kernel, or have your custom kernel provider provide one that is compatible with the OS vendor modules that are included as standard.