On Sat, 10 Nov 2001 18:30:20 -0500
Lewi <[EMAIL PROTECTED]> wrote:

> i'm using seawolf with kernel 2.4.12-ac6
> the problem is when i want using iptables with
> service iptables start....nothing happen
> and when i run iptables -L
> the errors is like this
> /lib/modules/.../netfilter/ip_tables.o : ini_module : device or
resource busy
> ...
> ...
> ...
> perhaps iptables or your kernel needs to be upgrade
> 
> why?
> i'm using the latest iptables from redhat
> 
> ps:
> when i compiled my kernel, i set iptables as a modules

Try ipchains -L and if you have an output of rules, you aren't using
iptables. Fix it with

service ipchains stop
rmmod ipchains
insmod ip_tables
service iptables start

If you don't get an output with the ipchains -L command, I'm not sure
what the problem is off-hand.

-- 
2 days without a Human Rights Violation!



_______________________________________________
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list

Reply via email to