cetnos 7 ntp服务的安装与配置

Posted 懵懂的青春

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了cetnos 7 ntp服务的安装与配置相关的知识,希望对你有一定的参考价值。

首先需要搭建yum本地仓库

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

 

yum install ntp -y        #安装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

 

:wq    #保存退出

完成

 

以上是关于cetnos 7 ntp服务的安装与配置的主要内容,如果未能解决你的问题,请参考以下文章

Apache Tomcat 7 安装与配置

如何在centos 7中设置ntp 服务

LinuxLinux Centos 7.6 离线RPM安装NTP(时间同步)服务器及基本配置

centos 7 安装NTP服务

linux时间同步ntp服务的安装与配置

时间同步ntp服务的安装与配置