I have put some delay pools on my server but am not sure if the settings are correct. Some users (seen using iftop) are still downloading at 1.5Mbps+
These are the settings:
Code:
acl magic_words1 url_regex -i 192.168
>> acl magic_words2 url_regex -i ftp .exe .mp3 .vqf .tar.gz .gz .rpm .zip
>> .rar .avi .mpeg .mpe .mpg .qt .ram .rm .iso .raw .wav .mov
>> acl restuser proxy_auth ncsa_users
>>
>> delay_pools 3
>> delay_class 1 2
>> delay_parameters 1 -1/-1 -1/-1
>> delay_access 1 allow magic_words1
>> delay_access 1 deny all
>> delay_class 2 2
>> delay_parameters 2 5000/150000 5000/120000
>> delay_access 2 allow magic_words2
>> delay_access 2 deny all
>> delay_class 3 1
>> # 256 Kbit/s fill rate, 1024 Kbit/s reserve
>> delay_parameters 3 32000/128000
>> delay_access 3 allow restuser
>> delay_access 3 deny all
When it says 256 or 32000 is this the download rate? Does that mean 256 kbps or is that download much faster?
I have a 100Mbit line but want to restrict each user to a max of 1Mbps, enough to watch video but not hog other people's bandwidth.