From owner-freebsd-questions@FreeBSD.ORG Wed Mar 10 11:16:11 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CDD6316A4CE for ; Wed, 10 Mar 2004 11:16:11 -0800 (PST) Received: from smtpout.mac.com (smtpout.mac.com [17.250.248.86]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9FE5243D2F for ; Wed, 10 Mar 2004 11:16:11 -0800 (PST) (envelope-from cswiger@mac.com) Received: from mac.com (smtpin07-en2 [10.13.10.152]) by smtpout.mac.com (Xserve/MantshX 2.0) with ESMTP id i2AJGAPX029076; Wed, 10 Mar 2004 11:16:11 -0800 (PST) Received: from [10.1.1.193] ([199.103.21.225]) (authenticated bits=0) by mac.com (Xserve/smtpin07/MantshX 3.0) with ESMTP id i2AJG9AC028997; Wed, 10 Mar 2004 11:16:10 -0800 (PST) In-Reply-To: <404F63D6.3070204@freemail.hu> References: <404F63D6.3070204@freemail.hu> Mime-Version: 1.0 (Apple Message framework v612) Content-Type: text/plain; charset=ISO-8859-1; format=flowed Message-Id: <5FE7C86F-72C7-11D8-AB79-003065ABFD92@mac.com> Content-Transfer-Encoding: quoted-printable From: Charles Swiger Date: Wed, 10 Mar 2004 14:16:04 -0500 To: =?ISO-8859-1?Q?Nagy_L=E1szl=F3_Zsolt?= X-Mailer: Apple Mail (2.612) cc: FreeBSD Subject: Re: IPFW question X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 10 Mar 2004 19:16:11 -0000 On Mar 10, 2004, at 1:52 PM, Nagy L=E1szl=F3 Zsolt wrote: > I'm using my own ip firewall (firewall_type=3D"/etc/ipfw.conf") on my=20= > FreeBSD 5.2 system. My problem is, how can I reload the whole thing? Try "sh /etc/rc.firewall", or "ipfw -p /bin/cat /etc/ipfw.conf". If=20 you are not on the console of the machine, it might be advisable to use=20= nohup or an & to background the command while running.... --=20 -Chuck