linux ntpd

netwant發表於2011-06-28
linux ntpd[@more@]
a、第一種配置:允許任何IP的客戶機都可以進行時間同步
將“restrict default nomodify notrap noquery”這行修改成:
restrict default nomodify
b、第二種配置:只允許192.168.1.***網段的客戶機進行時間同步
在restrict default nomodify notrap noquery(表示預設拒絕所有IP的時間同步)之後增加一行:
restrict 192.168.1.0 mask 255.255.255.0 nomodify

來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/309902/viewspace-1051724/,如需轉載,請註明出處,否則將追究法律責任。

相關文章