** Reply to message from "Rodolfo J. Paiz" <[EMAIL PROTECTED]> on Sun, 18 Nov 2001 02:52:56 +0000
> Hi! > > 7.2 defaults to ipchains, and even through a couple of installs I've missed > where it asks me (does it?) whether I want to use ipchains or iptables. > Now, I *want* iptables, but the system always insmod's ipchains upon reboot. > > How do I tell it to forget ipchains and always start iptables? So far I > have a file called from rc.local which does this: To stop ipchains for current session: /sbin/service ipchains stop To stop ipchains loading at boot: /sbin/chkconfig --level 2345 ipchains off To start iptables for current session: /sbin/service iptables start To have iptables load on boot: /sbin/chkconfig --level 2345 iptables on Note that it is a good idea to work out an iptables ruleset before you kill the ipchains one so you don't have unprotected net sex. jb _______________________________________________ Redhat-list mailing list [EMAIL PROTECTED] https://listman.redhat.com/mailman/listinfo/redhat-list