From owner-freebsd-net@FreeBSD.ORG Tue May 2 03:29:39 2006 Return-Path: X-Original-To: freebsd-net@freebsd.org 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 5FBB716A40F for ; Tue, 2 May 2006 03:29:39 +0000 (UTC) (envelope-from julian@elischer.org) Received: from a50.ironport.com (a50.ironport.com [63.251.108.112]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1D3EA43D6E for ; Tue, 2 May 2006 03:29:33 +0000 (GMT) (envelope-from julian@elischer.org) Received: from unknown (HELO [10.251.19.131]) ([10.251.19.131]) by a50.ironport.com with ESMTP; 01 May 2006 20:29:33 -0700 Message-ID: <4456D21C.8030607@elischer.org> Date: Mon, 01 May 2006 20:29:32 -0700 From: Julian Elischer User-Agent: Mozilla/5.0 (Macintosh; U; PPC Mac OS X Mach-O; en-US; rv:1.7.13) Gecko/20060414 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Julian Elischer References: <49594.200.230.201.250.1146063341.squirrel@www.widemail.com.br> <444F8E89.2050905@wildcard.net.uk> <56286.200.230.201.250.1146067775.squirrel@www.widemail.com.br> <1146073590.1089.80.camel@sky.mediasat.ro> <59615.200.230.201.250.1146083577.squirrel@www.widemail.com.br> <445038CA.2050008@pacific.net.sg> <4456AD8E.2060703@widesoft.com.br> <4456B415.3080901@elischer.org> <4456BF4A.7050107@widesoft.com.br> <4456D19F.7030101@elischer.org> In-Reply-To: <4456D19F.7030101@elischer.org> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Cc: Lee Johnston , freebsd-net@freebsd.org, mihai@duras.ro Subject: Re: Packet loss with traffic shaper and routing X-BeenThere: freebsd-net@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Networking and TCP/IP with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 02 May 2006 03:29:39 -0000 Julian Elischer wrote: > tpeixoto@widesoft.com.br wrote: > >> >> Julian Elischer wrote: >> oops sent to early will resend with full example of binary triage, >> >> Could you clarify how to improve the situation with the tools you >> mentioned? > > > > > Assuming you can not use "tablearg" yet (it will make this REALLY EASY) > then if you have 30 IPs you want to shape from 1.1.1.1 to 1.1.1.30 > then consider: > > > > ipfw add 1000 skipto 2000 ip from any to 1.1.1.16/28 > ipfw add 1010 skipto 1020 ip from any to 1.1.1.8/29 > ipfw add 1012 skipto 1026 ip from any to 1.1.1.4./30 > ipfw add 1013 [anything] ip from any to 1.1.1.1 > ipfw add 1013 [anything] ip from any to 1.1.1.1 > ipfw add 1013 [anything] ip from any to 1.1.1.1 > ipfw add 1013 [anything] ip from any to 1.1.1.1 > > >