ntpd 安装
安装ntpd
yum install -y ntp
修改ntpd 配置文件
vim /etc/ntp.conf
server cn.ntp.org.cn iburst
server 0.asia.pool.ntp.org iburst
server 1.asia.pool.ntp.org iburst
server 2.asia.pool.ntp.org iburst
server 3.asia.pool.ntp.org iburst
启动ntpd
service ntpd start
chkconfig ntpd on
同步硬件时钟
/sbin/hwclock -w
关闭防火墙,或者开放123 端口
查看网络中的NTP服务器,同时显示客户端和每个服务器的关系:
ntpq -p
查看时间同步状态
ntpstat
网友评论