Chyba niedokładnie doczytałeś tego PDFa, po =
pierwsze dlatego, że powinieneś obniżyć maksymalną =
prędkośc o jakieś 5-10%. po drugie tworzysz nie wiem po co =
Jeśli ten zabieg jest celowy to dzielenie nie jest =
podziałem o równym dostępie i mogą występować wymienione =
przez Ciebie rzeczy. Nie możesz podzielić 500/4=125 i jako rate =
przydzielić każdemu tą wartość a jako ceil wpisz 500? A =
jeśli chcesz żeby kogoś ograniczyć to pozmieniaj te wartości. =
nie będe pisał ci gotowca bo w tym pdfie jest dokładnie na 5 =
kompów a ty masz 4, wystarczy przepisać całość i usunąć 3 =
linijki. Według mnie (choć mogę się mylić) powodem =
tej zamotki jest dołożenie tego dodatkowego podziału (1:4). =
Spróbuj zrobić zwykły podział i zobacz jak działa. Aha i nie unoś się proszę! Jak nie chcesz porad =
to nie pytaj tylko radź sobie sam.
>tc qdisc del root dev eth0
>tc class add dev eth0 parent 1:4 classid 1:7 htb =
rate 125kbit ceil 512kbit#ten podział wg mnie jest spupczony
>tc filter add dev eth0 protocol ip preference 1 =
parent 1:0 u32 match ip src 192.168.0.1 flowid 1:3
>tc qdisc add dev eth0 root handle 1:0 htb
>tc class add dev eth0 parent 1:0 classid 1:1 htb =
rate 10mbit ceil 10mbit
>tc class add dev eth0 parent 1:1 classid 1:2 htb =
rate 512kbit ceil 512kbit
>tc class add dev eth0 parent 1:1 classid 1:3 htb =
rate 44800kbit ceil 44800kbit
>tc class add dev eth0 parent 1:2 classid 1:4 htb =
rate 250kbit ceil 512kbit #czemu akurat tak dzielisz i po co?
>tc class add dev eth0 parent 1:2 classid 1:5 htb =
rate 150kbit ceil 512kbit
>tc class add dev eth0 parent 1:2 classid 1:6 htb =
rate 112kbit ceil 512kbit
>tc class add dev eth0 parent 1:4 classid 1:8 htb =
rate 125kbit ceil 512kbit#
>tc filter add dev eth0 protocol ip preference 2 =
parent 1:0 u32 match ip dst 192.168.0.2 flowid 1:7
>tc filter add dev eth0 protocol ip preference 2 =
parent 1:0 u32 match ip dst 192.168.0.3 flowid 1:8
>tc filter add dev eth0 protocol ip preference 2 =
parent 1:0 u32 match ip dst 192.168.0.4 flowid 1:5
>tc filter add dev eth0 protocol ip preference 2 =
parent 1:0 u32 match ip dst 192.168.0.6 flowid 1:6
>tc qdisc add dev eth0 parent 1:3 handle 2:0 sfq =
perturb 10
>tc qdisc add dev eth0 parent 1:5 handle 3:0 sfq =
perturb 10
>tc qdisc add dev eth0 parent 1:6 handle 4:0 sfq =
perturb 10
>tc qdisc add dev eth0 parent 1:7 handle 5:0 sfq =
perturb 10
>tc qdisc add dev eth0 parent 1:8 handle 6:0 sfq =
perturb 10
Received on Sat Feb 21 03:43:57 2004