cbq

Bartlomiej Niedziela bartsun w interia.pl
Śro, 3 Kwi 2002, 09:00:23 CEST


----- Original Message -----
From: "Grzegorz Mlonek" <Grzegorz.Mlonek w infor.pl>
To: <pld-users-pl w pld.org.pl>
Sent: Wednesday, April 03, 2002 8:33 AM
Subject: cbq


> Vitam
>
> moze ktos ma gotowe regulki na cbq
> i moglby podeslac

tc qdisc add dev eth0 root handle 1:0 cbq bandwidth 512kbps avpkt 1000

# SSH,TELNET
tc class add dev eth0 parent 1:0 classid 1:1 cbq bandwidth 512kbps rate
128kbps weight 1 prio 1 allot 1514 maxburst 20 avpk
t 512 isolated bounded
tc qdisc add dev eth0 parent 1:1 sfq perturb 10

# pozostaly ruch TCP
tc class add dev eth0 parent 1:0 classid 1:2 cbq bandwidth 512kbps rate
320kbps weight 1 prio 6 allot 1514 maxburst 5 avpkt
 1000 sharing borrow
tc qdisc add dev eth0 parent 1:2 red limit 20KB min 5KB max 50KB burst 20
avpkt 1000

# pozostaly ruch nie TCP
tc class add dev eth0 parent 1:0 classid 1:3 cbq bandwidth 512kbps rate
64kbps weight 1 prio 7 allot 1514 maxburst 5 avpkt
1000 defmap 3f sharing borrow
tc qdisc add dev eth0 parent 1:3 sfq perturb 10

#
# filtr u32
tc filter add dev eth0 parent 1:0 prio 10 protocol ip u32 divisor 16
# TOS 0x10
tc filter add dev eth0 parent 1:0 prio 10 u32 match ip tos 0x10 0xff flowid
1:1
# SSH, TELNET
tc filter add dev eth0 parent 1:0 prio 10 u32 match tcp dst 22 0xffff flowid
1:1
tc filter add dev eth0 parent 1:0 prio 10 u32 match tcp src 22 0xffff flowid
1:1
tc filter add dev eth0 parent 1:0 prio 10 u32 match tcp dst 23 0xffff flowid
1:1
tc filter add dev eth0 parent 1:0 prio 10 u32 match tcp src 23 0xffff flowid
1:1
# ruch TCP
tc filter add dev eth0 parent 1:0 prio 10 u32 match ip protocol 0x6 0xff
flowid 1:2


Moga byc?

--
  Bartlomiej Niedziela



Więcej informacji o liście dyskusyjnej pld-users-pl