2019年3月10日日曜日

fortigate NTPサーバを指定する方法について


コマンド(CLI上で)操作で以下の設定が必要。
(OS:5.6.2ではGUIでの設定はできなかった。)


①以下のコマンドを実施すること

config system ntpset ntpsync enableset type customset syncinterval 60config ntpserveredit 1set server "ntp-server"   <—ntpサーバを指定すること

0 件のコメント:

コメントを投稿

Pod Security Admission

[用途] ルール対象外のマニフェストをデプロイさせないための 防止策で利用するイメージになる [検証] 以下のコマンドを投入する kubectl label ns default pod-security.kubernetes.io/warn=baseline [各種コマンドの意...