FortiGate
FortiGate Next Generation Firewall utilizes purpose-built security processors and threat intelligence security services from FortiGuard labs to deliver top-rated protection and high performance, including encrypted traffic.
cravikumar
Staff
Staff
Article Id 369004
Description

This article describes how to resolve the issue when FortiGate shows FortiAnalyzer as 'Unauthorized,' and the Authorization page states 'No devices are available for approval.'.

 

image (6).png

Scope FortiGate, FortiAnalyzer.
Solution

Verify the routing for the FortiAnalyzer IP and check its outgoing interface.

If this issue occurs, more likely that the traffic might be passing through the tunnel. Adjust the MTU size to resolve this issue.

 

From CLI:

 

config system interface
    edit <tunnel-name>
        set mtu-override enable
        set mtu 1350
    end
end


Use the below command to verify the MTU size:

 

fnsysctl ifconfig  <tunnel-name>

 

Output:

 

test-tunnel   Link encap:Unknown 

        UP POINTOPOINT RUNNING NOARP MULTICAST  MTU:1350  Metric:1 

        RX packets:415 errors:0 dropped:0 overruns:0 frame:0 

        TX packets:555 errors:0 dropped:0 overruns:0 carrier:0 

        collisions:0 txqueuelen:0 

        RX bytes:25226 (25.2 KB)  TX bytes:21780 (21.7 KB) 

 

Ping test can be used from FortiAnalyzer to FortiGate or vice-versa to check the connectivity from the GUI and the CLI of the FortiGate.

CLI:

 

exec log fortianalyzer test-connectivity

 

Related articles:

Troubleshooting Tip: How to find the device responsible for fragmentation along the network path

Troubleshooting Tip: Using PING options from the FortiGate CLI