Re: [squid-users] Unable to limit bandwidth (squid 4.7.2 )

2019-07-31 Thread Marcus Kool
On Linux you can use iptables to do qos and make sure that a single connection does not consume all bandwidth. Marcus On 30/07/2019 10:22, Service MV wrote: Just to explain clearly, my goal is that no user of my LAN can download more than 15 megabits/s, because some downloads consume me 100

Re: [squid-users] Unable to limit bandwidth (squid 4.7.2 )

2019-07-31 Thread reinerotto
Delay pools are broken in squid 4.x for https. Work for http only. "Known" bug, said to be fixed in squid 5.x only. You might consider using squid 3.x instead. -- Sent from: http://squid-web-proxy-cache.1019090.n4.nabble.com/Squid-Users-f1019091.html

Re: [squid-users] Unable to limit bandwidth (squid 4.7.2 )

2019-07-30 Thread Service MV
Just to explain clearly, my goal is that no user of my LAN can download more than 15 megabits/s, because some downloads consume me 100 magabits/s leaving the rest of the users offline. Since squid calculates in bytes, it would be: 1966080 bytes the limit that I want to establish for any user of my

Re: [squid-users] Unable to limit bandwidth (squid 4.7.2 )

2019-07-30 Thread Service MV
Thanks for patience. I modify the line: # All net setting Individual client setting # first 15MB of file download full speed, then continue at 10MB/sfirst 10MB of

Re: [squid-users] Unable to limit bandwidth (squid 4.7.2 )

2019-07-29 Thread a...@nanogherkin.com
You need to divide your 15mbits by 8. You want to limit to 15mbit not 15mbyte yes? Your limit is well over 100mbit/sSent from my Huawei phone Original message From: Service MV Date: Mon, 29 Jul 2019, 20:59To: squid-users@lists.squid-cache.orgSubject: [squid-users] Unable to limit

[squid-users] Unable to limit bandwidth (squid 4.7.2 )

2019-07-29 Thread Service MV
Hello everyone! I have a 100/100 Mbit/s internet link and I am trying unsuccessfully to limit downloads to a maximum of 15Mb/s of any IP on my network. Some downloads consume the entire link. I copy my settings to help me see where I'm going wrong. Thank you very much! Gabriel PS.: squid -v