On Tue Oct 29 2002 at 15:15, "jdow" wrote: > From: "Michael Schwendt" <[EMAIL PROTECTED]> > > > > and which iptables modules load so I can finally do > > > "service iptables start". > > > > It will load ip_tables and a few others automatically. > > Unfortunately, once iptables is running it doesn't stop as > easily as ipchains.
Do "lsmod", then rmmod (from the top-down) any of the modules associated with iptables that have been loaded along with the ip_tables driver (they should be obvious). Cheers Tony