From owner-freebsd-questions@FreeBSD.ORG Fri May 23 06:08:11 2003 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 7DB4537B401 for ; Fri, 23 May 2003 06:08:11 -0700 (PDT) Received: from cwnet5.q-space.de (cwnet5.wirelessnet.de [212.20.170.5]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6DA3243F3F for ; Fri, 23 May 2003 06:08:08 -0700 (PDT) (envelope-from usenet@esct.org) Received: from baldur.asgard (pd95134f3.dip.t-dialin.net [217.81.52.243]) by cwnet5.q-space.de (Postfix) with ESMTP id 8CAB2C571 for ; Fri, 23 May 2003 15:10:27 +0200 (CEST) Received: by baldur.asgard (Postfix, from userid 1001) id C7D3424D; Fri, 23 May 2003 15:08:05 +0200 (CEST) Date: Fri, 23 May 2003 15:08:05 +0200 From: Andreas Totlis To: freebsd-questions@freebsd.org Message-ID: <20030523130805.GG45311@baldur.asgard> Mail-Followup-To: freebsd-questions@freebsd.org References: <20030523125933.21340.qmail@web13406.mail.yahoo.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20030523125933.21340.qmail@web13406.mail.yahoo.com> User-Agent: Mutt/1.4i Subject: Re: Enable Dummynet 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: Fri, 23 May 2003 13:08:11 -0000 Hello, * Fehmi [030523 14:59]: > > Excuse me if this sounds like newbie first class.. > I tried to launch dummynet by an ipfw command but i > found a "protocol not found" error ,it seems like i > have to set an amount of options to enable ip > firewalling or something like that? > Thanks in advance . Add the following option in your kernel options DUMMYNET an compile/install a new kernel. Andreas -