Linux time synchronization method 2

Source: Internet
Author: User

1. synchronize with a known time server

2. Configure the Network Time Protocol (NTP)

1. Enable Linux to automatically synchronize time

VI/etc/crontab
Add the following sentence:
00 0 1 ** root rdate-s time.nist.gov

Time.nist.gov is a time server.

2. Time Server Configuration (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)
1). # ntpdate 192.168.10.2
The synchronization is successful.
2). # crond-e
Join
0-59/10 ****/usr/sbin/ntpdate 192.168.10.1
Indicates the synchronization time every 10 minutes.
 

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.