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.
rameshk_FTNT
Staff
Staff
Article Id 196774

Description

 
This article addresses the configuration of a FortiGate unit as an NTP server.
 
Scope
 
FortiGate.


Solution

 

When system time is configured from the System Information dashboard widget, the FortiGate unit can be configured to be an NTP server. As part of the NTP server configuration, one or more interfaces can be configured on which to listen for NTP requests. Among the Fortinet products, only FortiGate can currently be configured as an NTP server.

NTP.png
 
CLI configuration:
 
config system ntp
    set ntpsync enable
    set type fortiguard
    set syncinterval 60
    set source-ip 0.0.0.0
    set source-ip6 ::
    set server-mode enable
    set authentication disable
    set interface "fortilink"
end