I'll bet you selected a firewall configuration when you installed 7.1.
To see if that is the case you can do a:
/etc/init.d/ipchains stop
then try your ntpdate. If it works, you'll need to add something to
/etc/sysconfig/ipchains like:
-A input -s 0/0 -d 0/0 123 -p udp -j ACCEPT
This will allow ntp connections from any address. It would be better to
identify the IP address of the server you're using and put it in place of
1.2.3.4 here:
-A input -s 1.2.3.4 -d 0/0 123 -p udp -j ACCEPT
It is also possible to restrict connections through /etc/inetd.conf, but
you'd have to have done that by hand.
Jim
On Fri, Aug 03, 2001 at 08:52:21AM -0400, Hippo Man wrote:
> I'm having a problem using `ntpdate' under 7.1, but the same `ntpdate'
> invocations work fine under 6.2. The 7.1 and 6.2 machines are sitting
> next to one another on the same network, and both are able to access
> the internet with no other problems.
>
> The problem I see under 7.1 occurs when I run this command:
>
> ntpdate <timeserver>
>
> ... where <timeserver> is any one of a dozen or so valid
> NTP servers.
>
> The error that I always get is:
>
> 2 Aug 08:57:52 ntpdate[4512]: no server suitable for synchronization found
_______________________________________________
Seawolf-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/seawolf-list