Build NTP server in CentOS 6.7 lan

Source: Internet
Author: User

1. Install NTP-4.2.8P4 version

Cd/home/yongzhen/tools/wget Http://www.eecis.udel.edu/~ntp/ntp_spool/ntp4/ntp-4.2/ntp-4.2.8p4.tar.gzlltar XF ntp-4.2.8p4.tar.gz CD ntp-4.2.8p4./configure--prefix=/usr/local/ntp--enable-all-clocks--enable-parse-clocksecho $ ? make&&make Installecho $?vi/etc/ntp.conf in restrict default nomodify notrap Noquery (indicates that time synchronization of all IPs is denied by default) after adding one line: Restrict 172.16.1.0 mask 255.255.255.0 nomodify/usr/local/ntp/bin/ntpd-c/etc/ Ntp.conf-p/tmp/ntpd.pidps-ef |grep NTP

2, in the client testing

[Email protected] ~]# ntpdate 172.16.1.3 (07:50:35 ntpdate[5316]: Adjust time server 172.16.1.3 offset-0.001200 Sec

The above prompt results indicate that the NTP server has been successfully configured.

This article is from the "architects of the Day" blog, be sure to keep this source http://wanyuetian.blog.51cto.com/3984643/1717660

Build NTP server in CentOS 6.7 lan

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.