-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

On Wed, 20 Nov 2002 14:55:43 +0500 (PKT), [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.

  # service ipchains stop
  # chkconfig ipchains off
  # modprobe -r ipchains
  # chkconfig iptables on
  # service iptables start
  # rpm -e ipchains [and all depending packages]

And if you feel the need to erase the kernel module because you
fear that it could be loaded before iptables by accident, then
run something like

  # rm -f $(find /lib/modules/ -name ipchains\*)

- -- 
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.0.6 (GNU/Linux)

iD8DBQE926dm0iMVcrivHFQRAqakAJ9lKNJST19jEr5tRTzak0Dap3DU8wCdHNE4
+HFtyhLnVDLrMGPL9X81Kb4=
=DSD5
-----END PGP SIGNATURE-----



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

Reply via email to