cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
209
Views
0
Helpful
1
Replies

Limiting number of connections to web server

danny_villela
Level 1
Level 1

Our web server sits behind a PIX515e and we are trying to set a maximum amount of connections per ip that can connect to the web server. What is the best way to go about doing this?

1 Reply 1

mpalardy
Level 3
Level 3

I'd suggest you add the pix max_conns option for the static statement of the web server.

For an example. Limiting the number of 20 simultanous connections and 40 embryonic use

static (dmz, outside) 1.1.1.1 2.2.2.2 netmask 255.255.255.255 20 40

access-list outside permit tcp any host 1.1.1.1 eq 80

Please see the following

http://www.cisco.com/univercd/cc/td/doc/product/iaabu/pix/pix_sw/v_63/cmdref/s.htm#wp1026694

Getting Started

Find answers to your questions by entering keywords or phrases in the Search bar above. New here? Use these resources to familiarize yourself with the community: