HELP - Limit connections per IP in IIS6

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
sitemaster [ Mo, 18 Juni 2007 18:27 ] [ ID #1741154 ]

Re: HELP - Limit connections per IP in IIS6

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" <sitemaster [at] earthlink.net> wrote in message
news:4676ac86$0$30524$c3e8da3 [at] 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
>
Bernard [ Di, 19 Juni 2007 06:46 ] [ ID #1742008 ]

Re: HELP - Limit connections per IP in IIS6

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!
Sean [ Di, 19 Juni 2007 08:26 ] [ ID #1742010 ]

Re: HELP - Limit connections per IP in IIS6

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" <sitemaster [at] earthlink.net> wrote in message
news:4676ac86$0$30524$c3e8da3 [at] 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
>
Bernard [ Di, 19 Juni 2007 06:46 ] [ ID #1742022 ]

Re: HELP - Limit connections per IP in IIS6

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!
Sean [ Di, 19 Juni 2007 08:26 ] [ ID #1742024 ]
Webserver » microsoft.public.inetserver.iis.security » HELP - Limit connections per IP in IIS6

Vorheriges Thema: Sharing Basic Authentication between Virtual Directories
Nächstes Thema: IIS6 &ASP.Net Permissions help:-)