cetnos 7 ntp服务的安装与配置

时间:2022-04-25 23:49:39

首先需要搭建yum本地仓库

http://www.cnblogs.com/jw35/p/5967677.html   #搭建yum仓库方法

yum install ntp -y        #安装ntp服务

cetnos 7 ntp服务的安装与配置

修改ntp配置文件

vi /etc/ntp.conf    #编辑配置文件

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     ntp服务端地址    iburst

cetnos 7 ntp服务的安装与配置

:wq    #保存退出

完成