Time not syncing in Fortigate Firewall
I am using Fortigate 100G in HA and running Firmware 7.2.9. The issues I am facing is the interface is able to reach the NTP Server.
NTP Server : 192.168.1.10
FGT MGMT : 192.168.1.4
I have added a MGMT interface under dedicated management interface, which changes the MGMT interface in different vdom and getting removed in interface GUI. I want to get the time through management interface. I have configured NTP with below config
set ntpsync enable
set type custom
set syncinterval 1
config ntpserver
edit 1
set server "192.168.1.10"
once I try to add command "set source ip" it is showing below error "192.168.1.4 does not match any interface ip in vdom root." , as Management interface is removed from root vdom
So my question here is can we configured ntp on dedicated management interface vdom, or how can we achive.
Also I am referring to below docs in which we can set the interface under ntp server-->edit 1, but I cannot see it in my firewall.
https://docs.fortinet.com/document/fortiproxy/7.2.9/cli-reference/98620/config-system-ntp

