run "setup" at bash prompt and go to services and
stop/start the services u want
Regards
- Original Message -
From:
[EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Wednesday, July 31, 2002 12:04
AM
Subject: Why is redhat 7.3 running
ipchains as defau
** Reply to message from Mike Burger <[EMAIL PROTECTED]> on Tue, 30 Jul 2002
18:51:41 -0500 (EST)
> service ipchains stop
> chkconfig ipchains off
> rmmod ipchains
> insmod iptables
> service iptables start
> chkconfig iptables on
>
> After that, it's just a matter of putting together a decent
On 30 Jul 2002, Anthony Abby wrote:
> Actually I thought it ran BOTH of them by default. In all the times
> I've installed 7.3 both were loaded and both started as services by
> default. I always have to go in an turn off ipchains.
Well, their startup scripts both exist by default. However, y
service ipchains stop
chkconfig ipchains off
rmmod ipchains
insmod iptables
service iptables start
chkconfig iptables on
After that, it's just a matter of putting together a decently configured
set of firewall rules.
On Tue, 30 Jul 2002 [EMAIL PROTECTED] wrote:
> How can I switch it so I am us
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
On 30-Jul-2002/13:34 -0500, [EMAIL PROTECTED] wrote:
>How can I switch it so I am using iptables and not ipchains
1. Create a script with all the commands to setup an iptables firewall
that does what you want. Be sure to include the command "
Actually I thought it ran BOTH of them by default. In all the times
I've installed 7.3 both were loaded and both started as services by
default. I always have to go in an turn off ipchains.
Anthony
On Tue, 2002-07-30 at 14:34, [EMAIL PROTECTED] wrote:
> How can I switch it so I am using iptabl
Cant you also just stop ipchains from starting... IPCHAINS and IPTABLES are started
from the init.d process... By not starting IPCHAINS, IPTABLES should take over. That
way, you can have both installed. I use both to do different things, but you can
dissable one and use the other...
Thoughts?
[EMAIL PROTECTED] wrote:
>
> How can I switch it so I am using iptables and not ipchains
rpm -ev ipchains lokkit
That removes ipchains. Then just configure iptables, and it will run fine.
--
redhat-list mailing list
Unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe
https://listma
How can I switch it so I am using iptables and not ipchains