Hello
I'm testing inbound traffic shaping whith m0n0wall 1.231
According to
unparsed ipfw rules
add 50000 set 4 pass all from 192.168.0.1 to any
add 50001 set 4 pass all from any to 192.168.0.1
add 50002 set 4 queue 6 all from any 80 to 192.168.0.12 in via rl2
add 50003 set 4 queue 7 all from any 80 to 192.168.0.11 in via rl2
pipe 1 config bw 288Kbit/s
pipe 2 config bw 973Kbit/s
queue 1 config pipe 1 weight 100
queue 2 config pipe 1 weight 80
queue 3 config pipe 1 weight 65
queue 4 config pipe 1 weight 4
queue 5 config pipe 1 weight 3
queue 6 config pipe 2 weight 10
queue 7 config pipe 2 weight 1
queue 8 config pipe 2 weight 100
queue 9 config pipe 2 weight 5
queue 10 config pipe 2 weight 3
queue 11 config pipe 1 weight 22
queue 12 config pipe 1 weight 6
from
http://myip/status.phpWhen downloading simultaneously two big files from lan hosts 192.168.0.11 and 192.168.0.12, download speed rates are 50% on both computers instead of expected shaped values 90%, 10%.
is something wrong in my test?
Thanks