Displaying 1 result from an estimated 1 matches for "facong".
Did you mean:
facing
2007 Sep 18
1
htb on Gigabit Interfaces
....20GHz , and 2 Gigabit
of RAM , kernel version 2.6.22.6 , and 2 Intel 82541PI Gigabit Ethernet
controllers
In simple situation i would like to limit bandwidth for 2 customers 1) (
to 34 Mb/s ) and 2) 68 Mb/s .
My conf is as below
/////////////////////////////////////////////////////
#IFACE FACONG THE CUSTOMERS
/sbin/tc qdisc add dev eth0 root handle 1:0 htb
#IFACE FACING THE INTERNET
/sbin/tc qdisc add dev eth1 root handle 1:0 htb
/sbin/tc class add dev eth0 parent 1:0 classid 1:1 htb rate 150mbit quantum 30000
/sbin/tc class add dev eth1 parent 1:0 classid 1:1 htb rate 150mbit qua...