Changes

no edit summary
Line 107: Line 107:  
[[File:Networking_rutos_ntp_ntp_server.png|border|class=tlt-border]]
 
[[File:Networking_rutos_ntp_ntp_server.png|border|class=tlt-border]]
    +
==NTPD==
 +
 +
The <b>NTPD</b> program is an operating system daemon that synchronizes the system clock to remote NTP time servers or local reference clocks. NTPD includes the ability to use this to keep your clock in sync and will run more accurately than a clock on a device not running NTPD. NTPD will also use several servers to improve accuracy. It is a complete implementation of NTP version 4 defined by RFC-5905, but also retains compatible with version 3 defined by RFC-1305 and versions 1 and 2, defined by RFC-1059 and RFC-1119, respectively.
 +
 +
[[File:Networking_rutos_ntp_ntpd.png|border|class=tlt-border]]
 +
 +
<table class="nd-mantable">
 +
    <tr>
 +
        <th>Field</th>
 +
      <th>Value</th>
 +
      <th>Description</th>
 +
    </tr>
 +
    <tr>
 +
    <td>Enable NTPD</td>
 +
        <td>off | on; default: <b>off</b></td>
 +
        <td>Turns NTPD on or off.</td>
 +
    </tr>
 +
    <tr>
 +
    <td>Enable NTP config from file</td>
 +
        <td>off | on; default: <b>off</b></td>
 +
        <td>Run NTPD with uploaded configuration file.</td>
 +
    </tr>
 +
    <tr>
 +
      <td>NTP configuration file</td>
 +
      <td>.conf file; default: <b>none</b></td>
 +
      <td>Upload a custom configuration file.</td>
 +
    </tr>
 +
    <tr>
 +
    <td>Offset frequency</td>
 +
        <td>integer; default: <b>0</b></td>
 +
        <td>Adjusts the minor drift of the clock so that it will run more accurately.</td>
 +
    </tr>{{#ifeq: {{{mobile}}} | 1 |
 +
    <tr>
 +
    <td>Operator Station Synchronization</td>
 +
        <td>off {{!}} on; default: <b>off</b></td>
 +
        <td>Synchronizes time with mobile operator's base station.</td>
 +
    </tr>|}}
 +
    <tr>
 +
      <td>Server</td>
 +
      <td>ip | url; default: <b>0.openwrt.pool.ntp.org</b></td>
 +
      <td>NTP servers that this device uses to sync time.</td>
 +
    </tr>
 +
    <tr>
 +
      <td>Enable Server</td>
 +
      <td>off | on; default: <b>off</b></td>
 +
      <td>Enables NTPD server to make the router act as an NTP server so that it can provide time synchronization services for other network devices.</td>
 +
    </tr>
 +
</table>
 +
 
[[Category:{{{name}}} Services section]]
 
[[Category:{{{name}}} Services section]]

Navigation menu