From owner-freebsd-ipfw@FreeBSD.ORG Thu Jun 19 15:54:43 2003 Return-Path: Delivered-To: freebsd-ipfw@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 61E7637B405 for ; Thu, 19 Jun 2003 15:54:42 -0700 (PDT) Received: from goliath.cnchost.com (goliath.cnchost.com [207.155.252.47]) by mx1.FreeBSD.org (Postfix) with ESMTP id AA34543FCB for ; Thu, 19 Jun 2003 15:54:41 -0700 (PDT) (envelope-from sahafeez@edgefocus.com) Received: from edgefocus.com ([12.106.69.222]) by goliath.cnchost.com id SAA04543; Thu, 19 Jun 2003 18:54:41 -0400 (EDT) [ConcentricHost SMTP Relay 1.15] Errors-To: Message-ID: <3EF23F30.3030803@edgefocus.com> Date: Thu, 19 Jun 2003 15:54:40 -0700 From: Sean Hafeez Organization: EdgeFocus, Inc. User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.0.2) Gecko/20030208 Netscape/7.02 X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-ipfw@freebsd.org Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Subject: IP's per pipe? X-BeenThere: freebsd-ipfw@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: sahafeez@edgefocus.com List-Id: IPFW Technical Discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 19 Jun 2003 22:54:43 -0000 #ipfw pipe 1 config bw 128kbits/s #ipfw pipe 4 config bw 384kbits/s #ipfw add 100 pipe 1 ip from any to 192.168.43.2 #ipfw add 102 pipe 4 ip from 192.168.43.2 to any #ipfw add 103 pipe 1 ip from any to 192.168.43.3 #ipfw add 105 pipe 4 ip from 192.168.43.3 to any is it a new pipe for each rule or will .2 and .3 be tossed in the same 128/384k pipe?