3台机器 主节点192.168.19.148作为时间服务器节点,192.168.19.149 ,192.168.19.150 同步192.168.19.148时间。
1.服务器端配置(192.168.19.148):
# Permit all access over the loopback interface. This could
# be tightened as well, but to do so would effect some of
# the administrative functions.
restrict 127.0.0.1
restrict -6 ::1
restrict 192.168.19.148 nomodify notrap nopeer noquery
restrict 192.168.19.2 mask 255.255.255.0 nomodify notrap
# Hosts on local network are less restricted.
#restrict 192.168.1.0 mask 255.255.255.0 nomodify notrap
# Use public servers from the pool.ntp.org project.
# Please consider joining the pool (http://www.pool.ntp.org/join.html).
#server 0.centos.pool.ntp.org iburst
#server 1.centos.pool.ntp.org iburst
#server 2.centos.pool.ntp.org iburst
#server 3.centos.pool.ntp.org iburst
server 127.127.1.0
Fudge 127.127.1.0 stratum 10
2.客户端配置(192.168.19.149,192.168.19.150)
#server 0.centos.pool.ntp.org iburst
#server 1.centos.pool.ntp.org iburst
#server 2.centos.pool.ntp.org iburst
#server 3.centos.pool.ntp.org iburst
server 192.168.19.148
Fudge 192.168.19.148 stratum 10
3.ntp重启
service ntpd restart
4.查看同步状态
ntpq -p