Jest łącze z uploadem 256kbit i downloadem 2048kbit. Podzielone na 6 komputerów. Dopóki nie ma włączonego htb nie ma problemu. W momencie gdy wrzucę trochę regułek htb strony po pewnym czasie zaczynają się ładować straaasznie wolno. Co ciekawe ani upload ani download nie wygląda na zapchany. Co to może być? Na co zwrócić uwagę?
Te regułki wam wkleję bo może coś zamieszałem: #### Download #### # downinterface = eth0 # downspeed = 2048 kbit # users = 6 # 0.95 * downspeed = 1945 kbit # 0.95 * downspeed / users = 324 kbit tc qdisc del root dev eth0 tc qdisc add dev eth0 root handle 1:0 htb tc class add dev eth0 parent 1:0 classid 1:1 htb rate 1945kbit ceil 1945kbit tc class add dev eth0 parent 1:1 classid 1:2 htb rate 324kbit ceil 1945kbit prio 2 tc class add dev eth0 parent 1:1 classid 1:3 htb rate 324kbit ceil 1945kbit prio 1 tc class add dev eth0 parent 1:1 classid 1:4 htb rate 324kbit ceil 1945kbit prio 2 tc class add dev eth0 parent 1:1 classid 1:5 htb rate 324kbit ceil 1945kbit prio 2 tc class add dev eth0 parent 1:1 classid 1:6 htb rate 324kbit ceil 1945kbit prio 2 tc class add dev eth0 parent 1:1 classid 1:7 htb rate 324kbit ceil 1945kbit prio 2 tc filter add dev eth0 protocol ip parent 1:0 u32 match ip dst 192.168.0.2 flowid 1:2 tc filter add dev eth0 protocol ip parent 1:0 u32 match ip dst 192.168.0.3 flowid 1:3 tc filter add dev eth0 protocol ip parent 1:0 u32 match ip dst 192.168.0.4 flowid 1:4 tc filter add dev eth0 protocol ip parent 1:0 u32 match ip dst 192.168.0.5 flowid 1:5 tc filter add dev eth0 protocol ip parent 1:0 u32 match ip dst 192.168.0.6 flowid 1:6 tc filter add dev eth0 protocol ip parent 1:0 u32 match ip dst 192.168.0.7 flowid 1:7 tc qdisc add dev eth0 parent 1:2 handle 2:0 sfq perturb 10 tc qdisc add dev eth0 parent 1:3 handle 3:0 sfq perturb 10 tc qdisc add dev eth0 parent 1:4 handle 4:0 sfq perturb 10 tc qdisc add dev eth0 parent 1:5 handle 5:0 sfq perturb 10 tc qdisc add dev eth0 parent 1:6 handle 6:0 sfq perturb 10 tc qdisc add dev eth0 parent 1:7 handle 7:0 sfq perturb 10 Adam _______________________________________________ pld-users-pl mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-users-pl
