If I have an idle connection from the outside to the dmz on my pix, if i leave it idle for approximately 10 minutes, the connection freezes and I have to establish a new connection.
I thought something like this would fix it, but this is not a valid command
access-list acl_out permit tcp any any established
I then tried this and still no good
access-list acl_out permit tcp any any eq established
Is that the right command to be using to not kill established connections?
I thought something like this would fix it, but this is not a valid command
access-list acl_out permit tcp any any established
I then tried this and still no good
access-list acl_out permit tcp any any eq established
Is that the right command to be using to not kill established connections?