On Wednesday, November 20, 2002, at 04:55 AM, <[EMAIL PROTECTED]> wrote:

I have installed both ipchains and iptables with my new kernel 2.4.x

but now i want to work with iptables only but i donot know how ican
remove ipchains modules from kernel.

i know about


rmmod ipchains

which will remove ipchains when system is running but what is proper wway
of removing it from kernel as modules so i can build proxy with iptables.
Don't delete kernel modules..

chkconfig ipchains off
service ipchains stop

would stop and prevent ipchains from starting at boot. if you prefer to totally remove the ipchains tools, then:

rpm -e ipchains

You may also have to remove things like lokkit, but do what you need...

--
Jason Costomiris <><
E: jcostom {at} jasons {dot} org / W: http://www.jasons.org/
Quidquid latine dictum sit, altum viditur.



--
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe
https://listman.redhat.com/mailman/listinfo/redhat-list

Reply via email to