码迷,mamicode.com
首页 > 其他好文 > 详细

启用ntp服务

时间:2014-09-17 18:29:42      阅读:209      评论:0      收藏:0      [点我收藏+]

标签:os   ar   art   sp   on   c   amp   r   服务器   

1. 主服务器

修改配置vi /etc/ntp.conf

restrict 192.168.1.0 mask 255.255.255.0 nomodify notrap  #允许别的服务器同步

server 0.centos.pool.ntp.org iburst  #主服务器自己的同步源

启动服务

service ntpd start

 

 

2. 从服务器

每5分钟同步一次

*/5 * * * * /usr/sbin/ntpdate -v -u 192.168.1.8 &>/dev/null

 

启用ntp服务

标签:os   ar   art   sp   on   c   amp   r   服务器   

原文地址:http://www.cnblogs.com/osroot/p/3977621.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!