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 v6.4, v7.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

 

Since shell access is no longer available for v7.6.3 and later releases, the command below can be used as an alternative:

 

 diagnose network netstat -antp