search for: wivl4

Displaying 4 results from an estimated 4 matches for "wivl4".

Did you mean: will
2006 May 09
3
tc del class not working
...sc sc umax 1500b dmax 30ms rate 80Kbit . [ ok ] * - tc class add dev br1 parent 2:46 classid 2:48 hfsc ls m2 152.0Kbit ul m2 152.0Kbit ... [ ok ] * - tc class add dev br1 parent 2:46 classid 2:49 hfsc rt m2 76.00Kbit ls m2 152.0Kbit ul m2 304Kbit ... [ ok ] * - Creating classes on wivl4 for download control ... * - tc class add dev wivl4 parent 5:0 classid 5:46 hfsc ls m1 1536.0Kbit d 2000ms m2 256.00Kbit ul m2 1024Kbit ... [ ok ] * - tc class add dev wivl4 parent 5:46 classid 5:47 hfsc sc umax 1500b dmax 30ms rate 80Kbit [ ok ] * - tc class add dev wivl4 parent 5:...
2006 May 19
25
iptables CLASSIFY and MARK not working?
...MARK match 0x2f CLASSIFY set 47:1 2 506 CLASSIFY all -- * br1 0.0.0.0/0 0.0.0.0/0 MARK match 0x30 CLASSIFY set 48:1 0 0 CLASSIFY all -- * br1 0.0.0.0/0 0.0.0.0/0 MARK match 0x31 CLASSIFY set 49:1 6352 9321K CLASSIFY all -- * wivl4 0.0.0.0/0 0.0.0.0/0 MARK match 0x2f CLASSIFY set 47:1 4 1932 CLASSIFY all -- * wivl4 0.0.0.0/0 0.0.0.0/0 MARK match 0x30 CLASSIFY set 48:1 0 0 CLASSIFY all -- * wivl4 0.0.0.0/0 0.0.0.0/0 MARK match 0x31 CLASSIFY set 49:1 wireless-r...
2006 May 11
9
HFSC and prioritization
...guaranteed anything, but could use all available bandwidth if the user is not doing anything else. No matter how much bandwidth P2P wants, if something else needs bandwidth, the other traffic should win out and receive the bandwidth. These are my actual rules: # Base user class tc class add dev wivl4 parent 5:0 classid 5:130 hfsc ls m1 1536.0Kbit d 2000ms m2 512.00Kbit ul m2 1024Kbit # Priority queue tc qdisc add dev wivl4 parent 5:130 handle 134: prio bands 3 tc qdisc add dev wivl4 parent 134:1 handle 135: hfsc default 1 tc qdisc add dev wivl4 parent 134:2 handle 136: hfsc default 1 tc qdi...
2006 Jun 02
2
Bi-directional packet classification with ACK prioritization
...r1 -m mark --mark 0x1A4 -j CLASSIFY --set-class 0x1:0x1A4 - iptables -A POSTROUTING -t mangle -o br1 -m mark --mark 0x1A5 -j CLASSIFY --set-class 0x1:0x1A5 - iptables -A POSTROUTING -t mangle -o br1 -m mark --mark 0x1A6 -j CLASSIFY --set-class 0x1:0x1A6 - Adding rules to classify traffic on wivl4 - iptables -A POSTROUTING -t mangle -o wivl4 -m mark --mark 0x1A4 -j CLASSIFY --set-class 0x5:0x1A4 - iptables -A POSTROUTING -t mangle -o wivl4 -m mark --mark 0x1A5 -j CLASSIFY --set-class 0x5:0x1A5 - iptables -A POSTROUTING -t mangle -o wivl4 -m mark --mark 0x1A6 -j CLASSIFY --set-class 0...