Displaying 1 result from an estimated 1 matches for "termserver_ip".
2005 May 04
4
OpenSwan traffic shaping with HTB & sfq
...dev $NET_IF parent 1:30 handle 30: sfq perturb 10
tc class add dev $NET_IF parent 1:1 classid 1:10 htb rate 512Kbit burst
15Kb prio 0
tc filter add dev $NET_IF protocol ip parent 1:0 prio 1 match ip sport
3389 0xffff flowid 1:10
tc filter add dev $NET_IF protocol ip parent 1:0 prio 1 match ip src
$termserver_ip match ip sport 3389 0xffff flowid 1:10
Etc etc...
Has anyone come across this before and found a solution?
Any suggestions appreciated.
Cheers,
Lewis