centos7 同步時間

1. 安裝 NTPbash

yum -y install ntp

2. 編輯 /etc/ntp.conf 文件服務器

# 找到 server 開頭的行添加時間服務器
server us.pool.ntp.org prefer

3. 防火牆添加NTP規則code

# 先啓動防火牆
systemctl start firewalld
# 添加NTP規則
firewall-cmd --zone=public --add-service=ntp --permanent
# 從新加載防火牆規則
firewall-cmd --reload

4. 設置NTP服務開機啓動server

systemctl enable ntpd

5. 啓動NTP服務cmd

systemctl start ntpd
相關文章
相關標籤/搜索