Displaying 1 result from an estimated 1 matches for "limimitng".
2004 Dec 29
3
shaping on tcp ports
hi all:
the following scipt is wokring perfectly with limiting ...on limimitng per
ip basis..
----
eth0=public static ip
eth2= private ip ( 192.168.2.1)
--
iptables -t mangle -A POSTROUTING -s ! 192.168.0.0/32 -d 192.168.2.101/32
-j MARK --set-mark 21012
tc class add dev eth2 parent 1:1 classid 1:2101 htb rate 32kbit ceil 64kbit
tc filter add dev eth2 parent 1:0 protocol...