Fortigateをntpクライアントとして設定したのはいいが、
ntpサーバを見に行くセグメントを指定したい。
そんな時には以下の設定で接続先セグメントを指定することができます。
ちなみにcliでしか設定できないのでteratermなどのターミナルエミュレータ
を使って接続してください。
[NTP接続先ポート指定設定]
Fortigate#config system ntp
Fortigate(ntp)#set ntpsync enable
Fortigate(ntp)#set type custom
Fortigate(ntp)#unset server-mode
Fortigate(ntp)#config ntpserver
Fortigate(ntpserver)#edit 1
Fortigate(1)#set server "131.107.1.10"
Fortigate(1)#end
Fortigate(ntp)#set source-ip 192.168.1.254
Fortigate(ntp)#end
Fortigate#
以上
上記のset source-ip [セグメント指定]で設定することができます。
※昔はset interface [ポート指定]というコマンドがあった気がするのですが、
そんなコマンド見当たりません。なくなったのかな・・・・
スポンサードリンク
この記事へのコメント
コメントを書く

