Skip to main content
parthpatel
Staff
Staff
May 19, 2025

Troubleshooting Tip: Unable to stop the GUI packet capture tool running on FortiGate GUI

  • May 19, 2025
  • 0 replies
  • 804 views
Description This article describes how to resolve a scenario where the GUI packet capture tool running on FortiGate cannot be stopped.
Scope FortiGate.
Solution

In the FortiGate GUI, there is an option to run the packet capture tool for a specific interface, host and port under 'Network -> Diagnostics -> Packet Capture'.

Sometimes, this GUI packet capture tool gets stuck on the FortiGate GUI and cannot be stopped with the Stop button in the GUI.


pcap-kb-1.PNG


If this case is encountered, it is possible to restart the node process on FortiGate using a CLI command.

The node process is responsible for the handling several tasks related to the FortiOS Web GUI, including report management, WebSockets, Web CLI in the GUI, and proxying traffic to/from the administrative web GUI.

 

fnsysctl killall node 

 

The above command will restart the node process, which will further help with stopping the packet capture and downloading/deleting the captured packets.

 

Related document:

Technical Tip: High memory usage of node process