linux时间同步ntp服务的安装与配置

通过ntp服务实现时间同步。

1:首先搭建本地yum源见网址(http://www.cnblogs.com/zxbdbk/p/6020679.html)

2:先安装ntp服务

[[email protected] ~]# yum install ntp -y

3:修改ntp的配置文件

[[email protected] ~]# vi /etc/ntp.conf 

# For more information about this file, see the man pages
# ntp.conf(5), ntp_acc(5), ntp_auth(5), ntp_clock(5), ntp_misc(5), ntp_mon(5).

driftfile /var/lib/ntp/drift

# Permit time synchronization with our time source, but do not
# permit the source to query or modify the service on this system.
restrict default nomodify notrap nopeer noquery

# Permit all access over the loopback interface. This could
# be tightened as well, but to do so would effect some of
# the administrative functions.
restrict 127.0.0.1
restrict ::1

# Hosts on local network are less restricted.
#restrict 192.168.1.0 mask 255.255.255.0 nomodify notrap

# Use public servers from the pool.ntp.org project.
# Please consider joining the pool (http://www.pool.ntp.org/join.html).
server 192.168.100.140 iburst   #目标网络地址
#server 1.centos.pool.ntp.org iburst #注释掉默认的ntp服务器
#server 2.centos.pool.ntp.org iburst
#server 3.centos.pool.ntp.org iburst

#broadcast 192.168.1.255 autokey # broadcast server
#broadcastclient # broadcast client
#broadcast 224.0.1.1 autokey # multicast server
#multicastclient 224.0.1.1 # multicast client
#manycastserver 239.255.254.254 # manycast server
#manycastclient 239.255.254.254 autokey # manycast client

# Enable public key cryptography.
#crypto

includefile /etc/ntp/crypto/pw

# Key file containing the keys and key identifiers used when operating
# with symmetric key cryptography.
keys /etc/ntp/keys

# Specify the key identifiers which are trusted.
#trustedkey 4 8 42

# Specify the key identifier to use with the ntpdc utility.
#requestkey 8

# Specify the key identifier to use with the ntpq utility.
#controlkey 8

# Enable writing of statistics records.
#statistics clockstats cryptostats loopstats peerstats

# Disable the monitoring facility to prevent amplification attacks using ntpdc
# monlist command when default restrict does not include the noquery flag. See

保存退出。

4:启动服务并设置开启自启

[[email protected] ~]# systemctl start ntpd.service  #启动服务[[email protected] ~]# systemctl enable ntpd.service  #设置为开机启动

[[email protected] ~]# systemctl status ntpd.service  #查看运行状态
● ntpd.service - Network Time Service
Loaded: loaded (/usr/lib/systemd/system/ntpd.service; enabled; vendor preset: disabled)
Active: active (running) since 二 2016-11-08 02:59:39 CST; 5min ago   #红色部分为当前运行状态为running
Main PID: 3185 (ntpd)
CGroup: /system.slice/ntpd.service
└─3185 /usr/sbin/ntpd -u ntp:ntp -g

11月 08 02:59:39 jw37 ntpd[3185]: Listen and drop on 0 v4wildcard 0.0.0.0 UDP 123
11月 08 02:59:39 jw37 ntpd[3185]: Listen and drop on 1 v6wildcard :: UDP 123
11月 08 02:59:39 jw37 ntpd[3185]: Listen normally on 2 lo 127.0.0.1 UDP 123
11月 08 02:59:39 jw37 ntpd[3185]: Listen normally on 3 eno16777736 192.168.100.137 UDP 123
11月 08 02:59:39 jw37 ntpd[3185]: Listen normally on 4 lo ::1 UDP 123
11月 08 02:59:39 jw37 ntpd[3185]: Listen normally on 5 eno16777736 fe80::20c:29ff:fe87:3eb2 UDP 123
11月 08 02:59:39 jw37 ntpd[3185]: Listening on routing socket on fd #22 for interface updates
11月 08 02:59:39 jw37 ntpd[3185]: 0.0.0.0 c016 06 restart
11月 08 02:59:39 jw37 ntpd[3185]: 0.0.0.0 c012 02 freq_set kernel 0.000 PPM
11月 08 02:59:39 jw37 ntpd[3185]: 0.0.0.0 c011 01 freq_not_set

时间: 2024-12-15 07:34:32

linux时间同步ntp服务的安装与配置的相关文章

时间同步ntp服务的安装与配置(作为客户端的配置

在linux环境下,我们不仅可以自己设置时间,也可以对系统进行时间的同步,比如同步时间到某台物理机上或虚拟机,皆可!接下来我们就以同步时间到某台物理机为例, 一起学习学习. 1.配置本地yum源(挂载光盘) mkdir /xia //创建目录 mount /dev/cdrom /xia //挂载到/xia目录 2.修改yum配置文件  (目的是注释掉多余的文件,只剩一个文件以便修改配置) mv +文件名+ 修改后的文件名 //文件名的更改 3. 修改挂载路径/xia,然后将gpgcheck=1改

时间同步ntp服务的安装与配置

通过ntp服务实现时间同步. 1:首先搭建本地yum源见网址(http://www.cnblogs.com/zj21/p/6223462.html) 2:先安装ntp服务 [[email protected] ~]# yum install ntp -y 3:修改ntp的配置文件 [[email protected] ~]# vi /etc/ntp.conf # For more information about this file, see the man pages# ntp.conf(5

cetnos 7 ntp服务的安装与配置

首先需要搭建yum本地仓库 http://www.cnblogs.com/jw35/p/5967677.html   #搭建yum仓库方法 yum install ntp -y        #安装ntp服务 修改ntp配置文件 vi /etc/ntp.conf    #编辑配置文件 把 server 0.centos.pool.ntp.org iburstserver 1.centos.pool.ntp.org iburstserver 2.centos.pool.ntp.org iburst

Windows Azure+Windows+Linux多环境下Tomcat服务的安装及配置集合

Windows Azure+Windows+Linux多环境下的Tomcat服务的安装及配置集合 说到Tomcat服务,相信大家都很熟悉了,当然也这包括安装及配置:我们都知道Tomcat 服务器是一个免费的开放源代码的Web 应用服务器,属于轻量级应用服务器,在中小型系统和并发访问用户不是很多的场合下被普遍使用,是开发和调试JSP 程序的首选.对于一个初学者来说,可以这样认为,当在一台机器上配置好Apache 服务器,可利用它响应HTML(标准通用标记语言下的一个应用)页面的访问请求.实际上To

华旭收-RedHat5.X系列linux搭建NTP服务详细方法

华旭收-RedHat5.X系列linux搭建NTP服务详细方法华旭是小白鼠,请勿纠结标题.ntp也就是时间服务器原理和作用:1.大数据产生与处理系统是各种计算设备集群的,计算设备将统一.同步的标准时间用于记录各种事件发生时序,如E-MAIL信息.文件创建和访问时间.数据库处理时间等.2.大数据系统内不同计算设备之间控制.计算.处理.应用等数据或操作都具有时序性,若计算机时间不同步,这些应用或操作或将无法正常进行.3.大数据系统是对时间敏感的计算处理系统,时间同步是大数据能够得到正确处理的基础保障

CentOS 7 Tomcat服务的安装与配置

3422人阅读 http://blog.51cto.com/13525470/2073657 一.Linux下的Java运行环境 Java是一种可以撰写跨平台应用软件的面向对象的程序设计语言,是由Sun Microsystems公司于1995年5月推出的Java程序设计语言和Java平台(即JavaSE, JavaEE, JavaME)的总称.Java 技术具有卓越的通用性.高效性.平台移植性和安全性,广泛应用于个人PC.数据中心.游戏控制台.科学超级计算机.移动电话和互联网,同时拥有全球最大的

Linux(Ubuntu)下MySQL的安装与配置[转载+亲测]

在Linux下MySQL的安装,我一直觉得挺麻烦的,因为之前安装时就是由于复杂的配置导致有点晕.今天,需要在Linux下用Qt连接MySQL.遂安装配置了一把. 1)首先检查系统中是否已经安装了MySQL 在终端里面输入 sudo netstat -tap | grep mysql 若没有反映,没有显示已安装结果,则没有安装.若如下显示,则表示已经安装 2)如果没有安装,则安装MySQL. 在终端输入 sudo apt-get install mysql-server mysql-client

Linux(Ubuntu)下MySQL的安装与配置

转自:http://www.2cto.com/database/201401/273423.html 在Linux下MySQL的安装,我一直觉得挺麻烦的,因为之前安装时就是由于复杂的配置导致有点晕.今天,需要在Linux下用Qt连接MySQL.遂安装配置了一把. 1)首先检查系统中是否已经安装了MySQL 在终端里面输入 sudo netstat -tap | grep mysql 若没有反映,没有显示已安装结果,则没有安装.若如下显示,则表示已经安装 2)如果没有安装,则安装MySQL. 在终

关于linux下ntp时间同步服务的安装与配置

1.安装ntp服务,要使用时间同步.那么服务端与客户端都需要使用如下命令安装NTP软件包 [[email protected]5201351 ~]# yum install ntp -y 2.如果只是作为客户端的话,配置则可以非常简单,编辑/etc/ntp.conf文件,注释掉默认的如下默认的4行       再加上我们的时间同步服务端的IP地址或者域名即可,其中prefer选项表示该服务器优先 #server 0.centos.pool.ntp.org iburst #server 1.cen