From owner-freebsd-ipfw@freebsd.org Fri Mar 11 13:06:42 2016 Return-Path: Delivered-To: freebsd-ipfw@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 36854ACCE46 for ; Fri, 11 Mar 2016 13:06:42 +0000 (UTC) (envelope-from crest@rlwinm.de) Received: from smtp.rlwinm.de (smtp.rlwinm.de [148.251.233.239]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id F41BAF7C for ; Fri, 11 Mar 2016 13:06:41 +0000 (UTC) (envelope-from crest@rlwinm.de) Received: from crest.local (unknown [87.253.189.132]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.rlwinm.de (Postfix) with ESMTPSA id C3F0D182C for ; Fri, 11 Mar 2016 14:06:32 +0100 (CET) Subject: Re: Network goes down when installing ipfw To: freebsd-ipfw@freebsd.org References: From: Jan Bramkamp Message-ID: <56E2C2D8.4020701@rlwinm.de> Date: Fri, 11 Mar 2016 14:06:32 +0100 User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.11; rv:38.0) Gecko/20100101 Thunderbird/38.6.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-ipfw@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: IPFW Technical Discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 11 Mar 2016 13:06:42 -0000 On 11/03/16 13:46, Kulamani Sethi wrote: > Dear all, > > I am using ipfw3. When i am installing ipfw driver in windows-7 > machine the network goes down. If uninstall that driver again then network > comes automatically. That means ipfw driver does not support. > > I have also digitally signed by Microsoft kernel mode signing > process for authenticate the publisher. > > > Process of installing: Local Area Connection-> properties -> Install -> > service -> Add ->OK (I can also see there message by system "Driver > digitally signed") > > Could anyone please help me for this issue. Thanks in advance. IPFW has a single default match all rule at the end of the ruleset. If no ruleset is loaded it will match (and deny) all traffic by default. This blocks all traffic until a ruleset is loaded. As far as I know IPFW isn't supported on Windows by the FreeBSD project in any way. Look into the documentation on how to load rules and or get in touch with whoever ported IPFW to Windows.