当前位置: 技术问答>linux和unix
linux下配置时间服务器的问题
来源: 互联网 发布时间:2015-01-17
本文导语: 操作系统:redhat7.2 有两台电脑:A(192.168.20.201)、B (192.168.20.10) 我A上运行:ntpd -c /etc/ntp.conf -p /var/run/ntpd.pid 其中:ntp.conf里我加了: server 127.0.0.1 driftfile /etc/ntp/drift broadcast 192.168.20.255 B上运行:ntpdate 192.168...
操作系统:redhat7.2
有两台电脑:A(192.168.20.201)、B (192.168.20.10)
我A上运行:ntpd -c /etc/ntp.conf -p /var/run/ntpd.pid
其中:ntp.conf里我加了:
server 127.0.0.1
driftfile /etc/ntp/drift
broadcast 192.168.20.255
B上运行:ntpdate 192.168.20.201
结果出现错误: no server suitable for synchronization found
我在A上运行netstat 结果发现,端口123(ntp协议所默认的端口没有起来)
何故?? 还望高手指点。。。。。
我A上运行:ntpd -c /etc/ntp.conf -p /var/run/ntpd.pid的时候并没有报错,为什么ntp服务没有启动呢???
有两台电脑:A(192.168.20.201)、B (192.168.20.10)
我A上运行:ntpd -c /etc/ntp.conf -p /var/run/ntpd.pid
其中:ntp.conf里我加了:
server 127.0.0.1
driftfile /etc/ntp/drift
broadcast 192.168.20.255
B上运行:ntpdate 192.168.20.201
结果出现错误: no server suitable for synchronization found
我在A上运行netstat 结果发现,端口123(ntp协议所默认的端口没有起来)
何故?? 还望高手指点。。。。。
我A上运行:ntpd -c /etc/ntp.conf -p /var/run/ntpd.pid的时候并没有报错,为什么ntp服务没有启动呢???
|
其中:ntp.conf里我加了:
server 127.127.1.0 #----127.127.1.0
fudge 127.127.1.0 stratum 10 #----127.127.1.0
driftfile /etc/ntp/drift
broadcast 192.168.20.255
试一试 /etc/init.d/ntpd -c /etc/ntp.conf -p /var/run/ntpd.pid
server 127.127.1.0 #----127.127.1.0
fudge 127.127.1.0 stratum 10 #----127.127.1.0
driftfile /etc/ntp/drift
broadcast 192.168.20.255
试一试 /etc/init.d/ntpd -c /etc/ntp.conf -p /var/run/ntpd.pid