Linux NTP 時間同步配置

2022-07-06 08:48:12 字數 2105 閱讀 4998

driftfile /var/lib/ntp/drift

restrict 127.0.0.1

restrict -6 ::1

server ntp.ubuntu.com

server 127.127.1.0 iburst

fudge 127.127.1.0 stratum 10

includefile /etc/ntp/crypto/pw

keys /etc/ntp/keys

restrict 192.168.5.0 mask 255.255.255.0 nomodify notrap

ntp服務端使用命令:timedatectl;檢視ntp服務是否生效,(ntp enabled: no)則不生效,如下圖所示

執行命令:timedatectl set-ntp yes 即可。

server ip(服務端ip位址) prefer minpoll 3 maxpoll 3

restrict ip(服務端ip位址)

restrict default kod nomodify notrap nopeer noquery

restrict -6 default kod nomodify notrap nopeer noquery

restrict 127.0.0.1

restrict -6 ::1

restrict 192.168.0.11 nomodify notrap noquery

server 192.168.0.11

server 127.127.1.0

fudge 127.127.1.0 stratum 10

driftfile /etc/ntp/drift

logfile /var/log/ntp.log

引數「-x」描述

引數「-g」描述:

本地時鐘與遠端的ntp伺服器時鐘相差大於1000s時,ntpd會停止工作。在啟動ntp時加了引數「-g」就可以忽略1000s的問題。

remote:ntp 主機的 ip 或主機名,左邊的符號

如果有『 * 』代表目前正在作用當中的上層 ntp。

如果是『 + 』代表也有連上線,而且可作為下乙個提供時間更新的候選者。

如果是『 - 』 表示為不合格的ntp伺服器。。

st :remote遠端伺服器的級別.由於ntp是層型結構,有頂端的伺服器,多層的relay server再到客戶端.所以伺服器從高到低級別可以設定為1-16.為了減緩負荷和網路堵塞,原則上應該避免直接連線到級別為1的伺服器的。

when: 上一次成功請求之後到現在的秒數。

poll : 本地機和遠端伺服器多少時間進行一次同步(單位為秒).在一開始執行ntp的時候這個poll值會比較小,那樣和伺服器同步的頻率也就增加了,可以盡快調整到正確的時間範圍,之後poll值會逐漸增大,同步的頻率也就會相應減小。

reach:這是乙個八進位制值,用來測試能否和伺服器連線.每成功連線一次它的值就會增加。

delay:從本地機傳送同步要求到ntp伺服器的round trip time。

offset:主機通過ntp時鐘同步與所同步時間源的時間偏移量,單位為毫秒(ms)。offset越接近於0,主機和ntp伺服器的時間越接近。

jitter:這是乙個用來做統計的值.它統計了在特定個連續的連線數里offset的分布情況.簡單地說這個數值的絕對值越小,主機的時間就越精確。

間隔檢視命令:watch "ntpq -p"

注意:通過data -s 修改時間後,ntp服務需要10~15分鐘左右之後才會調整ntp伺服器的時間

linux ntp 時間同步

一 外網同步時間 1.檢視ntpd服務狀態 root cdh sbin service ntpd status ntp unrecognized service 說明 ntpd沒有安裝。2.檢視是否存在ntp的yum源 root cdh sbin yum list grep ntp 3.如果有顯示出...

linux ntp時間同步

2上傳tar包到伺服器,解壓編譯 root server tools tar zxf ntp 4.2.8p11.tar.gz root server tools cd ntp 4.2.8p11 root server ntp 4.2.8p11 configure prefix usr local n...

linux ntp時間同步

ntpdate 1.cn.pool.ntp.org url linux下ntpdate時間同步 ntp伺服器安裝配置 rpm ivh ntp 4.2.0.a.20040617 4.x86 64.rpm 或 yum y install ntp.x86 64 時間同步方法 同步命令 ntpdate nt...