On Thu, 20 Sep 2001, Sanjeewa Wijerathne wrote:

> Hi all,
>     I want to setup iptables rules on my RH 7.1 and to test with a
> simple rule i did the following,
> |
>
> |# iptables -A INPUT -s 127.0.0.1 -p icmp -j DROP
> ...
> how do i correct the above errors.

Both ipchains and ip_tables modules cannot be loaded at the same time.
Unload the ipchains module first before using iptables.

service ipchains stop && modprobe -r ipchains

David.



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

Reply via email to