> Source: [sk177344](https://support.checkpoint.com/results/sk/sk177344)

# sk177344 - Users cannot connect to internet, traffic through virtual switch (VSW) drops intermittently

| Property | Value |
|----------|-------|
| Solution ID | sk177344 |
| Date Created | 2022-01-13 |
| Last Modified | 2023-11-08 |
| Technical Level | General |
| Products | Security Gateway |
| Versions | R81.10 (EOS), R81 (EOS) |
| OS | Gaia |

## Symptoms

- * Users cannot connect to the internet.
* Traffic through a Virtual Switch (VSW) drops intermittently.
* The firewall kernel (FWK) process for the VSW shows continuous high CPU usage.
* In the `perf` output for the relevant FWK process, the `fwmultik_do_seq_on_packet` function appears.

## Cause

The FWK process that handles the Virtual Switch instance is overloaded.

## Solution

A solution was implemented and is included in the below versions, though, it is **disabled** by default and should be enabled.  

The solution is included in:

* [Jumbo Hotfix Accumulator for R81](https://sc1.checkpoint.com/documents/Jumbo_HFA/R81/Default.htm) starting from Take 69
* [Jumbo Hotfix Accumulator for R80.40](https://sc1.checkpoint.com/documents/Jumbo_HFA/R80.40/Default.htm) starting from Take 172
* [Jumbo Hotfix Accumulator for R80.30](https://sc1.checkpoint.com/documents/Jumbo_HFA/R80.30/Default.htm) starting from Take 254
* [Jumbo Hotfix Accumulator for R80.20](https://sc1.checkpoint.com/documents/Jumbo_HFA/R80.20/Default.htm) starting from Take 220

If you choose not to upgrade, Check Point can supply a **Hotfix** . [Contact Check Point Support](https://www.checkpoint.com/support-services/contact-support/) to get a Hotfix for this issue.  
A Support Engineer will make sure the Hotfix is compatible with your environment before providing the Hotfix.  
For faster resolution and verification, please collect [CPinfo files](http://supportcontent.checkpoint.com/solutions?id=sk92739) from the Security Management Server and Security Gateways involved in the case.

**Hotfix installation instructions:**   
Refer to [sk168597 - How to install a Hotfix](https://supportcenter.checkpoint.com/supportcenter/portal?eventSubmit_doGoviewsolutiondetails=&solutionid=sk168597).

<br />

To **enable** the fix, the following parameters has to be set to '1':

```
[Expert@host:0]# fw ctl set int fwmultik_temp_conns_enabled 1
[Expert@host:0]# fw -i k ctl set int fwlinux_skip_vsw 1
```

To make your changes permanent, edit the *$FWDIR/boot/module/fwkern.conf* file and add these lines:

```
fwmultik_temp_conns_enabled=1
fwlinux_skip_vsw=1


```

---

# Agent Instructions

This content is from the Check Point Support Center (https://support.checkpoint.com), the official knowledge base for Check Point cybersecurity products.

## Navigating This Knowledge Base

- **Complete index**: [llms.txt](https://support.checkpoint.com/llms.txt)
- **All SK articles**: [SecureKnowledge Sitemap](https://support.checkpoint.com/sitemaps/secureknowledge-sitemap-index.xml)
- **SK article URL pattern**: `https://support.checkpoint.com/results/sk/{skId}`
- **Markdown responses**: AI bot User-Agents automatically receive `text/markdown` content
