Configure the time synchronization server ntp on centos7

Source: Internet
Author: User

Configure the time synchronization server ntp on centos7

Method 1: simple, efficient, and easy to use
Ntpdate-u ntp. api. bz
Method 2: Time Server:
1) sudo yum install ntp
2) sudo nano/etc/ntp. conf
Comment a line
Restrict default ignore
Add a row
Restrict 192.168.1.0 mask 255.255.255.0 nomodify notrap # server address
3) sudo nano/etc/ntp/step-tickers
Add a row (you can also rewrite it based on the original one)
Pool.ntp.org
In this way, the international standard time server will be automatically connected each time ntpd is started;
4) sudo systemctl restart ntpd
5) ss-an | grep 123
Make sure that the port is opened in udp mode.

6) sudo systemctl enable ntpdate. service (added to auto-start upon startup)
7) date (whether the detection time is reliable)
Wed Aug 31 11:45:50 CST 2016

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.