NTP intranet time synchronization (based on centos6.5)

Source: Internet
Author: User

NTP intranet time synchronization (based on centos6.5)


Server-side:


Installing NTP

Yum Install NTP


Editing a configuration file

Vi/etc/ntp.conf

Add to

Restrict 192.168.10.0 mask 255.255.255.0 nomodify notrap

Server time-b.nist.gov

Other servers are commented out


Vi/etc/sysconf/iptables


Add Iptables Rule

-A input-m state--state new-m udp-p UDP--dport 123-j ACCEPT


Restart Iptables

sudo service iptables restart


Restart NTP

sudo service ntpd restart


Client:


Installing NTP

Yum Install NTP



Editing a configuration file

Vi/etc/ntp.conf


Add to

Server 192.168.10.111

Other servers are commented out


Sync time

sudo ntpdate 192.168.10.111


To add a synchronization command to a task schedule


View Time

Date


All client machines are synchronized with NTP server time!

This article is from the "linux& Cloud computing" blog, so be sure to keep this source http://czbinghe.blog.51cto.com/9824423/1683958

NTP intranet time synchronization (based on centos6.5)

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.