Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 18 Apr 2013 01:57:12 +0200
From:      Polytropon <freebsd@edvax.de>
To:        Joe <fbsd8@a1poweruser.com>
Cc:        FreeBSD questions <questions@freebsd.org>
Subject:   Re: How to manually start firewall after system completed boot.
Message-ID:  <20130418015712.b1308230.freebsd@edvax.de>
In-Reply-To: <516E94CA.3070700@a1poweruser.com>
References:  <516E94CA.3070700@a1poweruser.com>

next in thread | previous in thread | raw e-mail | index | archive | help
On Wed, 17 Apr 2013 08:25:46 -0400, Joe wrote:
> Is there some format of the service command that could be used to 
> manually start the selected firewall?

How about the rc.d framework?

	# /etc/rc.d/ipfw start

Or

	# service ipfw start

Both will honor the firewall_type= setting in /etc/rc.conf
(here: for IPFW).

-- 
Polytropon
Magdeburg, Germany
Happy FreeBSD user since 4.0
Andra moi ennepe, Mousa, ...



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