From owner-freebsd-questions Tue Jan 30 3:41:30 2001 Delivered-To: freebsd-questions@freebsd.org Received: from ocdi.sb101.org (p6-max13.adl.ihug.com.au [203.173.184.6]) by hub.freebsd.org (Postfix) with ESMTP id 9313D37B6A6 for ; Tue, 30 Jan 2001 03:41:10 -0800 (PST) Received: from localhost (data@localhost) by ocdi.sb101.org (8.11.1/8.11.1) with ESMTP id f0UBkQa93853 for ; Tue, 30 Jan 2001 22:16:42 +1030 (CST) (envelope-from ocdi@ocdi.org) Date: Tue, 30 Jan 2001 22:16:23 +1030 (CST) From: Trevor Nichols X-Sender: data@ocdi.sb101.org To: freebsd-questions@freebsd.org Subject: ipfw pipe Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi, I'm trying to set up the following pipe (as an example) and it is saying Invalid argument, as shown: bash# ipfw pipe 10 config bw 3k/sec ipfw: setsockopt(IP_DUMMYNET_CONFIGURE): Invalid argument Straight out of the Manpage: bash# ipfw pipe 1 config bw 64Kbit/s queue 10Kbytes ipfw: setsockopt(IP_DUMMYNET_CONFIGURE): Invalid argument Adding a pipe to an associated user works though: bash# ipfw add 45000 pipe 1 ip from any to any uid lok 45000 pipe 1 ip from any to any uid lok I've configured the kernel with these options: options IPFIREWALL options DUMMYNET running: FreeBSD 4.2-STABLE #0: Tue Jan 30 04:09:06 GMT 2001 As far as I can tell I'm not doing anything wrong, or am I? (: Thanks in advance, Trevor Nichols. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message