Traffic Shaper Question
Maxim LANS
maxim at lans.lt
Sun Jun 22 11:36:48 PDT 2003
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 at delfi.lt
P.S. Meaby you have/know where to find some
documents/how-to's/information about ALTQ/CBQ
More information about the freebsd-ipfw
mailing list