Forum Discussion
Anthony
Nimbostratus
Feb 19, 2014NTP not sync'ing - what interface is used?
Hi all,
I'm currently going through a complete reconfigure of our internal loadbalancers and at the moment wI'm stuck on getting NTP working.
Configuring of the internal/external/HA VLANs and a...
mmd_2014_144687
Nimbostratus
Sep 09, 2014Hi guys, I faced the same issue, my machines were not sending any ntp traffic via the management interface to the required servers. Crawling the askF5 solutions I found this SOL13284. To sum it up: it explains that outbound ntpd traffic is considered unsolicited! That means you have to explicitly set a host or net route to your ntp servers (in my case internal ntp servers) on the management interface. here is an example of how to do it (assuming the ntp servers are on the net 10.0.0.0/8):
tmsh create /sys management-route lognet network 10.0.0.0/255.0.0.0 gateway 172.1.1.254 tmsh save /sys config
hope that helps :) martin