LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Server (https://www.linuxquestions.org/questions/linux-server-73/)
-   -   Squid Delay Pools (https://www.linuxquestions.org/questions/linux-server-73/squid-delay-pools-4175584150/)

hussain.a.zia 07-09-2016 12:16 AM

Squid Delay Pools
 
1 Attachment(s)
I have configured Squid delay pools with following configurations

acl unlimited src "/usr/local/etc/unlimited.txt"
acl b500k src "/usr/local/etc/b500k.txt"
acl b1-5k src "/usr/local/etc/b1-5k.txt"

delay_pools 3

delay_class 1 2
delay_parameters 1 125000/125000 31250/31250
delay_access 1 allow b500k
delay_access 1 deny all

delay_class 2 2
delay_access 2 allow b1-5k
delay_access 2 deny all
delay_parameters 2 375000/375000 125000/125000

delay_class 3 2
delay_access 3 allow unlimited
delay_access 3 deny all
delay_parameters 3 500000/500000 -1/-1

Here are 3 pools
unlimited (Unlimites)
b1-5k (1.5kbps)
b500k (500kbps)



Total Bandwidth 4Mbps

this configuration not working properly. I have attached Iptraf (traffic Monitor) screen shoot along with, user restricted to 500 Kbps (b500k) shows activity in iptraf is more than they allow in bucket. I have enclosed the eth0 interface on screen shoot and also mention to MAC address that are connect with high rate than allow them in delay pools

TB0ne 07-10-2016 10:26 AM

Thread reported as duplicate; READ THE LQ RULES, please.

hussain.a.zia 07-10-2016 11:23 PM

Yes I have posted this on software but is server issue so that i posted it here again


All times are GMT -5. The time now is 12:07 PM.