I want to have a Fedora 8 box set up as a network time server for the other Fedora boxes to synchronize from. How would I accomplish this?
The issues I have are these....
-- No Fedora box has internet access, only connected by LAN.
-- The F8 box is commanded # ntpdate -u road-runner
and replies: ntpdate[21376]: no server suitable for synchronization found
-- iptables has port 123 opened on all boxes. iptables has been shut down at times.
/etc/ntp.conf looks like this....
Code:
restrict default kod nomodify notrap nopeer noquery
restrict 192.168.1.31
server 192.168.1.31
fudge 192.168.1.31 stratum 10
#driftfile /etc/ntp/drift
broadcastdelay 0.008
authenticate no
logfile /var/log/ntp
A /var/log/ntp log was created but no text contained within.
The message log spit out the following....
Quote:
ntpd[21498]: ntpd exiting on signal 15
ntpd[21579]: ntpd 4.2.4p2@1.1495-o Mon Sep 24 14:40:07 UTC 2007 (1)
ntpd[21580]: precision = 1.000 usec
ntpd[21580]: Listening on interface #0 wildcard, 0.0.0.0#123 Disabled
ntpd[21580]: Listening on interface #1 wildcard, ::#123 Disabled
ntpd[21580]: Listening on interface #2 lo, ::1#123 Enabled
ntpd[21580]: Listening on interface #3 eth0, fe80::250:daff:fecf:e9ba#123 Enabled
ntpd[21580]: Listening on interface #4 eth1, fe80::260:97ff:fec3:e524#123 Enabled
ntpd[21580]: Listening on interface #5 lo, 127.0.0.1#123 Enabled
ntpd[21580]: Listening on interface #6 eth0, 192.168.1.31#123 Enabled
ntpd[21580]: Listening on interface #7 eth1, 192.168.1.32#123 Enabled
ntpd[21580]: kernel time sync status 0040
ntpd[21580]: 192.168.1.31 is inappropriate address for the fudge command, line ignored
ntpd[21580]: configure: keyword "authenticate" unknown, line ignored
|
How is "authenticate" unknown?
How is 192.168.1.31 an inappropriate address for fudge? Should I care about using fudge?
Local net port could be shut down -- how would I do this?
IPv6 is not supported on my LAN -- how would I shut those down?
Most importantly: Why does ntpdate reply "no server suitable for synchronization found"?
As a bonus, I'd like to have this box sync up with my Windows XP SP2 box. Or is that asking too much?
Thanks!
Tom D.
Denver, Colorado