NTP Server in Centos 7 complete how-to install and checks.
#qupsys – NTP Server in Centos 7 complete how-to install and checks. Network time protocol is very important in modern network.
# yum -y install ntp
# nano /etc/ntp.conf
# systemctl start ntpd
# systemctl enable ntpd
# systemctl status ntpd
# firewall-cmd –add-service=ntp –permanent
# firewall-cmd –reload
# ntpq -p
# date -R
centos 7