Matthias Saou wrote:
>Once upon a time, Sanjeewa Wijerathne <[EMAIL PROTECTED]> 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
>>
>[...errors...]
>
>>how do i correct the above errors.
>>thank you.
>>sanjeewa.
>>
>
>You probably have the ipchains module loaded (check with "lsmod"). The
>ipchains and iptables modules are incompatible so you will need to remove
>("rmmod ipchains") one before using the other.
>
>If you want to disable ipchains rules at startup and use iptables ones
>instead, you can do the following :
>chkconfig --level 0123456 ipchains off
>chkconfig --level 345 iptables on
>
>And the good old "service iptables save" once you've got all your rules
>into place so that they come back upon the next reboot.
>
>Matthias
>
Tanks for replying me.
I did "lsmod" and there was "ipchains" in the list. After "rmmod" it ,
how do i insert the "iptables" module to *satay* there even after i
reboot the machine.
Thank you.
sanjeewa.
_______________________________________________
Seawolf-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/seawolf-list