cirinho
(usa Debian)
Enviado em 19/06/2012 - 17:46h
#Intranet - libera intranet portas 20 21 22 138 e 139
class Intranet { bandwidth 100000; limit 100000; burst 0; priority 0; que sfq;
client redeinterna-src { bandwidth 100000; limit 100000; burst 0; upload 100000; priority 1; src { 10.0.0.0/24 20 21 22 138 139; }; };
client redeinterna-dst { bandwidth 100000; limit 100000; burst 0; upload 100000; priority 1; dst { 10.0.0.0/24 20 21 22 138 139; }; };
};
#Internet
class Internet { bandwidth 8192; limit 8192; burst 0; priority 0; que sfq;
client nane-wire { bandwidth 256; limit 3072; burst 0; upload 150; priority 3; dst { 10.0.0.98/32; }; };
client nane-eth { bandwidth 256; limit 3072; burst 0; upload 150; priority 3; dst { 10.0.0.99/32; }; };
client cirinho { bandwidth 256; limit 4096; burst 0; upload 250; priority 3; dst { 10.0.0.100/32; }; };
client cirinho-cel { bandwidth 256; limit 2048; burst 0; upload 250; priority 3; dst { 10.0.0.101/32; }; };
client pedro-eth { bandwidth 56; limit 768; burst 0; upload 50; priority 5; dst { 10.0.0.197/32; }; };
client pedro-wire { bandwidth 56; limit 768; burst 0; upload 50; priority 5; dst { 10.0.0.198/32; }; };
client junior-eth { bandwidth 56; limit 768; burst 0; upload 50; priority 5; dst { 10.0.0.199/32; }; };
client junior-wire { bandwidth 56; limit 768; burst 0; upload 50; priority 5; dst { 10.0.0.200/32; }; };
};
class default { bandwidth 56; } ;