/* HINT: Search archives @ http://www.indyramp.com/masq/ before posting! /* ALSO: Don't quote this header. It makes you look lame :-) */
On Thu, Aug 29, 2002 at 12:06:28PM -0700 or so it is rumoured hereabouts, Derek Fairley thought: > > I think the problem is related to the file "firewall-2.4", in the > /etc/rc.d/init.d" directory. If someone is familiar with implementing this > configuration, I would appreciate the help. I am really new to this. If the file contains a line of the form # chkconfig: 2345 10 90 and you're running RH then it's ready to be managed by the chkconfig tool. Do a chkconfig --add firewall-2.4 This will set up firewall-2.4 to start in runlevels 2,3,4,5 and to stop in runlevels 0,1,6. You can also enable and disable the firewall by using chkconfig firewall-2.4 on|off which _doesn't_ start or stop the thing, just sets it up to run or not run at boot etc... Conor -- Conor Daly <[EMAIL PROTECTED]> Domestic Sysadmin :-) --------------------- Faenor.cod.ie 11:23pm up 2 days, 3:51, 0 users, load average: 0.08, 0.02, 0.01 Hobbiton.cod.ie 11:25pm up 2 days, 3:34, 1 user, load average: 0.11, 0.08, 0.06 _______________________________________________ Masq maillist - [EMAIL PROTECTED] Admin requests can be handled at http://www.indyramp.com/masq-list/ -- THIS INCLUDES UNSUBSCRIBING! or email to [EMAIL PROTECTED] PLEASE read the HOWTO and search the archives before posting. You can start your search at http://www.indyramp.com/masq/ Please keep general linux/unix/pc/internet questions off the list.
