Linux系统下如何使用NTP服务器? - 万象系统之家

万象系统之家 - 系统光盘下载网站!

当前位置:万象系统之家 > 系统教程 > Linux使用NTP服务器

Linux系统下如何使用NTP服务器?

时间:2015-11-23 16:08:54 作者:zhijie 来源:万象系统之家 1. 扫描二维码随时看资讯 2. 请使用手机浏览器访问: https://m.xitongzhijia.net/xtjc/20151123/62163.html 手机查看 评论

  Linux系统下的NTP服务器指的是网络时间同步协议,其作用就是同步网络时间和Linux系统中的时间,使得Linux时间更加精确。下面就来介绍一下Linux系统下如何使用NTP服务器。

Linux系统下如何使用NTP服务器?

  一、ntp配置文件

  1. /etc/ntp.conf

  NTP服务的主要配置文件,不同的Linux版本文件所在的目录可能会不同。

  2. /usr/share/zoneinfo

  规定了各主要时区的时间设定文件。/usr/share/zoneinfo/Asia/Shanghai 为中国大陆地区的时区设定文件。

  3. /etc/sysconfig/clock

  时区设置文件

  4. /etc/localtime

  本地系统的时间设定文件

  [root@linuxidc1 ~]# grep -v “^#” /etc/ntp.conf

  restrict default kod nomodify notrap nopeer noquery//对于默认的client拒绝所有的操作

  restrict -6 default kod nomodify notrap nopeer noquery //针对ipv6的设置

  restrict 127.0.0.1 //允许本机地址一切的操作

  restrict -6 ::1

  server 0.rhel.pool.ntp.org //设置上层服务器做同步ip地址

  server 1.rhel.pool.ntp.org

  server 2.rhel.pool.ntp.org

  server 127.127.1.0 //local地址

  fudge 127.127.1.0 stratum 10 //这行是时间服务器的层次。设为0则为顶级,如果要向别的NTP服务器更新时间,请不要把它设为0

  driftfile /var/lib/ntp/drift //记录上次的NTP server与上层NTP server联接所花费的时间

  keys /etc/ntp/keys

  参数:

  ignore :关闭所有的 NTP 联机服务

  nomodify:客户端不能更改服务端的时间参数,但是客户端可以通过服务端进行网络校时。

  notrust :客户端除非通过认证,否则该客户端来源将被视为不信任子网

  noquery :不提供客户端的时间查询

  二、具体配置

  [root@linuxidc1 ~]# vim /etc/ntp.conf

  3 restrict default kod nomodify notrap nopeer noquery

  4 #restrict -6 default kod nomodify notrap nopeer noquery

  5 restrict default nomodify

  6 restrict 192.168.8.0 mask 255.255.255.0 nomodify

  11 restrict 127.0.0.1

  18 #server 0.rhel.pool.ntp.org

  19 #server 1.rhel.pool.ntp.org

  20 #server 2.rhel.pool.ntp.org

  21 server 192.168.8.70

  31 server 127.127.1.0 # local clock

  32 fudge 127.127.1.0 stratum 10

  [root@linuxidc1 ~]# /etc/init.d/ntpd restart

  Shutting down ntpd: [ OK ]

  Starting ntpd: [ OK ]

  客户端测试

  注:客户端的/etc/hosts里需要加上ntp服务器的ip地址和主机名

  [root@linuxidc2 ~]# ntpdate 192.168.8.70

  2 Mar 00:35:44 ntpdate[11181]: no server suitable for synchronization found

  注:在ntp server上启动ntp服务后,ntp server自身或者与其server的同步的需要一个时间段,这个过程可能是5分钟,在这个时间之内在客户端运行ntpdate命令进行同步时会产生 no server suitable for synchronization found的错误。

  查看同步的过程

  [root@linuxidc1 ~]# watch ntpq -p

  注:LOCAL的这个就是与自身同步的ntp server。reach这个值,在启动ntp server服务后,这个值就从0开始不断增加,当增加到17的时候,从0到17是5次的变更,每一次是poll的值的秒数,是64秒*5=320秒的时间。

  客户端测试

  [root@linuxidc2 ~]# ntpdate 192.168.8.70

  2 Mar 00:40:51 ntpdate[11184]: adjust time server 192.168.8.70 offset -0.000031 sec

  [root@linuxidc2 ~]# date

  Sat Mar 2 01:00:13 CST 2013

  服务器端

  [root@linuxidc1 ~]# date

  Sat Mar 2 01:00:15 CST 2013

  [root@linuxidc1 ~]#

  以上就是Linux系统下使用NTP服务器的方法了,使用NTP服务器同步Linux时间,也可以让服务器下不同计算机的时间达成一致。

发表评论

0

没有更多评论了

评论就这些咯,让大家也知道你的独特见解

立即评论

以上留言仅代表用户个人观点,不代表万象系统之家立场

Linux系统推荐

本站发布的系统仅为个人学习测试使用,请在下载后24小时内删除,不得用于任何商业用途,否则后果自负,请支持购买微软正版系统!

如侵犯到您的权益,请及时通知我们,我们会及时处理,对系统之家有任何投诉或建议,请与管理员联系. QQ:346231061

Copyright2024 万象系统之家(www.maxdo.tech) 版权所有 沪ICP备2021023961号-5 粤公网安备 13010202004188