ntp 服务器搭建

终于还是要搭建ntp服务器,我的架构是一台服务器可以上公网,其他内网服务器不能。

ntp服务器是C/S架构的时间同步服务器。

方案:

公网服务器搭建ntp服务器端

其他服务器为客户端

公网服务器:

[[email protected] ~]# yum install ntp

配置/etc/ntp.conf

[[email protected] ~]# more /etc/ntp.conf |grep  -v ^$|grep -v ^#

driftfile /var/lib/ntp/drift

restrict default ignore nomodify notrap nopeer noquery # ignore表示拒绝所有主机

restrict -6 default kod nomodify notrap nopeer noquery

restrict 127.0.0.1

restrict -6 ::1

# 允许内网其他机器同步时间

restrict 192.168.1.0 mask 255.255.255.0 nomodify notrap

# 中国这边最活跃的时间服务器 : http://www.pool.ntp.org/zone/cn

server 210.72.145.44 perfer   # 中国国家受时中心

server 202.112.10.36             # 1.cn.pool.ntp.org

server 59.124.196.83             # 0.asia.pool.ntp.org

# 允许上层时间服务器主动修改本机时间

restrict 210.72.145.44 nomodify notrap noquery

restrict 202.112.10.36 nomodify notrap noquery

restrict 59.124.196.83 nomodify notrap noquery

# 外部时间服务器不可用时,以本地时间作为时间服务

server  127.127.1.0     # local clock

fudge   127.127.1.0 stratum 10

includefile /etc/ntp/crypto/pw

客户机:

ntpdate -u 192.168.1.1(服务器内网地址)

计划任务:

0 13 * * * ntpdate -u 192.168.1.1

时间: 2024-10-10 08:43:36

ntp 服务器搭建的相关文章

Linux NTP 服务器搭建

Linux时间同步服务器搭建 NTP(Network Time Protocol)是用来使计算机时间同步化的一种协议,它使用UDP协议123号端口对外提供服务,它可以使计算机对其服务器或时钟源(如石英钟,GPS等等)做时间的同步化,它可以提供高精准度的时间校正(LAN上与标准间差小于1毫秒,WAN上几十毫秒),且可介由加密确认的方式来防止恶毒的协议攻击.时间按NTP服务器的等级传播.按照离外部UTC源的远近把所有服务器归入不同的Stratum(层)中. 今天做一个项目需要配置一台NTP时间同步服

鸟哥服务器架设——NTP服务器搭建

NTP服务器搭建 一.NTP通信协议 实际上,Linux操作系统的计时方式主要从1970年1月1日开始计算总秒数,因此,如果你还记得date这个命令的话,会发现他有个+%s的参数,可以去的总秒数,这个就是软件时钟.但是,如同前面说的,计算机硬件主要是以BIOS内部的时间为主要的时间依据(硬件时钟),而偏偏这个时间可能因为BIOS内部芯片本身的问题,而导致BIOS时间与标准时间(UTC)存在一点点的差异.所以,为了避免主机时间因为长期运行而导致时间偏差,进行时间同步(synchronize)的工作

windows ntp服务器搭建

ntp服务器搭建 1.      确定两台主机处于同一网段,能相互ping通 2.      单击"开始",单击"运行",键入 regedit,然后单击"确定". 3.      找到并单击下面的注册表子项:HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\W32Time\Parameters\Type 4.      在右窗格中,右键单击"Type",然后单击"

Linux下NTP服务器搭建

一.搭建准备 1.确定自己的时区 #date命令可以查看当前系统时间,中国的时区为CST.使用tzselect命令进行配置时区 配置文件的修改:/etc/sysconfig/clock 2.检查NTP服务程序 #rpm -qa |grep ntp fontpackages-filesystem-1.41-1.1.el6.noarch ntpdate-4.2.4p8-3.el6.x86_64 如果没有,则需要安装ntp程序 #yum -y install ntp ntpdate 需要配置好yum源

NTP服务器搭建

在ORACLE 10G环境中如果要搭建集群的话是需要同步时钟的,这就需要NTP服务器. 1.在授时系统机上,编辑/etc/ntp.conf retrict default nomodifyrestrict 127.0.0.1server 127.127.1.0fudge 127.127.1.0 stratum 8driftfile /var/lib/ntp/driftbroadcastdelay 0.008 然后重启ntpd服务 service ntpd restart 2.在其它主机上去同步时

ntp服务器搭建与修改时区

NTP是最长用的也是最基本的服务了,很多加密应用都依赖此服务,比如:openvpn.puppet.saltstack等都需要首先同步好时间,所以把搭建NTPserver总结下,方便以后自己查询. 首先下载ntp server源码包:ntp-4.2.6p5.tar,如附件. 解压,进入ntp-4.2.6p5目录开始安装,命令如下:./configure --prefix=/usr/local/ntp --enable-all-clocks --enable-parse-clocksmake &&am

Linux NTP服务器搭建精讲

Linux NTP服务器  (时间服务器) Date –s 22:12:30   # 设置时间 闰秒  7月1日07:59:60秒 在这个时候,要关闭ntp服务 1.1. 软件安装 所需软件:默认已安装 yum install ntp -y ntpdate-4.2.6p5-1.el6.centos.i686 fontpackages-filesystem-1.41-1.1.el6.noarch ntp-4.2.6p5-1.el6.centos.i686 1.2. 配置NTP 配置文件:   vi

ntp服务器搭建与客户端设置

服务器对时间要求非常严格,linux服务器文件的生成,日志,以及数据库的连接都是根据时间的逻辑 进行任务处理,如果时间不同步,那么,处理的任务,以及出问题的分析日志,时间不对,很难分析 直接更改linux服务器时间,影响特别大,大家都知道,服务器群启动是有规律的,如果随便更改linux服务器时间 很有可能造成时间逻辑大站,造成其它模块报警,以及数据库报警等,所以建服务器之前,先配置ntp服务器, 部分服务器为了安全不能上网,所以不能同步网络时间,所以我们让它同步我局域网的ntp服务器,以下是设置

linux基础之ntp服务器搭建

Linux ntp服务器配置 第一步.检查是否安装了ntp 运行如下命令: rpm -qa | grep ntp 如果有如下输出: ntp-4******** 表示有安装ntp 服务器 如果没有则安装. 第二步.修改ntp的配置文件 vi /etc/ntp.conf ①.第一种配置:允许任何IP的客户机都可以进行时间同步将"restrict default kod nomodify notrap nopeer noquery"这行修改成: restrict defaultnomodif