From owner-freebsd-questions@FreeBSD.ORG Mon Jun 15 08:08:50 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1FA701065673 for ; Mon, 15 Jun 2009 08:08:50 +0000 (UTC) (envelope-from subbsd@gmail.com) Received: from fg-out-1718.google.com (fg-out-1718.google.com [72.14.220.152]) by mx1.freebsd.org (Postfix) with ESMTP id 971658FC08 for ; Mon, 15 Jun 2009 08:08:49 +0000 (UTC) (envelope-from subbsd@gmail.com) Received: by fg-out-1718.google.com with SMTP id 22so1028945fge.12 for ; Mon, 15 Jun 2009 01:08:48 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:from:to:subject:date :user-agent:disposition-notification-to:mime-version:content-type :content-transfer-encoding:content-disposition:message-id; bh=SB9zEcb1Bp/07k87uO/yS9F0ene47/u/YUqUk1iiaho=; b=hzACm9WV4AF6QxCNrQiyXTttYIWk1AhX6peAjDxhVpeCYysqc4GwLG0q3pF3qds1OI ip/paXKedKMZpdOKW468SYqwSIPHcav9JTDN8TW7LI6+3eMyMXzxi7vi1SWb3x6PDafR kXhpp5OWTSsYot7ZWj67EdsNGVkrcLfxAKhdU= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=from:to:subject:date:user-agent:disposition-notification-to :mime-version:content-type:content-transfer-encoding :content-disposition:message-id; b=LoGOt69ZzdNR3djb+yeZH4QH5nJPjC2mD5pO4UJC+H0w80XM7ZVw71faxgCvlZZFDy 5t17nfgOwKGJHpVvk38OEEasE0kifbK8gbdPfY7fjQ/RftRHqvJXGwmVlJZu5aGPmoC0 uL7Z/Xcyc9GOfXM5CRStha9mF9y/XE0qVUV2g= Received: by 10.86.35.8 with SMTP id i8mr6431398fgi.42.1245051876999; Mon, 15 Jun 2009 00:44:36 -0700 (PDT) Received: from gizmo.nevosoft.local ([195.182.128.54]) by mx.google.com with ESMTPS id d4sm9569326fga.21.2009.06.15.00.44.35 (version=TLSv1/SSLv3 cipher=RC4-MD5); Mon, 15 Jun 2009 00:44:36 -0700 (PDT) From: subbsd To: freebsd-questions@freebsd.org Date: Mon, 15 Jun 2009 11:44:33 +0400 User-Agent: KMail/1.11.4 (FreeBSD/8.0-CURRENT; KDE/4.2.4; amd64; ; ) MIME-Version: 1.0 Content-Type: Text/Plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200906151144.34054.subbsd@gmail.com> Subject: enable IPFIREWALL_DEFAULT_TO_ACCEPT for GENERIC kernel X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 15 Jun 2009 08:08:50 -0000 Hello maillist, Whether there is a way for booting GENERIC kernel with ipfw_load="YES" and 65535 allow ip from any to any rules without recompile kernel with options IPFIREWALL_DEFAULT_TO_ACCEPT ? This is single options who force me customize my own kernel with freebsd- update. Thanks!