How to limit speed for an IP ?
I don't wont that user to have more that 50 Kb/s.
Example if possible.
Thanks in advance.P.S. Reply language doesn't matter.
>How to limit speed for an IP ?
>I don't wont that user to have more that 50 Kb/s.
>Example if possible.
>Thanks in advance.
>
>P.S. Reply language doesn't matter.http://blog.edu.cn/user1/765/archives/2005/1026799.shtml
>>How to limit speed for an IP ?
>>I don't wont that user to have more that 50 Kb/s.
>>Example if possible.
>>Thanks in advance.
>>
>>P.S. Reply language doesn't matter.
>
>http://blog.edu.cn/user1/765/archives/2005/1026799.shtmlThis is a joke or what ?
Or you didn't like that I wrote in English ?!
"Reply language doesn't matter." - meaning English or Russian !!!P.S. Not so funny...
Still waiting for reply...
>>>How to limit speed for an IP ?
>>>I don't wont that user to have more that 50 Kb/s.
>>>Example if possible.
>>>Thanks in advance.
>>>
>>>P.S. Reply language doesn't matter.
>>
>>http://blog.edu.cn/user1/765/archives/2005/1026799.shtml
>
>This is a joke or what ?А чо, китайский традиционный не катит?
>Or you didn't like that I wrote in English ?!
Мне как бы по барабану, но форум-то русский, зачем писать не по русски?
>"Reply language doesn't matter." - meaning English or Russian !!!
Так-бы и говорили, а то doesn't matter...
>[оверквотинг удален]
>А чо, китайский традиционный не катит?
>
>>Or you didn't like that I wrote in English ?!
>
>Мне как бы по барабану, но форум-то русский, зачем писать не по
>русски?
>
>>"Reply language doesn't matter." - meaning English or Russian !!!
>
>Так-бы и говорили, а то doesn't matter...Da ne magu ea pisati na ruskom, vot shto tak lu4e ? ..pisati latinskami bukvami ?!
Ne imeet zna4enie yazik, Eng ili Rus, shtob poinili drug drug, i vsio !
>How to limit speed for an IP ?
>I don't wont that user to have more that 50 Kb/s.
>Example if possible.
>Thanks in advance.
>
>P.S. Reply language doesn't matter.Read wiki http://wiki.squid-cache.org about delay pool
acl special_users src 192.168.1.12
http_access allow special_users
delay_pools 1
delay_class 1 1
delay_access 1 allow special_users
delay_access 1 deny all
delay_parameters 1 50000/50000Squid must be compiled with option enable-delay-pools
./configure --enable-delay-pools
>acl special_users src 192.168.1.12
>http_access allow special_users
>delay_pools 1
>delay_class 1 1
>delay_access 1 allow special_users
>delay_access 1 deny all
>delay_parameters 1 50000/50000
>
>Squid must be compiled with option enable-delay-pools
>./configure --enable-delay-poolsipmanyak, this example is for my case ? (50 Kb/s)
>[оверквотинг удален]
>>delay_pools 1
>>delay_class 1 1
>>delay_access 1 allow special_users
>>delay_access 1 deny all
>>delay_parameters 1 50000/50000
>>
>>Squid must be compiled with option enable-delay-pools
>>./configure --enable-delay-pools
>
>ipmanyak, this example is for my case ? (50 Kb/s)разумеется ! почти! Если kb в твоем понимании килобайт, а не кбит. Если именно килобайты, то точнее так:
50 kb =50 * 1024 = 51200 байт
>[оверквотинг удален]
>>>delay_parameters 1 50000/50000
>>>
>>>Squid must be compiled with option enable-delay-pools
>>>./configure --enable-delay-pools
>>
>>ipmanyak, this example is for my case ? (50 Kb/s)
>
>разумеется ! почти! Если kb в твоем понимании килобайт, а
>не кбит. Если именно килобайты, то точнее так:
>50 kb =50 * 1024 = 51200 байтSpasiba ipmanyak.