ubuntu下配置ntp server,要注意以下几点:
1,/etc/ntp.conf 文件是linux NTP的主要配置文件,可以设置NTP服务器的IP地址。
2,有时除非取消notrust、nomodify、notrap配置,client段的ntp服务才能有效工作。
附,我的ntp.conf内容:
复制代码 代码示例:
driftfile /var/lib/ntp/ntp.drift
statistics loopstats peerstats clockstats
filegen loopstats file loopstats type day enable
filegen peerstats file peerstats type day enable
filegen clockstats file clockstats type day enable
server ntp.ubuntu.com
restrict -4 default kod notrap nomodify nopeer noquery
restrict -6 default kod notrap nomodify nopeer noquery
restrict 127.0.0.1
restrict ::1
restrict 192.168.0.1 mask 255.255.255.0 nomodify notrap nopeer
有关ntp的更多内容,请参考:
linux 中 ntp 时间服务器及客户端的安装与配置
windows下NTP时间服务器客户端的常见故障及解决方法
CentOS下编译安装NTP时间同步服务器的教程
不建NTP服务器让域时间同步的方法
win2003服务器上提供NTP时间同步服务的方法