Salut!
Am incercat sa fac niste limitari pentru download cu htb-tools si am intalnit o 
mica problemuta
In momentul in care incerc sa rulez scriptul cu limitarile apar urmatoarele 
probleme.
Poate cineva sa imi spuna unde nu fac bine?
Va multumesc anticipat.
   Claudiu.

# /etc/rc.d/rc.htb start_eth1
Applying traffic rules for device eth1
Checking the config file....OK
Checking kernel support for HTB: present.
Delete previous root qdisc
Add root qdisc
Add root class
Add default class

Add class down_extern, que pfifo limit 5
 Add client cla126

Add class down_metro, que pfifo limit 5
 Add client clm1                 Illegal "match"
 Add client clm2                 Illegal "match"
 Add client clm3                 Illegal "match"
...
 Add client clm126                 Illegal "match"
#

 eth1-qos.cfg arata cam asa:

class down_extern {
  bandwidth 8;
  limit 2000;
  burst 2;
  priority 1;

   client cla1 {
     bandwidth 8;
     limit 128;
     burst 2;
     priority 1;
     mark 0;
     dst {10.1.1.1/32;};
  };

   client cla2 {
     bandwidth 8;
     limit 64;
     burst 2;
     priority 1;
     mark 0;
     dst {10.1.1.2/32;};
  };
...
};

class down_metro {
  bandwidth 1000;
  limit 15000;
  burst 10;
  priority 1;

   client clm1 {
     bandwidth 8;
     limit 256;
     burst 2;
     priority 3;
     mark 1;
     dst {10.1.1.1/32;};
  };
...
};

class default {bandwidth 16;};


--- 
Detalii despre listele noastre de mail: http://www.lug.ro/


Raspunde prin e-mail lui