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.
kbahrudin_FTNT
Article Id 198193
Description
This article explains how to configure Ubuntu pointing to FortiGate as NTP server.

Scope
Ubuntu, NTP.

Solution
Ubuntu

1) Install NTP daemon :
sudo apt-get install ntp

2) Configure NTP servers
sudo nano /etc/ntp.conf
server <Fortigate-IP/hostname>

3) Restart ntp daemon
sudo service ntp restart

FortiGate
config system ntp
    set server-mode enable
    set interface <interface-name>
end

Related Articles

Network Time Protocol (NTP)

Contributors