免费注册 查看新帖 |

Chinaunix

  平台 论坛 博客 文库
最近访问板块 发新帖
查看: 2065 | 回复: 3
打印 上一主题 下一主题

ntp 时间服务器的问题 [复制链接]

论坛徽章:
0
跳转到指定楼层
1 [收藏(0)] [报告]
发表于 2006-10-25 10:44 |只看该作者 |倒序浏览
我windows的机器不能和linux从机器同步 。请问是什么问题 环境我介绍一下
第一:时间服务器是 Linux :Fedora 3
第二:客户端 Windows XP PRO  
第三:客户端 Linux :Fedora 3

现象是:现在是Linux 3的客户端的机器都能和 时间服务器同步,但是windows 不能和时间服务器。一些配置如下

[root@zxx /]# ps  -ef | grep ntpd
ntp      16354     1  0 Oct23 ?        00:00:00 ntpd -u ntp:ntp -p /var/run/ntpd.pid -g
root      2891  2855  0 10:30 pts/3    00:00:00 grep ntpd
[root@zxx /]#
上面是时间服务器的ntp进程,此机器的ip:192.168.1.1

我到另外的一台客户机器上执行ntpdate:
[root@cs /]# ntpdate 192.168.1.1
25 Oct 10:32:59 ntpdate[4845]: adjust time server 192.168.1.1 offset 0.035033 sec
[root@cs/]#

上面的时间是能同步的

下面是时间服务器192.168.1.1上没iptables:
[root@zxx /]# iptables -L
Chain INPUT (policy ACCEPT)
target     prot opt source               destination         
ACCEPT     udp  --  anywhere             anywhere            udp dpt:ntp
ACCEPT     tcp  --  anywhere             anywhere            tcp dpt:ntp
RH-Firewall-1-INPUT  all  --  anywhere             anywhere            

Chain FORWARD (policy ACCEPT)
target     prot opt source               destination         
RH-Firewall-1-INPUT  all  --  anywhere             anywhere            

Chain OUTPUT (policy ACCEPT)
target     prot opt source               destination         

Chain RH-Firewall-1-INPUT (2 references)
target     prot opt source               destination         
ACCEPT     all  --  anywhere             anywhere            
ACCEPT     icmp --  anywhere             anywhere            icmp any
ACCEPT     udp  --  anywhere             anywhere            udp dpt:ipp
ACCEPT     all  --  anywhere             anywhere            state RELATED,ESTABLISHED
ACCEPT     tcp  --  anywhere             anywhere            state NEW tcp dpt:ssh
ACCEPT     tcp  --  anywhere             anywhere            state NEW tcp dpt:http
ACCEPT     tcp  --  anywhere             anywhere            state NEW tcp dpt:ftp
REJECT     all  --  anywhere             anywhere            reject-with icmp-host-prohibited

上面的开了时间服务器的端口:
tcp 123 udp:123

下面是我在windows xp pro上面的情况:
C:\>net time \\192.168.13 /set /yes
发生系统错误 53。

找不到网络路径。

请大家帮我分析一下 ,先谢了

论坛徽章:
0
2 [报告]
发表于 2006-10-25 10:47 |只看该作者
上面有点错误
下面是我在windows xp pro上面的情况:
C:\>net time \\192.168.13 /set /yes
发生系统错误 53。

找不到网络路径。
更改成 下面是我在windows xp pro上面的情况:
C:\>net time \\192.168.1.1 /set /yes
发生系统错误 53。

找不到网络路径。

论坛徽章:
0
3 [报告]
发表于 2006-10-25 11:08 |只看该作者
在时间服务器上运行 service iptables stop
然后再试试行不行,先排除防火墙的问题(你现在的防火墙有问题)

论坛徽章:
0
4 [报告]
发表于 2006-10-25 11:32 |只看该作者
停了防火墙也是不行:
[root@zxx etc]# service iptables stop
清除防火墙规则:[  确定  ]
把 chains 设置为 ACCEPT 策略:filter [  确定  ]
正在卸载 Iiptables 模块:[  确定  ]
[root@zxx etc]#


C:\>net time \\192.168.1.1 /set
发生系统错误 53。

找不到网络路径。


但是奇怪的是:我在windows xp上使用windows 自带的时间同步却又可以,可以和192.168.1.1同步

不知道原因!!

192.168.1.1 更改成192.168.1.13 了

1.jpg (25.74 KB, 下载次数: 41)

如图

如图
您需要登录后才可以回帖 登录 | 注册

本版积分规则 发表回复

  

北京盛拓优讯信息技术有限公司. 版权所有 京ICP备16024965号-6 北京市公安局海淀分局网监中心备案编号:11010802020122 niuxiaotong@pcpop.com 17352615567
未成年举报专区
中国互联网协会会员  联系我们:huangweiwei@itpub.net
感谢所有关心和支持过ChinaUnix的朋友们 转载本站内容请注明原作者名及出处

清除 Cookies - ChinaUnix - Archiver - WAP - TOP