Displaying 2 results from an estimated 2 matches for "htb_shape".
Did you mean:
htb_shaper
2006 Jul 18
0
skype specific QoS - assigning skype traffic to an HTB class
Hi,
What do you think about this solution for skype specific QoS:
function HTB_shape
{
###########################################################
# Shapes the traffic of an interface, limiting the late
#
# Arguments are DEV,RATE
DEV=$1
RATE=$2
[...]
PORT=dport
if [ $DEV == $EXTIF ]; then
PORT=sport
fi
iptables -t mangle -A MYSHAPER-$DEV -p tcp --$PORT 4000 -j MA...
2007 Feb 05
1
Shape incoming & outgoing multiple-backbone traffic
Dear all,
I have 3 backbones for my local network.
1st backbone: down 1024kbps, up 1024kbps through eth1
2nd backbone: down 2048kbps, up 2048kbps through eth2
3rd backbone: down 1024kbps, up 128kbps through eth3
Local network: 192.168.0.0/16 through eth0
Router: Linux Slakware 11 with iproute2
Please let me know how to shape both incoming and outgoing traffic for
this case.
LARTC doc only