From owner-freebsd-questions Mon Oct 15 17:14:46 2001 Delivered-To: freebsd-questions@freebsd.org Received: from po4.wam.umd.edu (po4.wam.umd.edu [128.8.10.166]) by hub.freebsd.org (Postfix) with ESMTP id 3577437B407 for ; Mon, 15 Oct 2001 17:14:43 -0700 (PDT) Received: from rac3.wam.umd.edu (IDENT:root@rac3.wam.umd.edu [128.8.10.143]) by po4.wam.umd.edu (8.9.3/8.9.3) with ESMTP id UAA18617 for ; Mon, 15 Oct 2001 20:14:41 -0400 (EDT) Received: from rac3.wam.umd.edu (IDENT:sendmail@localhost [127.0.0.1]) by rac3.wam.umd.edu (8.9.3/8.9.3) with SMTP id UAA17026 for ; Mon, 15 Oct 2001 20:14:41 -0400 (EDT) Received: from localhost (culverk@localhost) by rac3.wam.umd.edu (8.9.3/8.9.3) with ESMTP id UAA17021 for ; Mon, 15 Oct 2001 20:14:41 -0400 (EDT) X-Authentication-Warning: rac3.wam.umd.edu: culverk owned process doing -bs Date: Mon, 15 Oct 2001 20:14:41 -0400 (EDT) From: Kenneth Wayne Culver To: freebsd-questions@freebsd.org Subject: dummynet configured. Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII 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 alright, I've got dummynet configured and it seems to give each user his/her fair share of bandwidth on my limited ADSL connection, but now I've got one more problem. I would like to also give certain interactive services a dedicated amount of bandwidth when it's needed. Things like dns and ssh are still jumpy at best (however if multiple downloads to different machines are running, they work great). Can anyone help me out here? here are my current dummynet settings (which seem to be working fine with ipfilter and ipnat running as my firewall and nat, all actual ip's are represented by x.x.x.x) ipfw add queue 1 ip from any to x.x.x.x/24 in via de0 ipfw pipe 1 config bw 608Kbit/s ipfw queue 1 config pipe 1 weight 30 mask dst-ip 0x000000ff Thanks. Ken To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message