1) Cài đặt ntp
1 |
yum install ntp |
2) Cài đặt server cần update time
1 |
nano /etc/ntp.conf |
3) Chèn server này nếu chưa có
1 |
server pool.ntp.org |
4) Khởi động lại ntp
1 |
/etc/init.d/ntpd start |
5) Mở port 123 của ntp
1 |
sudo iptables -A INPUT -m state --state NEW -p tcp --dport 123 -j ACCEPT |
6) Update lại
1 |
ntpdate pool.ntp.org |