时间同步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), 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-11-04 12:02:33

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

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

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

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

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

CentOS 7 Tomcat服务的安装与配置

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

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

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

关于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

Active Directory证书服务的安装与配置

本文章将详细的介绍Active Directory证书服务器的安装与配置,证书服务是允许部署在域环境或工作组环境的.本次环境为了测试方便直接将证书服务部署在DC上,生产环境中切记不能将证书服务安装在DC,强烈建议证书服务部署在单独的一台服务器. 1.1 打开服务器管理器,点击"添加角色和功能" 1.2 下一步 1.3 下一步 1.4 下一步 1.5 勾选"Active Dicrectory证书服务" 1.6 保持默认,下一步 1.7 下一步 1.8 勾选"

linux-Centos 7下tftp-server服务的安装与配置

TFTP(Trivial File Transfer Protocol,简单文件传输协议)是TCP/IP协议族中的一个用来在客户机与服务器之间 进行简单文件传输的协议,提供不复杂.开销不大的文件传输服务.端口号为UDP的69号端口. TFTP是一个传输文件的简单协议,它基于UDP协议而实现,但是我们也不能确定有些TFTP协议是基于其它传输协议完成的 此协议设计的时候是进行小文件传输的.因此它不具备通常的FTP的许多功能, 它只能从文件服务器上获得或写入文件,不能列出目录,不进行认证.它传输8位数

linux服务之apache服务的安装及配置(centos)

CentOS Apache服务器安装与配置 一.安装Apache程序,一般有三种安装方式:1.直接网络安装:2.下载rpm包,上传至服务器进行安装:3.通过原代码编译安装: yum -y install httpd rpm -qa | grep httpd ------------------------------ 启动/停止/重新启动/状态 service httpd startservice httpd stopservice httpd restartservice httpd stat