Limit TCP connections
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-22-2009 02:04 AM - edited 03-11-2019 07:40 AM
Hello all
We have firewall PIX to securise our LAN. I would like to limit the number of TCP connection between two hosts. Is it possible with the PIX ? Have you Idea ?
Thanks
- Labels:
-
NGFW Firewalls
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-22-2009 02:22 AM
Hi Jine,
It is possible in different ways.
You can specify the connection limit in NAT stmt & STATIC natting as well. Otherwise you can use the set connection command also.
Eg: static(inside, outside) x.x.x.x 192.168.1.1 netmask 255.255.255.255 2000 500
( here we limited max connection to inside host 192.168.1.1 to 2000 from outside)
Regards
Jithesh
