Hi,=20 I hope this will be of some help. I have yet to use RH7.2, but I have = used RH7.1 quite extensively so...=20 As Dmitry already said, you need to turn off ipchains. This could be = done in a couple of ways, this is only one possible solution: # chkconfig --level 0123456 ipchains off # service ipchains stop # rpm -e ipchains # rpm -e lokkit <some other autoconfig stuff dependant on ipchains> # chkconfig --level 2345 iptables on Finished deinstalling ipchains, now you can run a script with rules that = you would like to use, or add rules by hand and test the rules etcetera. = When you believe the ruleset looks ok, do the following: # service iptables save # service iptables stop # service iptables start Check that the ruleset was saved and loaded properly. Don't take these = advices as 100% foolproof, they are not. they where written down without = checking if they are correct or anything. In other words, standard GPL = procedure before using them=3D). Have a nice day, Oskar Andreasson http://www.boingworld.com http://people.unix-fu.org/andreasson/ mailto: blueflux@koffein.net ----- Original Message -----=20 From: "aeab" <aeab@iiu.edu.my> To: <security-discuss@linuxsecurity.com> Sent: Thursday, April 11, 2002 6:50 AM Subject: iptables >=20 > hi there.. > i am trying on iptables..on my RH7.2..problem is this error appears: >=20 > /lib/modules/2.4.7-10smp/kernel/net/ipv4/netfilter/ip_tables.o: = init_module: > Device or resource busy > Hint: insmod errors can be caused by incorrect module parameters, = including > invalid IO or IRQ parameters > /lib/modules/2.4.7-10smp/kernel/net/ipv4/netfilter/ip_tables.o: insmod > /lib/modules/2.4.7-10smp/kernel/net/ipv4/netfilter/ip_tables.o failed > /lib/modules/2.4.7-10smp/kernel/net/ipv4/netfilter/ip_tables.o: insmod > ip_tables failed > iptables v1.2.3: can't initialize iptables table `filter': iptables = who? (do > you need to insmod?) > Perhaps iptables or your kernel needs to be upgraded. >=20 >=20 > no clue,, help... >=20 > tq > -aeab- >=20 > = ------------------------------------------------------------------------ > To unsubscribe email security-discuss-request@linuxsecurity.com > with "unsubscribe" in the subject of the message. >=20 >=20 ------------------------------------------------------------------------ To unsubscribe email security-discuss-request@linuxsecurity.com with "unsubscribe" in the subject of the message.