Displaying 1 result from an estimated 1 matches for "312kbit".
Did you mean:
512kbit
2003 Dec 02
0
Problems with HTB and VLAN
...ent 1:1 htb prio 0 rate 1024Kbit
ceil 1024Kbit
tc filter add dev eth0.10 pref 1 proto ip handle 0x1 fw flowid 4:10
iptables -t mangle -A FORWARD -s 10.0.0.0/24 -j MARK --set-mark 0x1
If it send traffic through the VLAN (I have a Linux PC in the othere end), I
will only get a performance of about 312Kbit/s. Not 1024Kbit as I would
expect.
If I use:
tc filter add dev eth1.1024 parent 4:0 protocol ip prio 0x1 handle 0x100 u32
match ip src 10.0.0.0/24 classid 4:800
I get only 280Kbit/s through.
If I create the setup on eth0 instead on the VLAN it works very well.
Does anybody have a clue?
I have...