Limitarea pe download merge, celei pe upload ce nu ii convine?

-------------
/etc/htb/eth1-qos.cfg
-------------
class LAN_Download {
   bandwidth 1024;
   limit 1024;
   burst 2;
   priority 1;

   client 192_168_1_2 {
      bandwidth 512;
      limit 512;
      burst 16;
      priority 1;
      dst {
         192.168.1.2/32;
      };
   };
   client 194_123_45_123 {
      bandwidth 512;
      limit 512;
      burst 16;
      priority 1;
      dst {
         194.123.45.123/32;
      };
   };
};

class LAN_Upload {
   bandwidth 80;
   limit 80;
   burst 2;
   priority 1;

   client 192_168_1_2_up {
      bandwidth 40;
      limit 40;
      burst 2;
      priority 2;
      src {
         192.168.1.2/32;
      };
   };
   client 194_123_45_123_up {
      bandwidth 40;
      limit 40;
      burst 2;
      priority 2;
      src {
         194.123.45.123/32;
      };
   };
};

class default { bandwidth 8; };

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


Raspunde prin e-mail lui