Chinaunix首页 | 论坛 | 博客
  • 博客访问: 676541
  • 博文数量: 94
  • 博客积分: 3369
  • 博客等级: 中校
  • 技术积分: 1144
  • 用 户 组: 普通用户
  • 注册时间: 2009-01-09 11:25
文章分类

全部博文(94)

文章存档

2014年(1)

2013年(1)

2012年(65)

2011年(20)

2009年(7)

我的朋友

分类: 系统运维

2012-07-03 15:07:30

[root@test1 sbin]# cat /etc/ntp.conf | grep -v '^#' | grep -v '^$'
driftfile /var/lib/ntp/drift
restrict default kod nomodify notrap nopeer noquery
restrict -6 default kod nomodify notrap nopeer noquery
restrict 127.0.0.1 
restrict -6 ::1
restrict 172.16.0.0 mask 255.255.0.0 nomodify notrap
server  127.127.1.0     # local clock
fudge   127.127.1.0 stratum 1

阅读(2292) | 评论(1) | 转发(1) |
给主人留下些什么吧!~~

ylky_20002012-07-04 11:33:31

good 真正的学习者就是把复杂的问题,简单化。。。去掉空格和#开头的行是亮点。。