search for: qosbw

Displaying 1 result from an estimated 1 matches for "qosbw".

Did you mean: osb
2004 Aug 17
0
HTB kernel panic crash!
...m? I wish I had seen some examples of this type of setup. 4. I chose HTB instead of CBQ as it seemed simpler (always a good thing) and more suited to my exact needs. Not sure if the bug is in HTB itself or the general QoS stuff. my setup script: $iext=ppp0 $isec=ipsec0 $ivoi=eth3 $qosbw=380 # VNC iptables -t mangle -A PREROUTING -p tcp --sport 5900 -j MARK --set-mark 11 iptables -t mangle -A PREROUTING -p tcp --dport 5900 -j MARK --set-mark 11 iptables -t mangle -A PREROUTING -i $ivoi -j MARK --set-mark 10 iptables -t mangle -A OUTPUT -p 50 -j MARK --set-mark 10 ipt...