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:
dia sniffer packet any "host <FortiGate_IP> and port 541" 6 0
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 article: |