Hi
I am trying to configure NTP server in Windows 2003 server and client
as Redhat Linux AS 4. But if I use W32time of Windows my client will
never synchronise with the server. But if I use the third part software
in Windows server 2003 (
http://www.meinberg.de/english/sw/ntp.htm) my
Linux client will synchronise with the server. I heard that W32time is
based on SNTP but read that SNTP and NTP can be used interchangebly.
(
http://www.microsoft.com/technet/sol...w/21wsdsu.mspx)
I have two problem here.
1. I am not getting the error message in system log that w32time
synchronise to itself.
"The time provider NtpClient cannot reach or is currently receiving
invalid time data from 192.168.1.1
(ntp.m|0x0|192.168.1.1:123->192.168.1.1:123)
No response has been received from Manual peer 192.168.1.1 after 8
attempts to contact it. This peer will be discarded as a time
source
and NtpClient will attempt to discover a new peer from which to
synchronize.
The time provider NtpClient is configured to acquire time from one
or
more time sources, however none of the sources are currently
accessible. No attempt to contact a source will be made for 960
minutes. NtpClient has no source of accurate time."
2.I am not able to syncronize with the server at all.
My configuration is just between two system in a local lan using cross
cable. Server is configured to use internal clock. My tcpdump shows
client and server exchanging packets with time stamps ..
2:07:54.040593 IP (tos 0x10, ttl 64, id 0, offset 0, flags [DF], proto
17, length: 76) txnaslload03.txn.cpqcorp.net.ntp > 16.74.32.162.ntp:
[bad udp cksum 204c!] NTPv4, length 48
Client, Leap indicator: (0), Stratum 11, poll 7s, precision
-20
Root Delay: 0.000000, Root dispersion: 0.020599, Reference-ID:
127.127.1.0
Reference Timestamp: 3378095893.540322005 (2007/01/18
01:58:13)
Originator Timestamp: 3378096404.051039561 (2007/01/18
02:06:44)
Receive Timestamp: 3378096346.930548012 (2007/01/18
02:05:46)
Transmit Timestamp: 3378096474.040557999 (2007/01/18
02:07:54)
Originator - Receive Timestamp: -57.120491556
Originator - Transmit Timestamp: +69.989518463
02:07:54.040872 IP (tos 0x0, ttl 128, id 24880, offset 0, flags [none],
proto 17, length: 76) 16.74.32.162.ntp >
txnaslload03.txn.cpqcorp.net.ntp: [udp sum ok] NTPv4, length 48
Server, Leap indicator: (0), Stratum 13, poll 7s, precision
-21
Root Delay: 0.000000, Root dispersion: 0.010971, Reference-ID:
127.127.1.0
Reference Timestamp: 3378096526.791045486 (2007/01/18
02:08:46)
Originator Timestamp: 3378096474.040557999 (2007/01/18
02:07:54)
Receive Timestamp: 3378096531.159580871 (2007/01/18
02:08:51)
Transmit Timestamp: 3378096531.159615561 (2007/01/18
02:08:51)
Originator - Receive Timestamp: +57.119022876
Originator - Transmit Timestamp: +57.119057558
My client want to try with w32time. Also I saw this ...
http://ntp.isc.org/bin/view/Support/...P#Section_9.10.
Can any body help me in this. Will w32time work with linux ?