From owner-freebsd-questions Sun Feb 25 22:48:47 2001 Delivered-To: freebsd-questions@freebsd.org Received: from ox.techasia.com.ph (AP-203.167.24.10.sysads.com [203.167.24.10]) by hub.freebsd.org (Postfix) with ESMTP id A0FF037B491 for ; Sun, 25 Feb 2001 22:48:27 -0800 (PST) (envelope-from jessie@power-jessie.net) Received: from tiger.techasia.com.ph (host-216-252-142-18.interpacket.net [216.252.142.18]) by ox.techasia.com.ph (Postfix) with ESMTP id 0860CA2CC1 for ; Mon, 26 Feb 2001 14:38:02 +0800 (PHT) Received: from jessie (unknown [216.252.213.11]) by tiger.techasia.com.ph (Postfix) with SMTP id 2FC252E827 for ; Mon, 26 Feb 2001 14:39:13 +0000 (GMT) From: "Power JeSsIe!" To: Subject: ipfw rules for bandwith limit Date: Mon, 26 Feb 2001 15:01:05 -0800 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) In-Reply-To: <037c01c09fbb$70b0a760$847e03cb@apana.org.au> X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4522.1200 Importance: Normal Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG i've setup the following ipfw rules to limit the bandwith of my 8 workstations to only 56kbps : /sbin/natd -s -u -n vr0 /sbin/ipfw add 20000 divert natd ip from any to 203.167.24.4 in recv vr0 /sbin/ipfw add 20000 divert natd ip from 192.168.1.0/24 to any out recv vr1 xmit vr0 ipfw add queue 1 ip from any to 192.168.1.0/24 ipfw queue 1 config weight 5 pipe 2 mask dst-ip 0x000000ff ipfw pipe 2 config bw 56Kbit/s but i always got these messages: Feb 26 14:35:20 spider /kernel: == not eligible, size 1500 Feb 26 14:35:34 spider /kernel: == not eligible, size 257 Feb 26 14:35:35 spider /kernel: == not eligible, size 257 Feb 26 14:36:10 spider /kernel: == not eligible, size 1015 Feb 26 14:36:21 spider /kernel: == not eligible, size 40 Feb 26 14:36:28 spider /kernel: == not eligible, size 40 Feb 26 14:36:38 spider /kernel: == not eligible, size 323 are these normal or is there something wrong with my ipfw rules? i need help pls! thanks jessie See my SuperSig: http://proxy.supersig.com/sig?60013444_60006895 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message