On Wed, 2002-04-24 at 10:50, Oleg Goldshmidt wrote: > > Hi, > > I need a quick fix for the following problem: I want to switch between > ipchains and iptables on a RH7.2 (kernel 2.4.9-31) without rebooting. > > I figured I needed to rmmod ip_tables and insmod ipchains.o. ;-) > > I flushed iptables, stopped the service, tried to rmmod ip_tables, > and got > > # /sbin/rmmod ip_tables > ip_tables: Device or resource busy > # echo $? > 1
IPTables uses a bunch of helper kernel modules, no doubt one or more of them are still loaded. lsmod is your friend. -- Gilad Ben-Yossef <[EMAIL PROTECTED]> Code mangler, senior coffee drinker and VP SIGSEGV Qlusters ltd. "To err is human. To realy fsck up you need a computer. For those really large scale disastears, an SSI cluster is a must." ================================================================= To unsubscribe, send mail to [EMAIL PROTECTED] with the word "unsubscribe" in the message body, e.g., run the command echo unsubscribe | mail [EMAIL PROTECTED]