From owner-freebsd-questions Sun Jun 23 15:50:49 2002 Delivered-To: freebsd-questions@freebsd.org Received: from smtp2.mbox.com.au (203-134-146-019.cust.pth.iprimus.net.au [203.134.146.19]) by hub.freebsd.org (Postfix) with ESMTP id 51C2337B400 for ; Sun, 23 Jun 2002 15:50:44 -0700 (PDT) Received: from nms2.mbox.com.au (webmail.mbox.com.au [192.168.20.4]) by smtp2.mbox.com.au (Sun Internet Mail Server sims.4.0.2000.05.17.04.13.p6) with ESMTP id <0GY6006EZKJBX7@smtp2.mbox.com.au> for freebsd-questions@FreeBSD.ORG; Mon, 24 Jun 2002 06:45:11 +0800 (WST) Received: from mbox.com.au ([127.0.0.1]) by nms2.mbox.com.au (Netscape Messaging Server 4.15) with ESMTP id GY6KMP03.7D6 for ; Mon, 24 Jun 2002 06:47:13 +0800 Date: Mon, 24 Jun 2002 08:47:13 +1000 From: BSD Freak Subject: Dummynet not working To: FreeBSD Questions Message-id: <1794eaa1798343.17983431794eaa@mbox.com.au> MIME-version: 1.0 X-Mailer: Netscape Webmail Content-type: text/plain; charset=us-ascii Content-language: en Content-disposition: inline Content-transfer-encoding: 7BIT X-Accept-Language: en 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 Hi all, I'm relatively inexperienced when it comes to dummynet but I have read the man page and lots more about it. Basically the situation is this: We have a FreeBSD 4.5R router (with dummynet compiled in the kernel) running a 64Kbps ISDN line to another site. The line is usually saturated making access very slow and unreliable for some hosts on the network. We have one host (192.168.0.50) on the network that is particularly important and which requires priority access. So I added the following rules, but this does not seem to help: ipfw pipe 1 config bw 64Kbit/s ipfw queue 1 config pipe 1 weight 90 ipfw queue 2 config pipe 1 weight 1 ipfw add 400 queue 1 tcp from 192.168.0.50 to any ipfw add 500 queue 2 ip from any to any What am I doing wrong? Any help would be greatly appreciated.... --------------------------------------------------------------------- NEW to mBox, receive faxes to any email address! Find out more http://www.mbox.com.au/fax To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message