From owner-freebsd-questions@FreeBSD.ORG Sun Dec 19 14:46:00 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 B3D1816A4CE for ; Sun, 19 Dec 2004 14:46:00 +0000 (GMT) Received: from enterprise.thenetnow.com (enterprise.thenetnow.com [65.39.193.152]) by mx1.FreeBSD.org (Postfix) with ESMTP id 27CA943D54 for ; Sun, 19 Dec 2004 14:46:00 +0000 (GMT) (envelope-from gpeel@thenetnow.com) Received: from GRANT (hpeel.ody.ca [216.240.12.2])iBJEjuG39039 for ; Sun, 19 Dec 2004 09:45:56 -0500 (EST) (envelope-from gpeel@thenetnow.com) Message-ID: <030101c4e5d9$7380eeb0$6401a8c0@GRANT> From: "Grant Peel" To: Date: Sun, 19 Dec 2004 09:45:55 -0500 Organization: The Net Now MIME-Version: 1.0 Content-Type: text/plain; format=flowed; charset="iso-8859-1"; reply-type=original Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2900.2180 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2180 Subject: ipfw and Webmin. X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Grant Peel List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 19 Dec 2004 14:46:00 -0000 Hi all, If anyone out there uses Webmin Firewall module to admin a FreeBSD module, I could use a hint on something. In the FreeBSD handbook, it says one must put the "IPFIREWALL_DEFAULT_TO_ACCEPT" option in the kernel, OR make sure allow rules are present to avoid being locked out. IF anyone is using the webmin module, does the firewall.pl script webmin uses in the rc.local file avoid all this when the machine boots, or is it necessary to add a script to add a rule, or is it still a must to add the "IPFIREWALL_DEFAULT_TO_ACCEPT" to the kernel? -Grant