Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 28 May 2002 14:31:48 -0700 (PDT)
From:      Matthew Dillon <dillon@apollo.backplane.com>
To:        Irwan Hadi <irwanhadi@phxby.com>
Cc:        Jeff Jirsa <jeff@boris.st.hmc.edu>, Irwan Hadi <irwanhadi@phxby.com>, freebsd-questions@FreeBSD.ORG, freebsd-stable@FreeBSD.ORG
Subject:   Re: Server won't boot after recompile the kernel with ipfw support
Message-ID:  <200205282131.g4SLVmYZ024980@apollo.backplane.com>
References:  <20020528142640.A22370@phxby.com> <20020528133316.S16405-100000@boris.st.hmc.edu> <20020528150941.A24676@phxby.com>

next in thread | previous in thread | raw e-mail | index | archive | help

:
:Thanks for your info. I will ask the person who near with the server to
:issue that command from the console then. BTW how can I keep the
:firewall rules to be permanent on FreeBSD ? Put it on rc.firewall, or
:create another script that runs everytime the server gets rebooted ?
:
:Thanks

    If you have a relatively recent version of FreeBSD you can do a
    'man firewall' and it will give you a whole lot of very good
    information.  Basically though in /etc/rc.conf you do:

	firewall_enable="YES"
	firewall_type="/etc/ipfw.conf"

    And then put the firewall rules in /etc/rc.firewall.
    
					-Matt
					Matthew Dillon 
					<dillon@backplane.com>

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-stable" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200205282131.g4SLVmYZ024980>