From owner-freebsd-net@FreeBSD.ORG Sun Aug 15 02:02:38 2004 Return-Path: Delivered-To: freebsd-net@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EE53116A4CE for ; Sun, 15 Aug 2004 02:02:37 +0000 (GMT) Received: from gawab.com (v2.gawab.com [204.97.230.42]) by mx1.FreeBSD.org (Postfix) with SMTP id 89C2F43D2D for ; Sun, 15 Aug 2004 02:02:37 +0000 (GMT) (envelope-from tdamas@gawab.com) Received: (qmail 1827 invoked by uid 1004); 15 Aug 2004 02:02:37 -0000 Message-ID: <20040815020237.1826.qmail@gawab.com> References: <200408111158.43933.bikrant_ml@wlink.com.np> In-Reply-To: <200408111158.43933.bikrant_ml@wlink.com.np> Received: from 200.143.88.171 by www.gawab.com with HTTP; Sun, 15 Aug 2004 02:02:37 GMT From: "Thiago Pinto Damas" To: Bikrant Neupane Date: Sun, 15 Aug 2004 02:02:37 GMT Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Originating-IP: [200.143.88.171] cc: freebsd-net@freebsd.org Subject: Re: Changing TOS value X-BeenThere: freebsd-net@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Networking and TCP/IP with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 15 Aug 2004 02:02:38 -0000 Try to limit the bandwidth for each interface, like: ipfw pipe 1 config bw 512Kbits/s ipfw pipe 2 config bw 512Kbits/s ipfw add pipe 1 ip from 10.0.0.8 to any via wi0 in ipfw add pipe 2 ip from any to 10.0.0.8 via wi0 out This might work! Bikrant Neupane writes: > Hi, > I am using freebsd 4.9 as a bandwidth manager. I would like to set IP TOS > field to some desired value or is it possible to completely ignore the TOS > value? > I have observed that using different value of TOS affects fairness in b/w > allocation in a pipe. So for that specific reason I would like to change the > TOS of all IP pkts before it gets into the pipe. > I think this is very common problem however I didn't find any useful > information in google either. > > thanks, > Bikrant > _______________________________________________ > freebsd-net@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-net > To unsubscribe, send any mail to "freebsd-net-unsubscribe@freebsd.org"