Hi, my problem is with equal shaping. I have a 768Kbit channel and what to shape it to 5 users. The problem is that if a user download a file with flashget ( no more then 5 connections ) he uses all the bandwith and if another user wants to surf the web he has a slow connection. Conversations via Skype are inpossible. If the second user begin to dowload a file in the begining the speed is terrible but after a 60 - 120 sec. it gets the required speed and the channel is shaped between users. The problem is how to change my configuration, so when a user just ping a site to have equal part of the channel.
Be healthy
Gaby
Here is my config:
/ queue tree
add name="Download" parent=LAN packet-mark="" limit-at=0 queue=default \
priority=1 max-limit=700000 burst-limit=0 burst-threshold=0 burst-time=0s \
disabled=no
add name="queue2" parent=Download packet-mark=test limit-at=128000 \
queue=pcq-download priority=1 max-limit=700000 burst-limit=0 \
burst-threshold=0 burst-time=0s disabled=no
add name="Upload" parent=pppoe-out1 packet-mark="" limit-at=0 queue=default \
priority=1 max-limit=256000 burst-limit=0 burst-threshold=0 burst-time=0s \
disabled=no
add name="queue4" parent=Upload packet-mark=test limit-at=32000 \
queue=pcq-upload priority=1 max-limit=256000 burst-limit=0 \
burst-threshold=0 burst-time=0s disabled=no
add name="queue5" parent=Download packet-mark=allp2p limit-at=0 \
queue=pcq-download priority=8 max-limit=256000 burst-limit=0 \
burst-threshold=0 burst-time=0s disabled=no
add name="queue6" parent=Upload packet-mark=allp2p limit-at=0 queue=pcq-upload \
priority=8 max-limit=64000 burst-limit=0 burst-threshold=0 burst-time=0s \
disabled=no
*************************************************************
0 name="default" kind=pcq pcq-rate=0 pcq-limit=50 pcq-classifier=""
pcq-total-limit=2000
1 name="ethernet-default" kind=red red-limit=40 red-min-threshold=10
red-max-threshold=35 red-burst=10 red-avg-packet=1000
2 name="wireless-default" kind=sfq sfq-perturb=5 sfq-allot=1514
3 name="synchronous-default" kind=red red-limit=60 red-min-threshold=10
red-max-threshold=50 red-burst=20 red-avg-packet=1000
4 name="hotspot-default" kind=sfq sfq-perturb=5 sfq-allot=1514
5 name="pcq-download" kind=pcq pcq-rate=0 pcq-limit=50
pcq-classifier=dst-address pcq-total-limit=1000
6 name="pcq-upload" kind=pcq pcq-rate=0 pcq-limit=50
pcq-classifier=src-address pcq-total-limit=2000
*************************************************************
/ ip firewall mangle
add chain=postrouting out-interface=pppoe-out1 protocol=tcp tcp-flags=syn \
action=change-mss new-mss=clamp-to-pmtu comment="" disabled=no
add chain=forward in-interface=LAN out-interface=LAN \
src-address=192.168.0.0/16 dst-address=192.168.0.0/16 action=accept \
comment="Da ne slaga opashka na LAN - a" disabled=no
add chain=forward p2p=all-p2p action=mark-connection \
new-connection-mark=p2p_connection comment="Markira P2P" disabled=no
add chain=forward connection-mark=p2p_connection action=mark-packet \
new-packet-mark=allp2p comment="" disabled=no
add chain=forward p2p=!all-p2p action=mark-connection \
new-connection-mark=test-con comment="Markira ostanaloto" disabled=no
add chain=forward connection-mark=test-con action=mark-packet \
new-packet-mark=test comment="" disabled=no