]> git.ipfire.org Git - thirdparty/ntp.git/commitdiff
Documentation updates from Dave Mills
authorHarlan Stenn <stenn@ntp.org>
Sat, 3 Oct 2009 05:19:40 +0000 (01:19 -0400)
committerHarlan Stenn <stenn@ntp.org>
Sat, 3 Oct 2009 05:19:40 +0000 (01:19 -0400)
bk: 4ac6deecwUofhJN_HvpKlFhv8O_Plw

ChangeLog
html/accopt.html
html/assoc.html

index 4e5698b09d055547d7c5ffc1d64286d09f219340..96029d34ce856da61ad4ed6f2e41ffdef82fd4b1 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,4 @@
+* Documentation updates from Dave Mills.
 (4.2.5p225) 2009/09/30 Released by Harlan Stenn <stenn@ntp.org>
 * authopt documentation changes from Dave Mills/Dave Hart.
 * [Bug 1324] support bracketed IPv6 numeric addresses for restrict.
index 1644e96419dfd8a92b641f75306b7cc3136f3d7a..f1f8cb37b3e50b25802a63fbdb5b80b9693cffd3 100644 (file)
@@ -24,7 +24,7 @@
 
 <p>The skunk watches for intruders and sprays.</p>
 <p>Last update: 
-<!-- #BeginDate format:En2m -->25-Aug-2009  15:31<!-- #EndDate -->
+<!-- #BeginDate format:En2m -->30-Sep-2009  17:16<!-- #EndDate -->
                UTC</p>
 <br clear="left">
 
 Let's assume (not true!) that subnet 128.4.1 homes critical services like class
        rosters and spread sheets. A suitable ACL might be</p>
 <pre>
-restrict default nopeer # deny new associations
-restrict 128.175.0.0 255.255.0.0 # allow campus access
-restrict 128.4.0.0 255.255.0.0 none # allow ECE and CIS access
-restrict 128.4.1.0 255.255.255.0 notrust # require authentication on subnet 1
-restrict time.nist.gov # allow access
+restrict default nopeer                                        # deny new associations
+restrict 128.175.0.0 mask 255.255.0.0          # allow campus access
+restrict 128.4.0.0 mask 255.255.0.0 none       # allow ECE and CIS access
+restrict 128.4.1.0 mask 255.255.255.0 notrust # require authentication on subnet 1
+restrict time.nist.gov                                         # allow access
 </pre>
 
 <p>While this facility may be useful for keeping unwanted, broken or malicious clients from congesting innocent servers, it should not be considered an alternative to the NTP authentication facilities. Source address based restrictions are easily circumvented by a determined cracker.</p>
index 0fa240e34ed133cfa44a8d6564983e1d4fec9dcd..6bd0d75adda37eb35f0d0138593c92ee5c907f0b 100644 (file)
@@ -63,7 +63,7 @@
                <p>If no UTC sources are available to any core server, one of them can provide a simulated UTC source for all other hosts in the subnet. However, only one core server can simulate the UTC source and all direct dependents, called orphan children, must select the same one, called the orphan parent.</p>
                <p>A host is enabled for orphan mode using the <tt>tos orphan <i>stratum</i></tt> command, where <tt><i>stratum</i></tt> is some stratum less than 16 and greater than any anticipated stratum that might occur with configured Internet time servers. However, sufficient headroom should remain so every subnet host dependent on the orphan children has stratum less than 16. Where no associations for other servers or reference clocks are configured, the orphan stratum can be set to 1. These are the same considerations that guide the local clock driver stratum selection.</p>
                <p>A orphan parent with no sources shows reference ID <font face="Courier New, Courier, Monaco, monospace">LOOP</font>&nbsp;if
-                       operating at stratum 1 and 27.0.0.1 (Unix loopback address) otherwise.
+                       operating at stratum 1 and 127.0.0.1 (Unix loopback address) otherwise.
                        While ordinary NTP clients use a selection metric based on delay
                        and dispersion, orphan children use a metric computed from the IP
                        address of each core server. Each orphan child chooses the orphan
                <p>There are two burst options where a single poll event triggers a burst of eight packets at 2-s intervals instead of the normal one packet. They should be used only with the <tt>server</tt> and <tt>pool</tt> commands, but not with reference clock drivers nor symmetric peers. The <tt>burst</tt> option sends a burst when the server is reachable, while the <tt>iburst</tt> option sends a burst when the server is unreachable. Each mode is independently of the other and both can be used at the same time. In either mode the client sends one packet, waits for the reply, then sends the remaining packets in the burst.  This may be useful to allow a modem to complete a call.</p>
                <p>In both modes received server packets update the clock filter, which selects the best (most accurate) time values. When the last packet in the burst is sent, the next received packet updates the system variables and adjusts the system clock as if only a single packet exchange had occurred.</p>
                <p>The <tt>iburst</tt> option is useful where the system clock must be set quickly or when the network attachment requires an initial calling or training sequence. The burst is initiated only when the server first becomes reachable. This improves accuracy with intermittent connections typical of PPP and ISDN services. Outliers due to initial dial-up delays, etc., are avoided and the client sets the clock within a few seconds after the first received packet.</p>
-               <p>The <tt>burst</tt> option can be configured in cases of excessive network jitter or when the network attachment requires an initial calling or training sequence. The burst is initiated at each poll interval when the server is reachable. The number of packets in the burst is determined by the poll interval so that the average interval between packets is no less than 16.. At a poll interval of 16 s, only one packet is sent in the burst; at 32 s, two packets are sent and so forth until at 128 s and above eight packets are sent.</p>
+               <p>The <tt>burst</tt> option can be configured in cases of excessive network
+                       jitter or when the network attachment requires an initial calling or training
+                       sequence. The burst is initiated at each poll interval when the server is
+                       reachable. The number of packets in the burst is determined by the poll interval
+                       so that the average interval between packets is no less than 16. At a poll
+                       interval of 16 s, only one packet is sent in the burst; at 32 s, two packets
+                       are sent and so forth until at 128 s and above eight packets are sent.</p>
                <hr>
                <script type="text/javascript" language="javascript" src="scripts/footer.txt"></script>
        </body>