HELP - Limit connections per IP in IIS6
HELP - Limit connections per IP in IIS6
am 18.06.2007 18:27:32 von sitemaster
We are running a large website on Server 2k3 and IIS6 and we are having a
huge problem.
We have some users that are browsing our site from behind what appears to be
a proxy server and when they visit the index page of the site (which has
over 100 inside links) the proxy server attemps to open a connection to each
and every link at the same time (from the same IP address)
Is there a way in IIS that anyone knows of to limit how many simultaneous
connections can be allowed per IP address
We already set the connection timeout to 15 seconds and max 150 connections
in the website properties.
Thanks in advance
Re: HELP - Limit connections per IP in IIS6
am 19.06.2007 06:46:11 von Bernard
Nope. not natively via IIS. and this is bad to those users behind proxy
connection.
--
Regards,
Bernard Cheah
http://www.iis.net/
http://www.iis-resources.com/
http://msmvps.com/blogs/bernard/
"sitemaster" wrote in message
news:4676ac86$0$30524$c3e8da3@news.astraweb.com...
> We are running a large website on Server 2k3 and IIS6 and we are having a
> huge problem.
>
> We have some users that are browsing our site from behind what appears to
> be a proxy server and when they visit the index page of the site (which
> has over 100 inside links) the proxy server attemps to open a connection
> to each and every link at the same time (from the same IP address)
>
> Is there a way in IIS that anyone knows of to limit how many simultaneous
> connections can be allowed per IP address
>
> We already set the connection timeout to 15 seconds and max 150
> connections in the website properties.
>
> Thanks in advance
>
Re: HELP - Limit connections per IP in IIS6
am 19.06.2007 06:46:11 von Bernard
Nope. not natively via IIS. and this is bad to those users behind proxy
connection.
--
Regards,
Bernard Cheah
http://www.iis.net/
http://www.iis-resources.com/
http://msmvps.com/blogs/bernard/
"sitemaster" wrote in message
news:4676ac86$0$30524$c3e8da3@news.astraweb.com...
> We are running a large website on Server 2k3 and IIS6 and we are having a
> huge problem.
>
> We have some users that are browsing our site from behind what appears to
> be a proxy server and when they visit the index page of the site (which
> has over 100 inside links) the proxy server attemps to open a connection
> to each and every link at the same time (from the same IP address)
>
> Is there a way in IIS that anyone knows of to limit how many simultaneous
> connections can be allowed per IP address
>
> We already set the connection timeout to 15 seconds and max 150
> connections in the website properties.
>
> Thanks in advance
>
Re: HELP - Limit connections per IP in IIS6
am 19.06.2007 08:26:39 von Sean
IMHO, what you can do is place your webserver behind a reverse proxy,
and let the proxy control the limit on number of simultaneous
connection. You can try SafeSquid. It has a feature called 'Limit',
which can be used to control - no. of requests, download transfer,
upload transfer and QoS.
Cheers!
Re: HELP - Limit connections per IP in IIS6
am 19.06.2007 08:26:39 von Sean
IMHO, what you can do is place your webserver behind a reverse proxy,
and let the proxy control the limit on number of simultaneous
connection. You can try SafeSquid. It has a feature called 'Limit',
which can be used to control - no. of requests, download transfer,
upload transfer and QoS.
Cheers!