|
Home > Archive > Red Hat Topics > November 2004 > No server suitable for synchronization found
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
No server suitable for synchronization found
|
|
|
| Howdy,
I'm trying to synchronize the time of my Linux RH 8.0 server with the Win
200 server that runs Active directory. However, when I run the following
command on my Linux box:
ntpdate 192.168.2.200 I get the error "no server suitable for
synchronization found"
Here is some dump from my screen:
-----------------------------------------------------------------------------
[root@rhbox root]# ntpdate -q 192.168.2.200
server 192.168.2.200, stratum 2, offset 324.766061, delay 0.03365
11 Nov 09:45:11 ntpdate[27734]: no server suitable for synchronization found
[root@rhbox root]#
-----------------------------------------------------------------------------
Can somebody let me know in not too technical terms how to fix it?
Any help is greatly appreciated,
Tom
| |
|
| I found the problem.
My W2K needs NTP to be enabled.
To enable an NTP server, perform the following steps:
1.. Start a registry editor (e.g., regedit.exe).
2.. Navigate to the
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControl
Set\Services\W32Time\Parameters
registry subkey.
3.. From the Edit menu, select New, DWORD Value.
4.. Enter the name LocalNTP, then press Enter.
5.. Double-click the new value, set it to 1 to enable or 0 to disable,
then click OK.
6.. Restart the computer for the change to take effect.
Tom
"Tom" <tom@killspam.com> wrote in message
news:jaLkd.32819$km5.1583936@news20.bellglobal.com...
> Howdy,
>
> I'm trying to synchronize the time of my Linux RH 8.0 server with the Win
> 200 server that runs Active directory. However, when I run the following
> command on my Linux box:
> ntpdate 192.168.2.200 I get the error "no server suitable for
> synchronization found"
>
> Here is some dump from my screen:
> -----------------------------------------------------------------------------
> [root@rhbox root]# ntpdate -q 192.168.2.200
> server 192.168.2.200, stratum 2, offset 324.766061, delay 0.03365
> 11 Nov 09:45:11 ntpdate[27734]: no server suitable for synchronization
> found
> [root@rhbox root]#
> -----------------------------------------------------------------------------
>
> Can somebody let me know in not too technical terms how to fix it?
>
> Any help is greatly appreciated,
> Tom
>
>
|
|
|
|
|