亚洲激情专区-91九色丨porny丨老师-久久久久久久女国产乱让韩-国产精品午夜小视频观看

溫馨提示×

溫馨提示×

您好,登錄后才能下訂單哦!

密碼登錄×
登錄注冊×
其他方式登錄
點擊 登錄注冊 即表示同意《億速云用戶服務條款》

linux設置ntp時間同步

發布時間:2020-03-01 23:35:40 來源:網絡 閱讀:2149 作者:wx5c99da787fd83 欄目:建站服務器

NTP時鐘同步方式說明

NTP在linux下有兩種時鐘同步方式,分別為直接同步和平滑同步:
直接同步
使用ntpdate命令進行同步,直接進行時間變更。如果服務器上存在一個12點運行的任務,當前服務器時間是13點,但標準時間時11點,使用此命令可能會造成任務重復執行。因此使用ntpdate同步可能會引發風險,因此該命令也多用于配置時鐘同步服務時第一次同步時間時使用。
平滑同步
使用ntpd進行時鐘同步,可以保證一個時間不經歷兩次,它每次同步時間的偏移量不會太陡,是慢慢來的,這正因為這樣,ntpd平滑同步可能耗費的時間比較長。

1、安裝ntp

yum install ntp

2、設置ntp服務開機啟動

systemctl  restart ntp.service

3、設置服務器

3.1. vi /etc/ntp.conf,內容如下:

driftfile /var/lib/ntp/ntp.drift #草稿文件

# 允許內網其他機器同步時間

restrict 192.168.137.0(替換成自己的ip) mask 255.255.255.0 nomodify notrap

# Use public servers from the pool.ntp.org project.

# 中國這邊最活躍的時間服務器 :

[http://www.pool.ntp.org/zone/cn](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  

# allow update time by the upper server

# 允許上層時間服務器主動修改本機時間

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

3.2 重啟服務:service ntpd restart

3.3查看同步狀態:netstat -tlunp | grep ntp

4、設置同步

4.1 vim /etc/ntp.conf,內容如下:

driftfile /var/lib/ntp/ntp.drift # 草稿文件

statsdir /var/log/ntpstats/

statistics loopstats peerstats clockstats

filegen loopstats file loopstats type day enable

filegen peerstats file peerstats type day enable

filegen clockstats file clockstats type day enable

#讓NTP Server為內網的ntp服務器

server 192.168.137.110 (master節點ip)

fudge 192.168.137.110 stratum 5

#不允許來自公網上ipv4和ipv6客戶端的訪問

restrict -4 default kod notrap nomodify nopeer noquery

restrict -6 default kod notrap nomodify nopeer noquery

#Local users may interrogate the ntp server more closely.

restrict 127.0.0.1

restrict ::1

4.2重啟服務:service ntpd restart

4.3手動同步:ntpdate -u 192.168.124.146

向AI問一下細節

免責聲明:本站發布的內容(圖片、視頻和文字)以原創、轉載和分享為主,文章觀點不代表本網站立場,如果涉及侵權請聯系站長郵箱:is@yisu.com進行舉報,并提供相關證據,一經查實,將立刻刪除涉嫌侵權內容。

AI

岳西县| 大英县| 河池市| 曲周县| 东乌珠穆沁旗| 屏山县| 墨竹工卡县| 灵石县| 张家港市| 太仓市| 扶沟县| 扶绥县| 郁南县| 洪洞县| 马龙县| 东丰县| 丹寨县| 临西县| 炎陵县| 门头沟区| 井冈山市| 吐鲁番市| 老河口市| 呈贡县| 班戈县| 乳源| 银川市| 额尔古纳市| 临澧县| 平利县| 泸水县| 南江县| 修文县| 荔浦县| 扬州市| 阜宁县| 修水县| 永吉县| 喜德县| 徐州市| 大厂|