This is a discussion on RE: [squid-users] Delay Pools Question within the Squid Users forums, part of the Web Server and Related Forums category; ons 2003-07-16 klockan 10.48 skrev zulkarnain: > --Begin class 2 delay pools--> > > delay_pools 1 &...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
ons 2003-07-16 klockan 10.48 skrev zulkarnain:
> --Begin class 2 delay pools--> > > delay_pools 1 > delay_class 1 2 > # 384 kbps max for the group, 10kbps for each user. > delay_parameters 1 48000/48000 1250/1250 > # ACLs to apply to the delay pools > acl lowspeed src 192.168.1.1-192.168.1.192 > delay_access 1 allow lowspeed > delay_access 1 deny all > > <--End-- > > > The changes are; > > --Begin class 3 delay pools --> > > delay_pools 1 > delay_class 1 3 > # 384 kbps max for the group, 10kbps for each user. > delay_parameters 1 48000/48000 48000/48000 1250/48000 > # ACLs to apply to the delay pools > acl lowspeed src 192.168.1.1-192.168.1.192 > delay_access 1 allow lowspeed > delay_access 1 deny all Yes, but why are you doing this? Class 3 pools only make sense if you have multiple 'C' networks. If all your users are in the same 'C' network then class 2 and class 3 is functionally equivalent. Regards Henrik -- Donations welcome if you consider my Free Squid support helpful. https://www.paypal.com/xclick/busine...quid-cache.org Please consult the Squid FAQ and other available documentation before asking Squid questions, and use the squid-users mailing-list when no answer can be found. Private support questions is only answered for a fee or as part of a commercial Squid support contract. If you need commercial Squid support or cost effective Squid and firewall appliances please refer to MARA Systems AB, Sweden http://www.marasystems.com/, info@marasystems.com |