From owner-freebsd-questions Thu Oct 5 13:25:35 2000 Delivered-To: freebsd-questions@freebsd.org Received: from qmail.corpex.net (qmail.corpex.net [195.153.247.40]) by hub.freebsd.org (Postfix) with SMTP id 95EAC37B503 for ; Thu, 5 Oct 2000 13:25:32 -0700 (PDT) Received: (qmail 14548 invoked from network); 5 Oct 2000 20:28:42 -0000 Received: from perseus.corpex.net (HELO perseus) (195.153.247.226) by qmail.corpex.net with SMTP; 5 Oct 2000 20:28:42 -0000 From: "Jonathan Defries" To: "Freebsd-Questions@Freebsd. Org" Subject: Problems with dummynet Date: Thu, 5 Oct 2000 21:18:23 +0100 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2910.0) Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4133.2400 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi all, I'm trying to get DUMMYNET options working under 3.5-STABLE doing the following: ipfw add pipe 1 ip from IP to any out ipfw pipe 1 config bw 640Kbit/s It refuses to work with this error: ipfw: setsockopt(IP_DUMMYNET_CONFIGURE): Invalid argument The above code works OK with 4.1-STABLE. I've compiled in IPFIREWALL and DUMMYNET on the kernel, have gone through the mailing lists with nothing that suggest what I might be doing wrong. I've even tried it on a box with DUMMYNET not compiled in and it gives a different error, so I am assuming that DUMMYNET is running OK. Any help would be MUCH appreciated. Regards, Jonathan To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message