Displaying 1 result from an estimated 1 matches for "to_second".
Did you mean:
  _second
  
2007 Sep 18
1
htb on Gigabit Interfaces
...eil 34mbit quantum 30000
 
#then iptable classify rules 
#TO_FIRST CUSTOMER
/opt/sbin/iptables -t mangle -I POSTROUTING  -o eth0 -d $DESTINATIONIP -j CLASSIFY --set-class 1:2
#FROM_FIRST CUSTOMER 
/opt/sbin/iptables -t mangle -I POSTROUTING  -o eth1 -s $SOURCEIP -j CLASSIFY --set-class 1:2
#TO_SECOND CUSTOMER
/opt/sbin/iptables -t mangle -I POSTROUTING  -o eth0 -d $DESTINATIONIP -j CLASSIFY --set-class 1:3
#FROM_SECOND CUSTOMER
/opt/sbin/iptables -t mangle -I POSTROUTING  -o eth1 -s $SOURCEIP -j CLASSIFY --set-class 1:3
/////////////////////////////////
 For the customer with 34 Mb/s of...