On Tue, Mar 05, 2002 at 09:11:54AM -0600, Ron Darling wrote: > How do I find out if I have NetFilter support currently in Kernal or as a > module.
You can use "lsmod" to see which modules are loaded. iptables can be in-kernel or modules in any kind of mix, so a single "in-kernel or not" flag cannot be reasonably presented. As an example, I routinely build the basic ip_filter module into the kernel, but keep NAT and conntracking as loadable modules. best regards Patrick