Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 22 Jun 2003 21:36:46 +0300
From:      Maxim LANS <maxim@lans.lt>
To:        freebsd-ipfw@freebsd.org
Subject:   Traffic Shaper Question
Message-ID:  <464935968.20030622213646@lans.lt>
References:  20030428001533.GA20138@palomine.net

next in thread | raw e-mail | index | archive | help
Hi,
I have read your message and here is the solution:
You've wrote:

 /sbin/ipfw pipe 1 config bw 250Kbits/s
 /sbin/ipfw pipe 2 config bw 155Kbytes/s
 /sbin/ipfw queue 1 config pipe 2 weight 1
 /sbin/ipfw queue 2 config pipe 2 weight 1
 /sbin/ipfw queue 3 config pipe 1 weight 1
 
The error is very simple, you just had to write it this way:

/sbin/ipfw pipe 1 config bw 250Kbits/s
/sbin/ipfw pipe 2 config bw 155Kbytes/s
/sbin/ipfw queue 1 config weight 1 pipe 2
/sbin/ipfw queue 2 config weight 1 pipe 2
/sbin/ipfw queue 3 config weight 1 pipe 1

And that is it.
Your welcome.

ILJA, rusas@delfi.lt

P.S. Meaby you have/know where to find some
documents/how-to's/information about ALTQ/CBQ



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