CentOS 时间同步服务器的搭建
安装
1 | yum install ntp |
修改配置文件 /etc/ntp.conf
将配置文件里的
1 | server 0.centos.pool.ntp.org iburst |
全部注释掉, 换成本地时间服务器
server 127.127.1.0 iburst
测试
1 | systemctl enable ntpd |
有防火墙的需要打开 123 端口
使用
ntpq -p
查看同步结果
在其他服务器上使用
ntpdate -q ip
测试查看结果
输出如下结果则服务器正常
1 | [root@TEST dns]# ntpdate -q 192.168.1.182 |