FortiGate
FortiGate Next Generation Firewall utilizes purpose-built security processors and threat intelligence security services from FortiGuard labs to deliver top-rated protection and high performance, including encrypted traffic.
slautenschlager
Article Id 194444

Description


This article describes how to use the built-in packet capture feature in FortiOS from the GUI interface.

 

Scope

 

FortiGate.

Solution


On the 5.6 firmware branch, the unit needs a disk and logging to disk has to be enabled.
Since the firmware version 6.0.2, this restriction has been removed.

Here is the Step-by-Step guide to capturing packets from GUI:

  • Go to Network -> Packet Capture and create a new filter.
  •  It is possible to use the following URL to access the packet capture page: https://[management-IP]/ng/page/p/firewall/sniffer/
    Substitute the management IP with the correct IP to access the FortiGate.
  •  Below is the Packet Capture interface:

 

 

The option to capture the packet based on interface and filter by hosts, ports or VLANs will be proposed.
In the example above 100 packets would be captured based on the selected filters:

IP address 10.205.1.206 and port 80,443 on interface port 3.
If 'Enable Filters' is not selected, all packets on the selected interface will be captured.

Results.

 
The capture will stop automatically once it reaches the maximum packet size defined in the settings.
Download the PCAP file and view it with a suitable viewer, Wireshark, for example.
 
 
Note:

Packet capture can tell what is happening on the network at a low level. This can be very useful for troubleshooting problems, such as:

  • Finding missing or lost traffic/packets.
  • Locating ARP problems such as broadcast storm sources and sources.
  • Confirm which address a computer is using on the network if there are multiple addresses or are on multiple networks.Confirm that routing is working as expected.
  • A particular type of packet is having problems, such as UDP, which is commonly used for streaming video.

Limitations:

  • Can not select interface as 'any' at the time of packet capture. 
  • Less than or equal to 10,000 packets can be captured in one packet capture filter.
  • From v7.2 onwards, this limit is increased to 50,000.

 

msanjaypadma_0-1646763493505.png

 

On FortiGate v7.2+ this option can be found under Network -> Diagnostics.

 

ethomollari_0-1662633861516.png

 

  • Select Start Capture and it is possible to see the live flow of packets
  • It is possible to stop the capture and save the file in PCAP format, readable by Wireshark.

 

ethomollari_1-1662634118311.png

 

 

On FortiGate v7.2+, it is not possible to run several packet captures at the same time. On the new packet capture module, if the administrator will logout from the FortiGate GUI, the packet capture will stop running as well.

 

An alternative way to do background packet capture is through SSH/CLI, using the below command:

 

diag sniffer packet <interface name> "<filter>" 6 0 l

 

On FortiGate v7.4.3, it is re-introduced the possibility to run several packet captures simultaneously (maximum 15 captures) and there is a limitation on the number of packets to 20.000

  PCAP_7.4.PNG

 

Related documents:
Packet capture

Embed real-time packet capture and analysis tool on Diagnostics page

Run simultaneous packet captures and use the command palette

https://help.fortinet.com/fos50hlp/56/Content/FortiOS/fortigate-networking/Troubleshooting/Packet%20...