Troubleshooting Tip: How to fix a connectivity issue between FortiGate and FortiManager/FortiAnalyzer caused by MSS
| Description | This article describes a case where an MSS value can cause a connectivity issue between FortiGate and FortiManager/FortiAnalyzer and how to fix it. |
| Scope | FortiGate, FortiManager, FortiAnalyzer. |
| Solution | While configuring FortiManager under Central Management, FortiGate encounters the error 'Verify FortiManager Serial Number'.
To troubleshoot this error, port 541 must be allowed across the network and can be verified by telnet over port 541. To confirm the reachability to FortiManager over port 541, run the following command:
execute telnet <FMG_IP> 541
If FortiGate is connected to FortiManager via port 541, the next step is to analyze the traffic using a sniffer on port 541. Open 2 PuTTY sessions:
On FortiManager:
diagnose sniffer packet any "host <FortiGate_IP> and port 541" 6 0
Run the following commands to run the debug processes on FortiManager:
These debug commands are used to collect detailed logs during configuration installation from FortiManager to FortiGate. The debug output shows FortiManager–FortiGate communication, policy package and object installation processing, validation responses on the FortiGate. This information helps identify failures such as installation timeouts, object conflicts, database mismatches, or management tunnel communication errors.
diagnose debug reset diagnose debug timestamp enable
To generate the traffic from FortiGate to FortiManager, select OK from FortiGate under Security Fabric -> Fabric Connectors -> Central Management (FortiManager) -> Select OK.
In this scenario, try to set the tcp-mss value to 1300 on the FortiGate interface that communicates with FortiManager.
config system interface
Later, try to re-configure FortiManager under the Central Management. Related articles: |


