[ntp:questions] Doubt about Syncronization of GPS SPECTRACOM(2)

Ronan Flood usenet at umbral.org.uk
Fri Mar 2 15:53:51 UTC 2007


mlonisto at gmail.com (Marcos Onisto) wrote:

> Follow below the output of the command:
> $ /sbin/ifconfig -a6
> $

Yeah I have the same on a Solaris 8 system, but ntpdate 4.2.0 still
tries ::1 for localhost -- it's because of /etc/inet/ipnodes.  Remove
the ::1 from that and it works, but I don't know what other effects
that might have ...

Best to use "ntpdate -q 127.0.0.1" or "ntpdate -q4 localhost".
Not that you need to use either of course.

By the way, looking back at your ntp.conf, you had

 restrict 200.160.0.0 nomodify
 restrict 200.160.1.0 nomodify

If those are meant to be /24 network blocks, which I guess they
are, I think you need to tell ntpd that:

 restrict 200.160.0.0 mask 255.255.255.0 nomodify
 restrict 200.160.1.0 mask 255.255.255.0 nomodify

-- 
Ronan Flood <usenet at umbral.org.uk>




More information about the questions mailing list