From owner-freebsd-questions Thu Aug 16 15:41:22 2001 Delivered-To: freebsd-questions@freebsd.org Received: from aries.ai.net (aries.ai.net [205.134.163.4]) by hub.freebsd.org (Postfix) with ESMTP id 7ED3F37B403 for ; Thu, 16 Aug 2001 15:41:19 -0700 (PDT) (envelope-from deepak@ai.net) Received: from blood (pool-138-88-44-181.res.east.verizon.net [138.88.44.181]) by aries.ai.net (8.9.3/8.9.3) with SMTP id SAA01237 for ; Thu, 16 Aug 2001 18:43:18 -0400 (EDT) (envelope-from deepak@ai.net) Reply-To: From: "Deepak Jain" To: "FreeBSD-Questions" Subject: Grouping blocks for TRAFFIC SHAPER? Date: Thu, 16 Aug 2001 18:45:19 -0400 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2910.0) Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4522.1200 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 Is there a way to group different address specs into the same pipe? Like: /sbin/ipfw add pipe 1 ip from x.x.x.126 to any in /sbin/ipfw add pipe 1 ip from x.x.x.127 to any in /sbin/ipfw add pipe 1 ip from x.x.x.198 to any in /sbin/ipfw add pipe 1 ip from x.x.x.199 to any in /sbin/ipfw pipe 1 config bw 20000Kbit/s queue 100KBytes [The above doesn't seem to work]. Thanks, Deepak Jain AiNET To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message