search for: from_second

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

2007 Sep 18
1
htb on Gigabit Interfaces
...-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 bandwidth i can hardly reach 8 Mb/s and at this point i can notice an increased number of packets in the htb scheduler queu...