RHEL 7.6 設置時間同步ntp


1.服務端和客戶端

安裝包,檢查狀態

yum install ntp ntpdate -y

systemctl start ntpd
systemctl status ntpd

2.服務端

修改配置

vi /etc/ntp.conf

#server 0.rhel.pool.ntp.org iburst
#server 1.rhel.pool.ntp.org iburst
#server 2.rhel.pool.ntp.org iburst
#server 3.rhel.pool.ntp.org iburst

server 127.127.1.0
fudge 127.127.1.0 stratum 10

 

重啟服務,並查看

systemctl start ntpd

ntpq -p

3.客戶端

修改配置

vi /etc/ntp.conf

restrict 192.168.7.1 nomodify notrap noquery

server 192.168.7.1  Fudge 192.168.7.1  stratum 10
#server 0.rhel.pool.ntp.org iburst
#server 1.rhel.pool.ntp.org iburst
#server 2.rhel.pool.ntp.org iburst
#server 3.rhel.pool.ntp.org iburst

 

systemctl restart ntpd

ntpdate -u 192.168.7.1

ntpq -p

systemctl enable ntpd

 


免責聲明!

本站轉載的文章為個人學習借鑒使用,本站對版權不負任何法律責任。如果侵犯了您的隱私權益,請聯系本站郵箱yoyou2525@163.com刪除。



 
粵ICP備18138465號   © 2018-2025 CODEPRJ.COM