安装
apt-get install ntp
配置
/etc/ntp.conf 文件是Linux NTP的主要配置文件
# 时间源服务器
server cn.pool.ntp.org
server 0.cn.pool.ntp.org
server 1.cn.pool.ntp.org
server 2.cn.pool.ntp.org
server 3.cn.pool.ntp.org
# 连不上其他服务器时与LOCAL对时,使能够把本机时间给其他client提供服务
server 127.127.1.0
fudge 127.127.1.0 stratum 8
# 还要确保localhost有足够权限.
restrict 127.0.0.1
restrict ::1
#界定网络从这个服务器接受NTP同步的请求
restrict 10.0.0.0 mask 255.0.0.0 nomodify
然后 /etc/init.d/ntp start 启动服务
根据别的文章介绍,启动后大约需要5分钟时间才能提供服务
配置好后要注意本机的网络是否通畅,域名解析是否正常,对时的时间源是否正常(网传的国家授时中心的IP好像失效了)。
排错命令
服务器端执行ntpq -p 出现下图的内容代表服务正常
有问题记得看系统日志:/var/log