On Wed, Apr 24, 2002, Oleg Goldshmidt wrote about "switching between iptables and 
ipchains":
> # /sbin/rmmod ip_tables
> ip_tables: Device or resource busy
> # echo $?
> 1
> What am I forgetting? So far TFW and TFMs did not yield anything
> useful.

Try running lsmod and seeing if you have other modules depending on
ip_tables. In my computer I see:

$ lsmod
Module                  Size  Used by    
iptable_filter          2272   0 (autoclean) (unused)
ip_tables              11392   1 [iptable_filter]
..

So you might have to remove the iptable_filter module before you can
remove ip_tables.

-- 
Nadav Har'El                        |    Wednesday, Apr 24 2002, 12 Iyyar 5762
[EMAIL PROTECTED]             |-----------------------------------------
Phone: +972-53-245868, ICQ 13349191 |An apple a day keeps the doctor away. An
http://nadav.harel.org.il           |onion a day keeps everyone away!

=================================================================
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]

Reply via email to