Hi Mohamed_Ahmed_Kansoh
i am trying to implement Rate limit too - but i dont quiet understnd this part
"Specifies an IP address mask, in bits, to be applied to the source address as part of the rate limiting. The default is 0, which is equivalent to using the entire address, 32 in IPv4, or 128 in IPv6."
as an example
1 have 2 Virtual servers sharing the same ip but different ports - and these are non http apps
VS1 - 10.10.10.10 - port 4403 - rate limit 10 - Mode - Virtual server and source Address
VS2 - 10.10.10.10 - port 4404 - rate limit 10 - Mode - Virtual server and source Address
i have same client ips connecting to both
if a clinet IP - 20.20.20.20 reaches limit for VS1 - how would that impact its connections on VS2. meaning
if the clinets is on 11 connection on VS1 will that also block it on VS2 where it has 4 connections .
and in the above scenario - what valuse should i specify for - Connection Rate Limit Source Mask ?
thanks