From owner-freebsd-questions@FreeBSD.ORG Tue May 27 18:23:09 2008 Return-Path: Delivered-To: questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A168A1065814 for ; Tue, 27 May 2008 18:23:09 +0000 (UTC) (envelope-from jhary@unsane.co.uk) Received: from unsane.co.uk (unknown [IPv6:2001:470:1f08:110::2]) by mx1.freebsd.org (Postfix) with ESMTP id 1F4AE8FC16 for ; Tue, 27 May 2008 18:23:08 +0000 (UTC) (envelope-from jhary@unsane.co.uk) Received: from crab.unsane.co.uk (crab.unsane.co.uk [10.0.0.111]) (authenticated bits=0) by unsane.co.uk (8.14.0/8.14.0) with ESMTP id m4RIMata034062 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Tue, 27 May 2008 19:22:36 +0100 (BST) (envelope-from jhary@unsane.co.uk) Message-ID: <483C5172.4030607@unsane.co.uk> Date: Tue, 27 May 2008 19:22:42 +0100 From: Vince Hoffman User-Agent: Thunderbird 2.0.0.14 (X11/20080507) MIME-Version: 1.0 To: Ray Seals References: <6be12b1d0805271009q5e02e5f6u58bef67d6d75443@mail.gmail.com> <483C50B2.60201@unsane.co.uk> In-Reply-To: <483C50B2.60201@unsane.co.uk> X-Enigmail-Version: 0.95.6 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: questions@freebsd.org Subject: Re: FreeBSD 7.0 and DummyNet 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: Tue, 27 May 2008 18:23:09 -0000 Vince Hoffman wrote: > Ray Seals wrote: >> It's been a long time since I have tried to get dummynet working. I >> have a >> FreeBSD 7.0 box ready to go. Do I still need to recompile the kernel and >> all that stuff or is there any easier way to do this now? >> > I tend to use pf/altq but dummynet and ipfw seem to exist as modules > > root@crab > (19:09:46 ) 0 # ls /boot/kernel/dummynet.ko > /boot/kernel/dummynet.ko* > root@crab > (19:10:08 ) 0 # ls /boot/kernel/ipfw.ko > /boot/kernel/ipfw.ko* > > so > kldload dummynet && kldload ipfw > should do the job. > Oh and remember that if you do just kldload ipfw (like i just did to test) it defaults to deny all ;) Vince > Vince > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to > "freebsd-questions-unsubscribe@freebsd.org"