Linux serverNETWORK ADMINISTRATIONS

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

source

centos 7

Leave a Reply

Your email address will not be published. Required fields are marked *