How to configure a Linux time server

Source: Internet
Author: User
Article Title: how to configure a Linux System Time Server. Linux is a technology channel of the IT lab in China. The IP addresses of some basic classification servers, such as desktop applications, Linux system management, kernel research, embedded systems, and open source, are 192.168.10.1.

1 ). # Rpm-ivh ntp-4.1.2-4.EL3.1.i386.rpm

2 ). # Vi/etc/ntp. conf

Comment a line

Restrict default ignore

Add a row

Restrict 192.168.10.0 mask 255.255.255.0 notrust nomodify notrap

3 ). # Vi/etc/ntp/step-tickers

Add a row

Pool.ntp.org

In this way, the international standard time server will be automatically connected each time ntpd is started;

4 ). # Service ntpd start

5 ). # Netstat-an | grep 123

Make sure that the port is opened in udp mode.

Time client configuration (192.168.10.2)

A. # ntpdate 192.168.10.2

The synchronization is successful.

B. # crond-e

Join

0-59/10 ****/usr/sbin/ntpdate 192.168.10.1

Indicates the synchronization time every 10 minutes.
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.