FortiWeb
A FortiWeb can be configured to join a Security Fabric through the root or downstream FortiGate.
Rajashekar
Staff
Staff
Article Id 312180
Description This article describes how to check TCP state transitions on FortiWEB.
Scope FortiWEB Version 6.4,7.0.0 and later builds.
Solution

TCP states can be reviewed after logging into the backend shell and running the following commands:

 

netstat -antp | grep ESTABLISH
netstat -antp | grep TIME_WAIT
netstat -antp | grep CLOSE_WAIT
netstat -antp | grep SYN_RECV
netstat -antp | grep SYN_SENT
netstat -antp | grep FIN_WAIT1
netstat -antp | grep FIN_WAIT2
netstat -antp | grep LISTEN

Contributors