配置时间服务器

Posted

tags:

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

在CentOS 6.5上面安装配置NTP SERVER

使用yum源安装NTP:
yum -y install ntp

配置时间源
vi /etc/ntp.conf
server 210.72.145.44
server ntp.api.bz
server 2.centos.pool.ntp.org

配置对客户端(172.16.0.0/24的网段机器)提供NTP服务
# vi /etc/ntp.conf
restrict 172.16.0.0 mask 255.255.255.0 nomodify notrap


配置NTP Server的层数提供本地服务
server  127.127.1.0     # local clock
fudge   127.127.1.0 stratum 2

设置开机时自动运行时间服务
chkconfig ntpd on

启动或停止时间服务

# service ntpd start
# service ntpd stop
# service ntpd restart

验证ntp服务已经运行
pgrep ntpd

更新本服务器的时间
ntpdate -u 210.72.145.44

关闭iptables和selinux

# service iptables stop

# setenforce  0

配置iptable规则允许客户端访问本机NTP Sever
vi /etc/sysconfig/iptables
增加一行(NTP Server使用UDP 123端口)
-A INPUT -m state --state NEW -m udp -p udp --dport 123 -j ACCEPT

重启iptables
service iptables restart


本文出自 “yenokia” 博客,请务必保留此出处http://yenokia.blog.51cto.com/1899385/1760787

以上是关于配置时间服务器的主要内容,如果未能解决你的问题,请参考以下文章

NTP服务器的配置和使用

entos7配置ntp时间服务器

Linux配置NTP服务器,时间同步

服务器的时间配置

时间服务器配置

秒杀系统时间配置Nginx查看服务器系统时间