Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 26 Feb 2001 15:01:05 -0800
From:      "Power JeSsIe!" <jessie@power-jessie.net>
To:        <freebsd-questions@FreeBSD.ORG>
Subject:   ipfw rules for bandwith limit
Message-ID:  <NEBBJJKPMLNMNBFHAAFIMEENCDAA.jessie@power-jessie.net>
In-Reply-To: <037c01c09fbb$70b0a760$847e03cb@apana.org.au>

next in thread | previous in thread | raw e-mail | index | archive | help

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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?NEBBJJKPMLNMNBFHAAFIMEENCDAA.jessie>