Page MenuHomeDevCentral

NTP server for Stormshear
Closed, ResolvedPublic

Description

T479 noted issues about NTP on Stormshear.

I'm configuring a NTP server on the hypervisor.

Event Timeline

/etc/ntp.conf
restrict default kod nomodify notrap nopeer
restrict 127.0.0.1
server 0.fr.pool.ntp.org
server 2.fr.pool.ntp.org
server 3.fr.pool.ntp.org
driftfile /etc/ntp.drift

1.fr.pool.ntp.org is at 10 ms, so discarded.

Firewall configuration

Rule added to firewall to allow port 123 UDP.

Refreshed rules with:

$ esxcli network firewall refresh

NTP forced update

$ /etc/init.d/ntpd stop
$ ntpd -gq
ntpd: time set -386.557358s
$ /etc/init.d/ntpd start