dupa ce am dat urmatoare comenzi: /sbin/tc qdisc add dev $IF handle ffff: ingress /sbin/tc filter add dev $IF parent ffff: protocol ip prio 10 u32 match \ ip src 0.0.0.0/0 police rate 920kbit burst 104kbit \ drop flowid :1
doresc sa afisez rezultatul. Cu tc filter show si tc qdisc show nu am avut success... # tc filter show dev eth0 filter parent 1: protocol ip pref 49151 fw filter parent 1: protocol ip pref 49151 fw handle 0x2 classid 1:11 filter parent 1: protocol ip pref 49152 fw filter parent 1: protocol ip pref 49152 fw handle 0x1 classid 1:10 [EMAIL PROTECTED] scripts]# # tc qdisc show dev eth0 qdisc htb 1: r2q 10 default 12 direct_packets_stat 1 qdisc sfq 100: parent 1:10 limit 128p quantum 1514b perturb 10sec qdisc sfq 110: parent 1:11 limit 128p quantum 1514b perturb 10sec qdisc sfq 120: parent 1:12 limit 128p quantum 1514b perturb 10sec qdisc ingress ffff: ---------------- # Cum afisez ratele puse de mine mai sus (920k respectiv 102k)? mersi, alx _______________________________________________ RLUG mailing list [email protected] http://lists.lug.ro/mailman/listinfo/rlug
