From owner-freebsd-questions@FreeBSD.ORG Sun Dec 18 04:43:00 2005 Return-Path: X-Original-To: questions@freebsd.org Delivered-To: freebsd-questions@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9B0C016A422 for ; Sun, 18 Dec 2005 04:43:00 +0000 (GMT) (envelope-from dan@dan.emsphone.com) Received: from dan.emsphone.com (dan.emsphone.com [199.67.51.101]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1B3F243D53 for ; Sun, 18 Dec 2005 04:43:00 +0000 (GMT) (envelope-from dan@dan.emsphone.com) Received: (from dan@localhost) by dan.emsphone.com (8.13.1/8.13.3) id jBI4gtqx008256; Sat, 17 Dec 2005 22:42:55 -0600 (CST) (envelope-from dan) Date: Sat, 17 Dec 2005 22:42:55 -0600 From: Dan Nelson To: Malcolm Clarke Message-ID: <20051218044255.GH89708@dan.emsphone.com> References: <43A4BACE.473D6FE5@brunel.ac.uk> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <43A4BACE.473D6FE5@brunel.ac.uk> X-OS: FreeBSD 5.4-STABLE X-message-flag: Outlook Error User-Agent: Mutt/1.5.11 Cc: questions@freebsd.org Subject: Re: IPFW pipe command 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: Sun, 18 Dec 2005 04:43:01 -0000 In the last episode (Dec 18), Malcolm Clarke said: > I have a question regarding use of the "pipe" command in IPFW. I use > the following commands > > #ipfw add pipe 1 ip from any to any > #ipfw pipe 1 config > > but get the following error > > ipfw: setsockopt(IP_DUMMYNET_CONFIGURE): Protocol not available > > I have added firewall_enable="YES" in rc.conf > > Is there a setting I need to set or change Ipfw pipes and queues are part of the dummynet traffic shaper. You will need to rebuild your kernel with "options DUMMYNET". -- Dan Nelson dnelson@allantgroup.com