Hi All i just installed HTB-tools-0.3.0a-i486-1 on my ubuntu 12.04 64 bit.
My kernel is 3.2.0-23-generic
bellow is my configuration :
Code:
################
# eth1-qos.cfg #
################
# for how to configure and use see docs/HowTo/
class class_1 {
bandwidth 192;
limit 256;
burst 2;
priority 1;
client client_1 {
bandwidth 48;
limit 64;
burst 2;
priority 1;
dst {
192.168.1.0/24;
};
};
client client_2 {
bandwidth 48;
limit 64;
burst 2;
priority 1;
dst {
192.168.2.0/24;
};
};
client client_3 {
bandwidth 48;
limit 64;
burst 2;
priority 1;
dst {
192.168.3.0/24;
};
};
client client_4 {
bandwidth 48;
limit 64;
burst 2;
priority 1;
dst {
192.168.4.0/24;
};
};
};
class default { bandwidth 8; };
But i got error message like bellow when i try to start htb servce
Code:
Applying traffic rules for device eth1
checking the config file....FAILEDThe configuration file contains errors.
Is my configuration is wrong ?
is it because htb not support my OS ?
Help me to solve this issue ?