JCA wrote:
  I have three Linux boxes, namely, A, B, and C, in my LAN. I use C
as the NTP server for my LAN. C, in turn, gets its synchronization
from some external NTP server.

 Both A and B use the same (very simple) ntp.conf configuration file:

server  127.127.1.0     # local clock
fudge   127.127.1.0 stratum 10
server  192.168.0.1    # IP address of C in my LAN
driftfile /etc/ntp/drift
multicastclient                 # listen on default 224.0.1.1
broadcastdelay  0.008

  The problem is that while A gets its synchronization from C all
right, B does not. In A, the ouput from

I'd simplify that config file:
server  192.168.0.1    # IP address of C in my LAN
driftfile /etc/ntp/drift

If that doesn't work, come back and complain!

If it does work (and it should), add the rest back, one statement at a time, until it breaks.

_______________________________________________
questions mailing list
[email protected]
https://lists.ntp.isc.org/mailman/listinfo/questions

Reply via email to