4时间同步的ntp服务安装与配置。
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了4时间同步的ntp服务安装与配置。相关的知识,希望对你有一定的参考价值。
1、yum -y install ntp ntpdate (安装时间同步ntp服务)
2、vi /etc/ntp.conf (修改ntpd服务的配置文件)
3、修改配置文件,指定和谁同步时间(140),上面的0-3前面都加#键
#server 0.centos.pool.ntp.org iburst #server 1.centos.pool.ntp.org iburst #server 2.centos.pool.ntp.org iburst #server 3.centos.pool.ntp.org iburst server 192.168.100.140 iburst (要指定与140同步)
4、systemctl restart ntpd.service (重启ntpd服务)
以上是关于4时间同步的ntp服务安装与配置。的主要内容,如果未能解决你的问题,请参考以下文章