存在udp的123端口,则表示我们的ntp服务器已经建立并启动了。
检查是否有与上层ntp服务器联机:
# ntpstat
unsynchronised
time server re-starting
polling server every 64 s
从命令中看出,并没有与上层ntp服务器进行联机
重新再次运行一次ntpstat
# ntpstat
synchronised to NTP server (137.189.4.10) at stratum 2
time correct to within 46 ms
polling server every 64 s
这次可以看出我们的ntp服务器器与上层的ntp服务器已经进行了同步。
4.客户端连接ntp服务器:
我建议客户端只需要只用ntpdate向服务器提出同步请求,然后利用hwclock -w 命令进行写入客户端的BIOS。如果需要定时同步,可以利用crontab每小时同步一次即可。