Re: IPCHAINS modules to unload and IPTABLES modules to load.

2002-10-29 Thread Tony Nugent
On Tue Oct 29 2002 at 15:24, "jdow" wrote: > From: <[EMAIL PROTECTED]> > > =>now that i think about it, doesn't "service iptables start" > > =>automatically load ip_tables anyway? Yes, but... > > I'd be careful here. If you load iptables then that's all you get. You > > really want to explicitl

Re: IPCHAINS modules to unload and IPTABLES modules to load.

2002-10-29 Thread Tony Nugent
On Tue Oct 29 2002 at 15:15, "jdow" wrote: > From: "Michael Schwendt" <[EMAIL PROTECTED]> > > > > and which iptables modules load so I can finally do > > > "service iptables start". > > > > It will load ip_tables and a few others automatically. > > Unfortunately, once iptables is running it does

Re: IPCHAINS modules to unload and IPTABLES modules to load.

2002-10-29 Thread Robert L. Cochran
ailto:Robert.L.Cochran@;irs.gov>> To: <[EMAIL PROTECTED] <mailto:psyche-list@;redhat.com>> Sent: Tuesday, October 29, 2002 13:47 PM Subject: RE: IPCHAINS modules to unload and IPTABLES modules to load. Robert Ziegler's book Linux Firewalls Second Edition is really great. It

Re: IPCHAINS modules to unload and IPTABLES modules to load.

2002-10-29 Thread jdow
chran Robert L (NO)" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, October 29, 2002 13:47 PM Subject: RE: IPCHAINS modules to unload and IPTABLES modules to load. Robert Ziegler's book Linux Firewalls Second Edition is really great. Itdoes contain typos and you shou

Re: IPCHAINS modules to unload and IPTABLES modules to load.

2002-10-29 Thread jdow
From: <[EMAIL PROTECTED]> > On Tue, 29 Oct 2002, Robert P. J. Day wrote: > > =>On Tue, 29 Oct 2002, Taylor, ForrestX wrote: > => > =>> Robert P. J. Day wrote: > =>> > as part of a tutorial i'm writing on iptables, here's what i've listed -- > =>> > feedback is appreciated. > =>> > > =>> > to switch

Re: IPCHAINS modules to unload and IPTABLES modules to load.

2002-10-29 Thread jdow
From: "Robert P. J. Day" <[EMAIL PROTECTED]> > # chkconfig --level 0123456 ipchains off (turn off auto start) > # service ipchains stop (stop ipchains) > # rmmod ipchains (unload the module) > # rpm -e ipchains (if you're SURE :-) > > # insmod ip_tables (insmod or modprobe?) > # chkcon

Re: IPCHAINS modules to unload and IPTABLES modules to load.

2002-10-29 Thread jdow
From: "Michael Schwendt" <[EMAIL PROTECTED]> > > and which iptables modules load so I can finally do > > "service iptables start". > > It will load ip_tables and a few others automatically. Unfortunately, once iptables is running it doesn't stop as easily as ipchains. {^_-}

Re: IPCHAINS modules to unload and IPTABLES modules to load.

2002-10-29 Thread jdow
, 2002 9:16 AM Subject: IPCHAINS modules to unload and IPTABLES modules to load. > Hello. > > I would like to unload ipchains and load iptables. I can run "setup", > then unselect "ipchains" and select "iptables" and when I reboot, I get > iptables worki

RE: IPCHAINS modules to unload and IPTABLES modules to load.

2002-10-29 Thread Cochran Robert L (NO)
Title: RE: IPCHAINS modules to unload and IPTABLES modules to load. Robert Ziegler's book Linux Firewalls Second Edition is really great. It does contain typos and you should probably check your code against the code posted to his web site. You will have to adapt the code to your ne

Re: IPCHAINS modules to unload and IPTABLES modules to load.

2002-10-29 Thread Robert P. J. Day
On Tue, 29 Oct 2002, Jack Bowling wrote: > On Tue, Oct 29, 2002 at 12:30:21PM -0500, Robert P. J. Day wrote: > > > > to switch from ipchains to iptables: > > > > # chkconfig --level 0123456 ipchains off (turn off auto start) > > # service ipchains stop (stop ipchains) > >

Re: IPCHAINS modules to unload and IPTABLES modules to load.

2002-10-29 Thread Jack Bowling
On Tue, Oct 29, 2002 at 12:30:21PM -0500, Robert P. J. Day wrote: > On 29 Oct 2002, Alejandro González Hernández - Imoq wrote: > > > Hello. > > > > I would like to unload ipchains and load iptables. I can run "setup", > > then unselect "ipchains" and select "iptables" and when I reboot, I get > >

Re: IPCHAINS modules to unload and IPTABLES modules to load.

2002-10-29 Thread Alejandro González Hernández - Imoq
On Tue, 2002-10-29 at 11:52, Taylor, ForrestX wrote: > I would say that you should use `modprobe -r` instead of rmmod, and > modprobe instead of insmod. `modprobe` will include any module > dependencies, thus it is a good habit to get into ;o) Thank you to everybody who answered; service ipch

Re: IPCHAINS modules to unload and IPTABLES modules to load.

2002-10-29 Thread steveo
On Tue, 29 Oct 2002, Robert P. J. Day wrote: =>On Tue, 29 Oct 2002, Taylor, ForrestX wrote: => =>> Robert P. J. Day wrote: =>> > as part of a tutorial i'm writing on iptables, here's what i've listed -- =>> > feedback is appreciated. =>> > =>> > to switch from ipchains to iptables: =>> > =>> >

Re: IPCHAINS modules to unload and IPTABLES modules to load.

2002-10-29 Thread Robert P. J. Day
On Tue, 29 Oct 2002, Taylor, ForrestX wrote: > Robert P. J. Day wrote: > > as part of a tutorial i'm writing on iptables, here's what i've listed -- > > feedback is appreciated. > > > > to switch from ipchains to iptables: > > > > # chkconfig --level 0123456 ipchains off (turn off auto start)

Re: IPCHAINS modules to unload and IPTABLES modules to load.

2002-10-29 Thread Taylor, ForrestX
Robert P. J. Day wrote: as part of a tutorial i'm writing on iptables, here's what i've listed -- feedback is appreciated. to switch from ipchains to iptables: # chkconfig --level 0123456 ipchains off (turn off auto start) # service ipchains stop (stop ipchains) # rmmod ipchains(unlo

Re: IPCHAINS modules to unload and IPTABLES modules to load.

2002-10-29 Thread Robert P. J. Day
On 29 Oct 2002, Alejandro González Hernández - Imoq wrote: > Hello. > > I would like to unload ipchains and load iptables. I can run "setup", > then unselect "ipchains" and select "iptables" and when I reboot, I get > iptables working. What I need right now is to unload ipchains and load > iptabl

Re: IPCHAINS modules to unload and IPTABLES modules to load.

2002-10-29 Thread Michael Schwendt
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 29 Oct 2002 11:16:19 -0600, Alejandro González Hernández - Imoq wrote: > I would like to unload ipchains and load iptables. I can run "setup", > then unselect "ipchains" and select "iptables" and when I reboot, I > get iptables working. What I need

IPCHAINS modules to unload and IPTABLES modules to load.

2002-10-29 Thread Alejandro González Hernández - Imoq
Hello. I would like to unload ipchains and load iptables. I can run "setup", then unselect "ipchains" and select "iptables" and when I reboot, I get iptables working. What I need right now is to unload ipchains and load iptables without rebooting. So far, I know that I can do "service ipchains st