您所在的位置:
首页 > Linux(Unix)时钟同步ntpd服务配置方法 > 信息评论 >
Linux(Unix)时钟同步ntpd服务配置方法
假定时钟服务器IP地址为:192.168.0.1 服务器端配置: 1:置/etc/ntp.conf文件内容为: server 127.127.1.0 minpoll 4 fudge 127.127.1.0 stratum 1 restrict 127.0.0.1 restrict 192.168.0.0 mask 255.255.255.0 nomodify notrap driftfile /var/lib/ntp/d
网友评论