From owner-freebsd-questions Wed Jun 27 21:29:32 2001 Delivered-To: freebsd-questions@freebsd.org Received: from comp1.mastery.ca (comp1.mastery.ca [209.202.88.60]) by hub.freebsd.org (Postfix) with ESMTP id 82BA337B403 for ; Wed, 27 Jun 2001 21:29:28 -0700 (PDT) (envelope-from mail@max-info.net) Received: from 78kw954 (dyn216-8-131-5.ADSL.mnsi.net [216.8.131.5]) (authenticated) by comp1.mastery.ca (8.11.3/8.11.1) with ESMTP id f5S4TNQ04674; Thu, 28 Jun 2001 00:29:24 -0400 (EDT) (envelope-from mail@max-info.net) Message-ID: <000601c0ff8a$95d66780$3200a8c0@Home> From: "Ryan Masse" To: "Andrew Reid" Cc: "FreeBSD-Questions" References: <993700358.5070.2.camel@percible.alfred.cx> Subject: Re: IPFW Traffic Shaping Date: Thu, 28 Jun 2001 00:27:03 -0400 X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.50.4522.1200 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4522.1200 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG you will need to add the below to your kenel config file then recompile. options IPFIREWALL options DUMMYNET an example of a kernel with the firewall support; lan1# cd /sys/i386/conf lan1# tail HOME options IPFIREWALL options IPFIREWALL_VERBOSE options IPFIREWALL_VERBOSE_LIMIT=10 options IPFIREWALL_FORWARD options DUMMYNET options TCP_DROP_SYNFIN options TCP_RESTRICT_RST # vga 800x600 support options VESA options SC_PIXEL_MODE lan1# Ryan > Hmmm! > > I'm just playing around with IPFW's traffic shaping facilities on a test > box. > > I'm curious as to what the following error means when I try some > bandwidth limiting stuffs: > > su-2.05# ipfw pipe 1 config bw 300Kbit/s queue 50Kbytes > ipfw: setsockopt(IP_DUMMYNET_CONFIGURE): Protocol not available > > I've got 'firewall_enable="YES"' in /etc/rc.conf. > > It's running FreeBSD 4.3-GENERIC (just installed from the CD). > > Does this mean that I've either not got a Kernel module loaded or do not > have support for it in the GENERIC kernel? > > TIA! > > - andrew > > -- > void signature () { > cout << "Andrew Reid -- andrew.reid@plug.cx" << endl ; > cout << "Cell: +61 401 946 813" << endl; > cout << "Quidquid latine dictum sit, altum viditur" << endl; > } > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message