構成例としてはFortiGateが外部インターネット上のNTPサーバを参照し、内部のネットワーク機器等がFortiGateを参照するとします。
■CLIでの設定方法
config system ntp
set ntpsync enable
set type custom
set syncinterval 60
config ntpserver
edit 1
set server "ntp.nict.jp" ・・>インターネット上のNTPサーバを指定
next
end
set server-mode enable ・・>FortiGateをNTPサーバとして稼働
set interface "port1" ・・>NTPリクエストを受け付けるポートを指定
end
■NTPステータスの確認
diagnose sys ntp status