centos 内网时间同步ntp配置方法

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了centos 内网时间同步ntp配置方法相关的知识,希望对你有一定的参考价值。

[[email protected] mysql]# cat /etc/sysconfig/ntpdate 

# Options for ntpdate

OPTIONS="-U ntp -s -b"


# Number of retries before giving up

RETRIES=2


# Set to 'yes' to sync hw clock after successful ntpdate

SYNC_HWCLOCK=yes

[[email protected] mysql]# cat /etc/ntp/step-tickers 

# List of servers used for initial synchronization.


172.230.156.201


#这种方式是在内网所有机器指向201,201上在去网络上同步时间,属于一主多从ntp模式

以上是关于centos 内网时间同步ntp配置方法的主要内容,如果未能解决你的问题,请参考以下文章

内网ntp时间同步配置

CentOS 7.2 搭建内网ntp时间服务器

NTP配置内网中集群机器的时间同步

ntp-实现时间同步

内网安装ntpdate时间同步工具

CentOS7 下部署NTP服务供内网客户机使用