Guest User!

You are not Sophos Staff.

This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Connections time out when IPS enabled (sporadically)

We have noticed that connections are sometimes interrupted for a period of 5 minutes. It is then not possible to establish new connections (external / internal) via Sophos.

This happens 1-2 times per day and always at a different time.

I went through most of the logs and found the following log entry (ips.log) at a time of failure:

2022-09-14T10:03:42.631942Z [20093] No timedout sessions, Total 8192,dropping current packet. memory in use: 19333493

Does someone know what this means?

We have now disabled IPS & App Classification, to see whether the issue is related to IPS.

SFV6C8 (SFOS 19.0.0 GA-Build317)

Are there other logs for App Classification and IPS I should look at?



This thread was automatically locked due to age.
Parents
  • This message means IPS has reached its maximum concurrent connection limit of 8192, and will start dropping connections. 

    This limit is based on how much memory SFOS has, and 8192 is for 2GB. Did you deploy SFOS with only 2GB of memory? If so, you should increase the amount of memory. 

    By default IPS is also not configured to fail close when it reaches this limit, did you set this yourself? 

    You can turn off fail close through CLI: 

    console> set ips failclose off

Reply
  • This message means IPS has reached its maximum concurrent connection limit of 8192, and will start dropping connections. 

    This limit is based on how much memory SFOS has, and 8192 is for 2GB. Did you deploy SFOS with only 2GB of memory? If so, you should increase the amount of memory. 

    By default IPS is also not configured to fail close when it reaches this limit, did you set this yourself? 

    You can turn off fail close through CLI: 

    console> set ips failclose off

Children