Displaying 1 result from an estimated 1 matches for "client1_b".
Did you mean:
client1_a
2006 Jul 11
0
tcng not working as expected
...e "ports.tc"
#define LANSIDE eth0
#define WANSIDE eth1
/*######### Shape DOWNLOAD Traffic ############*/
/*#############################################*/
dev LANSIDE {
egress {
class ( <$client1_a> ) if ip_dst == 10.10.10.24;
class ( <$client1_b> ) if ip_dst == 10.10.10.22;
class ( <$client2> ) if ip_dst == 10.10.10.23;
htb() {
//Total Bandwidth
class (rate 50kBps, ceil 50kBps) {
//VIP clients
class (rate 40kBps, ceil 50kBps)...