> On Mon, 3 May 2004, Aaron Lafferty wrote: > > > > > Hi all; > > > > I tried syncing them all to ntp-1.accessgrid.org, but only the windows > > box wants to sync with it. ntpdate on the linux boxes complain about it > > not being a valid server or some such and quits. trying to use ntpd > > gets me essentially the same response.
try to shut down ntpd and run ntpdate ntp-1.accessgrid.org after disabling the ip filtering on your machine, e.g. iptables -F If that works, it means your iptables don't allow nntp connections (that's a default in many linux distributions). Gene