Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 27 May 2008 19:19:30 +0100
From:      Vince Hoffman <jhary@unsane.co.uk>
To:        Ray Seals <rayseals@gmail.com>
Cc:        questions@freebsd.org
Subject:   Re: FreeBSD 7.0 and DummyNet
Message-ID:  <483C50B2.60201@unsane.co.uk>
In-Reply-To: <6be12b1d0805271009q5e02e5f6u58bef67d6d75443@mail.gmail.com>
References:  <6be12b1d0805271009q5e02e5f6u58bef67d6d75443@mail.gmail.com>

next in thread | previous in thread | raw e-mail | index | archive | help
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 </usr/src/sys/amd64/conf>) 0 # ls /boot/kernel/dummynet.ko
/boot/kernel/dummynet.ko*
root@crab
(19:10:08 </usr/src/sys/amd64/conf>) 0 # ls /boot/kernel/ipfw.ko
/boot/kernel/ipfw.ko*

so
kldload dummynet && kldload ipfw
should do the job.

Vince



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?483C50B2.60201>