Hello ,
I am using squid (RHEL5) in the university with more then 2000 users.
I had implemented the delay pool with delay_class 1 for bandwodth management. we have 2mbps line.
we have class B network 10.0.0.0./16.
I divided the class B network into two
acl staff 10.3.0.0/16
acl student 10.2.0.0/16
The usage of internet was touching the 2mbps mark when viewed through MRTG. due to this loss of packets in SAP was seen to rectify this i implemented the delay pool in this manner.
delay_pools 2
delay_class 1 1
delay_class 2 1
delay_parameters 1 128000/128000
delay_parameters 2 128000/128000
delay_access 1 allow staff
delay_access 2 allow student
But even then it was touching the 2mbps line.
then i changed it to something like this
delay_parameters 1 85000/85000
delay_parameters 2 128000/128000
even then the result was same.
what should i do so that the bandwidth dosent touches 2mbps.
secondly can i implement delay_class 2 or delay_class 3 in 10.0.0.0/16. if yes kindly give me an example.
thanks in advance
jatender
Start Free Trial