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配置方法的主要内容,如果未能解决你的问题,请参考以下文章