<!doctype html public "-//w3c//dtd html 4.0 transitional//en">
<html>
Hello all,
<p>I would like to synchronize several computers to a NTP server in a LAN
not connected to the internet. My NTP server uses its own clock and the
NTP clients do not known server's IP. Therefore I need to use broadcast
or multicast synchronization.
<p>In the server machine, I run xntpd daemon using the following /etc/ntp.conf
file:
<p>&nbsp;&nbsp;&nbsp;<i> server&nbsp; 127.127.1.0&nbsp;&nbsp;&nbsp; # local
clock</i>
<br><i>&nbsp;&nbsp;&nbsp; fudge&nbsp;&nbsp; 127.127.1.0 stratum 10</i>
<p><i>&nbsp;&nbsp;&nbsp; driftfile /etc/ntp/drift</i>
<br><i>&nbsp;&nbsp;&nbsp; broadcast 192.67.79.255</i>
<br><i>&nbsp;&nbsp;&nbsp; broadcastdelay&nbsp; 0.008</i>
<p><i>&nbsp;&nbsp;&nbsp; authenticate no</i>
<br><i>&nbsp;&nbsp;&nbsp; disable auth</i>
<p><i>&nbsp;&nbsp;&nbsp; # Keys file.&nbsp; If you want to diddle your
server at run time, make a</i>
<br><i>&nbsp;&nbsp;&nbsp; # keys file (mode 600 for sure) and define the
key number to be</i>
<br><i>&nbsp;&nbsp;&nbsp; # used for making requests.</i>
<br><i>&nbsp;&nbsp;&nbsp; # PLEASE DO NOT USE THE DEFAULT VALUES HERE.
Pick your own, or remote</i>
<br><i>&nbsp;&nbsp;&nbsp; # systems might be able to reset your clock at
will.</i>
<br><i>&nbsp;&nbsp;&nbsp; #</i>
<br><i>&nbsp;&nbsp;&nbsp; #keys&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
/etc/ntp/keys</i>
<br>&nbsp;&nbsp;&nbsp; <i>#trustedkey&nbsp;&nbsp;&nbsp;&nbsp; 65535</i>
<br>&nbsp;
<p>In every client machine, xntpd is running with following /etc/ntp.conf
file:
<p>&nbsp;&nbsp;&nbsp;<i> driftfile /etc/ntp/drift</i>
<br><i>&nbsp;&nbsp;&nbsp; broadcastclient yes</i>
<br><i>&nbsp;&nbsp;&nbsp; broadcastclient 192.67.79.255&nbsp;&nbsp; # listen
on default 192.67.79.255</i>
<br><i>&nbsp;&nbsp;&nbsp; broadcastdelay&nbsp; 0.008</i>
<p><i>&nbsp;&nbsp;&nbsp; authenticate no</i>
<br><i>&nbsp;&nbsp;&nbsp; disable auth</i>
<p><i>&nbsp;&nbsp;&nbsp; # Keys file.&nbsp; If you want to diddle your
server at run time, make a</i>
<br><i>&nbsp;&nbsp;&nbsp; # keys file (mode 600 for sure) and define the
key number to be</i>
<br><i>&nbsp;&nbsp;&nbsp; # used for making requests.</i>
<br><i>&nbsp;&nbsp;&nbsp; # PLEASE DO NOT USE THE DEFAULT VALUES HERE.
Pick your own, or remote</i>
<br><i>&nbsp;&nbsp;&nbsp; # systems might be able to reset your clock at
will.</i>
<br><i>&nbsp;&nbsp;&nbsp; #</i>
<br><i>&nbsp;&nbsp;&nbsp; #keys&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
/etc/ntp/keys</i>
<br><i>&nbsp;&nbsp;&nbsp; #trustedkey&nbsp;&nbsp;&nbsp;&nbsp; 65535</i>
<p>And then the problem is that the computers clients don't synchronize
with the computer server.
<p>Best regards. Thanks.
<br>&nbsp;
<pre>--&nbsp;
| Roman Rodriguez Perea&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; | Visual Tools, S.A.&nbsp; | Tel [+34] 91 729 48 44 |
| Technology Dept.&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; | Isla Graciosa , 1&nbsp;&nbsp; | Tel [+34] 91 358 52 36 |
| mailto: rrodriguez@visual-tools.com | E-28034 Madrid&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; |&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; |&nbsp;&nbsp;
|&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; roman@visual-tools.com |&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; |&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; |</pre>
&nbsp;
<p>&nbsp;
<br>&nbsp;
<br>&nbsp;
<br>&nbsp;
<br>&nbsp;
<br>&nbsp;
<br>&nbsp;
<br>&nbsp;
<br>&nbsp;</html>