FortiProxy
FortiProxy provides enterprise-class protection against internet-borne threats and Advanced Web Content Caching
pginete
Staff
Staff
Article Id 220858
Description This article describes how to configure FortiProxy as an NTP server.
Scope FortiProxy
Solution

To configure FortiProxy as an NTP server, go to System>Settings then enable Setup device as local NTP server.

Select the interface where the NTP clients can reach on the Listen on Interfaces. Then select Apply.

 

NTP GUI.png

 

Use the commands below to configure via CLI.

 

# config system ntp

    set server-mode enable

    set interface port4

     end

 

Custom NTP server may also be used, where FortiProxy will synchronize time using the commands below.

 

# config system ntp

    set type custom

     config ntp server

       edit 1

        set server <ip address>

       next

     end

  end

 

Use the command below to check the NTP status.

 

# diagnose sys ntp status

 

Contributors