Technical Tip: Troubleshooting FortiDDOS B/E dropped packet issues with one-armed sniffer on FortiGate
| Description | This article describes how use FortiGate as a 'one-armed sniffer' for dropped packet capture. |
| Scope | FortiDDOS B/E. |
| Solution | FortiGate One-Arm Sniffer mode provides passive, out-of-band traffic capture, including dropped packets, and enables advanced troubleshooting and security analysis without impacting production traffic.
Server:
root@172.30.153.27's password: 1. while true; do ./run_non_stop_inbound_traffic.sh 1; sleep 1; done 2. while true; do tcpreplay -i eth1 --pps 20000 inbound_attack_traffic.pcap; done
Notes:
  Client:
root@172.30.153.26's password: fortinet 1. while true; do ./run_non_stop_outbound_traffic.sh 1; sleep 1; done 2. while true; do tcpreplay -i eth1 --pps 20000 outbound_attack_traffic.pcap; done
FortiGate: Network -> Interface.
FortiDDoS:
'One-armed sniffer' check:
Related document: |





